Cloud Memorystore for Memcached v1 API - Class GetInstanceRequest (2.4.0)

public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Memorystore for Memcached v1 API class GetInstanceRequest.

Request for [GetInstance][google.cloud.memcache.v1.CloudMemcache.GetInstance].

Inheritance

object > GetInstanceRequest

Namespace

Google.Cloud.Memcache.V1

Assembly

Google.Cloud.Memcache.V1.dll

Constructors

GetInstanceRequest()

public GetInstanceRequest()

GetInstanceRequest(GetInstanceRequest)

public GetInstanceRequest(GetInstanceRequest other)
Parameter
NameDescription
otherGetInstanceRequest

Properties

InstanceName

public InstanceName InstanceName { get; set; }

InstanceName-typed view over the Name resource name property.

Property Value
TypeDescription
InstanceName

Name

public string Name { get; set; }

Required. Memcached instance resource name in the format: projects/{project_id}/locations/{location_id}/instances/{instance_id} where location_id refers to a GCP region

Property Value
TypeDescription
string