Google Cloud Memorystore for Memcache v1beta2 API - Class DeleteInstanceRequest (2.0.0-beta05)

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

Reference documentation and code samples for the Google Cloud Memorystore for Memcache v1beta2 API class DeleteInstanceRequest.

Request for [DeleteInstance][google.cloud.memcache.v1beta2.CloudMemcache.DeleteInstance].

Inheritance

object > DeleteInstanceRequest

Namespace

Google.Cloud.Memcache.V1Beta2

Assembly

Google.Cloud.Memcache.V1Beta2.dll

Constructors

DeleteInstanceRequest()

public DeleteInstanceRequest()

DeleteInstanceRequest(DeleteInstanceRequest)

public DeleteInstanceRequest(DeleteInstanceRequest other)
Parameter
NameDescription
otherDeleteInstanceRequest

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