Class ClusterMetadata
Information about the GKE cluster from which this Backup was created.
Implements
Inherited Members
Namespace: Google.Apis.BackupforGKE.v1.Data
Assembly: Google.Apis.BackupforGKE.v1.dll
Syntax
public class ClusterMetadata : IDirectResponseSchema
Properties
AnthosVersion
Output only. Anthos version
Declaration
[JsonProperty("anthosVersion")]
public virtual string AnthosVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
BackupCrdVersions
Output only. A list of the Backup for GKE CRD versions found in the cluster.
Declaration
[JsonProperty("backupCrdVersions")]
public virtual IDictionary<string, string> BackupCrdVersions { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Cluster
Output only. The source cluster from which this Backup was created. Valid formats: -
projects/*/locations/*/clusters/*
- projects/*/zones/*/clusters/*
This is inherited from the parent
BackupPlan's cluster field.
Declaration
[JsonProperty("cluster")]
public virtual string Cluster { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GkeVersion
Output only. GKE version
Declaration
[JsonProperty("gkeVersion")]
public virtual string GkeVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
K8sVersion
Output only. The Kubernetes server version of the source cluster.
Declaration
[JsonProperty("k8sVersion")]
public virtual string K8sVersion { get; set; }
Property Value
Type | Description |
---|---|
string |