public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore v1 API class CreateInstanceRequest.
Required. The instance's project and location, in the format
projects/{project_id}/locations/{location}. In Filestore,
locations map to Google Cloud zones, for example us-west1-b.
[[["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 page provides reference documentation for the `CreateInstanceRequest` class within the Google Cloud Filestore v1 API, specifically version 2.3.0."],["The `CreateInstanceRequest` class, part of the `Google.Cloud.Filestore.V1` namespace, is used to create a Filestore instance and is implemented through several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one `CreateInstanceRequest()` and another `CreateInstanceRequest(CreateInstanceRequest other)` that allows for the creation of a new instance by cloning an existing one."],["The key properties of this class include `Instance`, which is a required instance resource, `InstanceId`, the unique name of the instance, `Parent`, the project and location of the instance, and `ParentAsLocationName` that provide a location type view."],["The documentation offers links to previous versions of the `CreateInstanceRequest` object all the way back to version 1.0.0 and up to the latest version, 2.7.0."]]],[]]