public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Data Fusion v1 API class CreateInstanceRequest.
Request message for creating a Data Fusion instance.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `CreateInstanceRequest` class is part of the Google Cloud Data Fusion v1 API, with the latest version being 2.4.0 and the current page documenting version 2.1.0."],["This class is used to create a request for the creation of a new Data Fusion instance, which is detailed within its properties."],["The `CreateInstanceRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties such as `Instance`, `InstanceId`, `Parent`, and `ParentAsLocationName`, which define the characteristics and location of the Data Fusion instance being created."],["The class offers two constructors, one default and another to copy an existing `CreateInstanceRequest` object."]]],[]]