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."],[[["This document provides reference documentation for the `CreateInstanceRequest` class within the Google Cloud Data Fusion v1 API, specifically version 2.3.0."],["`CreateInstanceRequest` is a request message used for creating a Data Fusion instance, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Instance`, `InstanceId`, `Parent`, and `ParentAsLocationName`, which are essential for specifying the details of the instance to be created."],["The document also provides links to older versions of the `CreateInstanceRequest` documentation, as well as to the latest version which is 2.4.0."],["The class has two constructor overloads, one default and one that takes a copy of an existing `CreateInstanceRequest` object as an argument."]]],[]]