public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Required. The instance's project and location, in the format
projects/{project_id}/locations/{location}. In Cloud Filestore,
locations map to GCP 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."],[[["The latest version available for `CreateInstanceRequest` is 2.7.0, with other documented versions ranging from 1.0.0 to 2.6.0."],["`CreateInstanceRequest` is a class that allows for the creation of an instance and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateInstanceRequest` class includes several properties, such as `Instance`, `InstanceId`, `Parent`, and `ParentAsLocationName`, which are essential for defining the instance details."],["This class is part of the `Google.Cloud.Filestore.V1` namespace, and it's contained within the `Google.Cloud.Filestore.V1.dll` assembly."],["The `Parent` property within `CreateInstanceRequest` requires the instance's project and location in a specific format, such as `projects/{project_id}/locations/{location}`, which indicates the project and GCP zone."]]],[]]