public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 API class CreateInstanceRequest.
[[["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."],[[["`CreateInstanceRequest` is a class within the Notebooks v2 API, specifically used for requesting the creation of a notebook instance."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing it with capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["It requires parameters such as `Instance`, `InstanceId`, and `Parent` to be defined, with `Instance` representing the notebook instance itself, `InstanceId` being a user-defined unique ID, and `Parent` defining the project and location."],["There are two constructors for `CreateInstanceRequest`: a default constructor and a copy constructor that takes another `CreateInstanceRequest` as a parameter to clone."],["The class also contains optional parameters such as `RequestId`, an idempotent request UUID, as well as the `ParentAsLocationName` typed view of the parent resource."]]],[]]