public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Request for [CreateInstance][google.cloud.memcache.v1.CloudMemcache.CreateInstance].
Required. The resource name of the instance location using the form:
projects/{project_id}/locations/{location_id}
where location_id refers to a GCP region
[[["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 used to request the creation of a Memcached instance within the Google Cloud Memcache service."],["This class is part of the `Google.Cloud.Memcache.V1` namespace and is available in the `Google.Cloud.Memcache.V1.dll` assembly, and is also available in multiple versions, with version 2.5.0 being the latest."],["`CreateInstanceRequest` requires properties such as `Instance`, `InstanceId`, and `Parent` to be set, where the `Instance` is the Memcached instance to be created, the `InstanceId` is the unique name for the instance, and `Parent` specifies the project and location for the instance."],["The `InstanceId` must follow specific naming rules, including only lowercase letters, numbers, and hyphens, starting with a letter, being 1-40 characters long, and being unique within the project and location."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message manipulation, equality comparison, deep cloning, and buffer management."]]],[]]