public sealed class DeleteClusterRequest : IMessage<DeleteClusterRequest>, IEquatable<DeleteClusterRequest>, IDeepCloneable<DeleteClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class DeleteClusterRequest.
DeleteClusterRequest deletes a cluster.
Implements
IMessageDeleteClusterRequest, IEquatableDeleteClusterRequest, IDeepCloneableDeleteClusterRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
DeleteClusterRequest()
public DeleteClusterRequest()
DeleteClusterRequest(DeleteClusterRequest)
public DeleteClusterRequest(DeleteClusterRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteClusterRequest |
Properties
ClusterId
[Obsolete]
public string ClusterId { get; set; }
Deprecated. The name of the cluster to delete. This field has been deprecated and replaced by the name field.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
The name (project, location, cluster) of the cluster to delete.
Specified in the format projects/*/locations/*/clusters/*
.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
[Obsolete]
public string ProjectId { get; set; }
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
Property Value | |
---|---|
Type | Description |
string |
Zone
[Obsolete]
public string Zone { get; set; }
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
Property Value | |
---|---|
Type | Description |
string |