Class VmwareAdminCluster
Resource that represents a VMware admin cluster.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class VmwareAdminCluster : IDirectResponseSchema
Properties
AddonNode
The VMware admin cluster addon node configuration.
Declaration
[JsonProperty("addonNode")]
public virtual VmwareAdminAddonNodeConfig AddonNode { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareAdminAddonNodeConfig |
Annotations
Annotations on the VMware admin cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
Declaration
[JsonProperty("annotations")]
public virtual IDictionary<string, string> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
AntiAffinityGroups
The VMware admin cluster anti affinity group configuration.
Declaration
[JsonProperty("antiAffinityGroups")]
public virtual VmwareAAGConfig AntiAffinityGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareAAGConfig |
Authorization
The VMware admin cluster authorization configuration.
Declaration
[JsonProperty("authorization")]
public virtual VmwareAdminAuthorizationConfig Authorization { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareAdminAuthorizationConfig |
AutoRepairConfig
The VMware admin cluster auto repair configuration.
Declaration
[JsonProperty("autoRepairConfig")]
public virtual VmwareAutoRepairConfig AutoRepairConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareAutoRepairConfig |
BootstrapClusterMembership
The bootstrap cluster this VMware admin cluster belongs to.
Declaration
[JsonProperty("bootstrapClusterMembership")]
public virtual string BootstrapClusterMembership { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ControlPlaneNode
The VMware admin cluster control plane node configuration.
Declaration
[JsonProperty("controlPlaneNode")]
public virtual VmwareAdminControlPlaneNodeConfig ControlPlaneNode { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareAdminControlPlaneNodeConfig |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. The time at which VMware admin cluster was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
A human readable description of this VMware admin cluster.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnableAdvancedCluster
Enable advanced cluster.
Declaration
[JsonProperty("enableAdvancedCluster")]
public virtual bool? EnableAdvancedCluster { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Endpoint
Output only. The DNS name of VMware admin cluster's API server.
Declaration
[JsonProperty("endpoint")]
public virtual string Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Fleet
Output only. Fleet configuration for the cluster.
Declaration
[JsonProperty("fleet")]
public virtual Fleet Fleet { get; set; }
Property Value
| Type | Description |
|---|---|
| Fleet |
ImageType
The OS image type for the VMware admin cluster.
Declaration
[JsonProperty("imageType")]
public virtual string ImageType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LoadBalancer
The VMware admin cluster load balancer configuration.
Declaration
[JsonProperty("loadBalancer")]
public virtual VmwareAdminLoadBalancerConfig LoadBalancer { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareAdminLoadBalancerConfig |
LocalName
Output only. The object name of the VMware OnPremAdminCluster custom resource. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the ID in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.
Declaration
[JsonProperty("localName")]
public virtual string LocalName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Immutable. The VMware admin cluster resource name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NetworkConfig
The VMware admin cluster network configuration.
Declaration
[JsonProperty("networkConfig")]
public virtual VmwareAdminNetworkConfig NetworkConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareAdminNetworkConfig |
OnPremVersion
The Anthos clusters on the VMware version for the admin cluster.
Declaration
[JsonProperty("onPremVersion")]
public virtual string OnPremVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlatformConfig
The VMware platform configuration.
Declaration
[JsonProperty("platformConfig")]
public virtual VmwarePlatformConfig PlatformConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwarePlatformConfig |
PreparedSecrets
Output only. The VMware admin cluster prepared secrets configuration. It should always be enabled by the Central API, instead of letting users set it.
Declaration
[JsonProperty("preparedSecrets")]
public virtual VmwareAdminPreparedSecretsConfig PreparedSecrets { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareAdminPreparedSecretsConfig |
PrivateRegistryConfig
Configuration for registry.
Declaration
[JsonProperty("privateRegistryConfig")]
public virtual VmwareAdminPrivateRegistryConfig PrivateRegistryConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareAdminPrivateRegistryConfig |
Reconciling
Output only. If set, there are currently changes in flight to the VMware admin cluster.
Declaration
[JsonProperty("reconciling")]
public virtual bool? Reconciling { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
State
Output only. The current state of VMware admin cluster.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Output only. ResourceStatus representing detailed cluster state.
Declaration
[JsonProperty("status")]
public virtual ResourceStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| ResourceStatus |
Uid
Output only. The unique identifier of the VMware admin cluster.
Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
UpdateTimeRaw
Output only. The time at which VMware admin cluster was last updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValidationCheck
Output only. ValidationCheck represents the result of the preflight check job.
Declaration
[JsonProperty("validationCheck")]
public virtual ValidationCheck ValidationCheck { get; set; }
Property Value
| Type | Description |
|---|---|
| ValidationCheck |
Vcenter
The VMware admin cluster VCenter configuration.
Declaration
[JsonProperty("vcenter")]
public virtual VmwareAdminVCenterConfig Vcenter { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareAdminVCenterConfig |