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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 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."]]],[]]