Class VmwareCluster
Resource that represents a VMware user cluster. ##
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class VmwareCluster : IDirectResponseSchema
Properties
AdminClusterMembership
Required. The admin cluster this VMware user cluster belongs to. This is the full resource name of the admin cluster's fleet membership. In the future, references to other resource types might be allowed if admin clusters are modeled as their own resources.
Declaration
[JsonProperty("adminClusterMembership")]
public virtual string AdminClusterMembership { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AdminClusterName
Output only. The resource name of the VMware admin cluster hosting this user cluster.
Declaration
[JsonProperty("adminClusterName")]
public virtual string AdminClusterName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Annotations
Annotations on the VMware user 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
AAGConfig specifies whether to spread VMware user cluster nodes across at least three physical hosts in the datacenter.
Declaration
[JsonProperty("antiAffinityGroups")]
public virtual VmwareAAGConfig AntiAffinityGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareAAGConfig |
Authorization
RBAC policy that will be applied and managed by the Anthos On-Prem API.
Declaration
[JsonProperty("authorization")]
public virtual Authorization Authorization { get; set; }
Property Value
| Type | Description |
|---|---|
| Authorization |
AutoRepairConfig
Configuration for auto repairing.
Declaration
[JsonProperty("autoRepairConfig")]
public virtual VmwareAutoRepairConfig AutoRepairConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareAutoRepairConfig |
BinaryAuthorization
Binary Authorization related configurations.
Declaration
[JsonProperty("binaryAuthorization")]
public virtual BinaryAuthorization BinaryAuthorization { get; set; }
Property Value
| Type | Description |
|---|---|
| BinaryAuthorization |
ControlPlaneNode
VMware user cluster control plane nodes must have either 1 or 3 replicas.
Declaration
[JsonProperty("controlPlaneNode")]
public virtual VmwareControlPlaneNodeConfig ControlPlaneNode { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareControlPlaneNodeConfig |
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 user cluster was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataplaneV2
VmwareDataplaneV2Config specifies configuration for Dataplane V2.
Declaration
[JsonProperty("dataplaneV2")]
public virtual VmwareDataplaneV2Config DataplaneV2 { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareDataplaneV2Config |
DeleteTime
object representation of DeleteTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")]
public virtual object DeleteTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
DeleteTimeDateTimeOffset
DateTimeOffset representation of DeleteTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? DeleteTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
DeleteTimeRaw
Output only. The time at which VMware user cluster was deleted.
Declaration
[JsonProperty("deleteTime")]
public virtual string DeleteTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
A human readable description of this VMware user cluster.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisableBundledIngress
Disable bundled ingress.
Declaration
[JsonProperty("disableBundledIngress")]
public virtual bool? DisableBundledIngress { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
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? |
EnableControlPlaneV2
Enable control plane V2. Default to false.
Declaration
[JsonProperty("enableControlPlaneV2")]
public virtual bool? EnableControlPlaneV2 { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Endpoint
Output only. The DNS name of VMware user 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 |
LoadBalancer
Load balancer configuration.
Declaration
[JsonProperty("loadBalancer")]
public virtual VmwareLoadBalancerConfig LoadBalancer { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareLoadBalancerConfig |
LocalName
Output only. The object name of the VMware OnPremUserCluster custom resource on the associated admin cluster. 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 user cluster resource name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NetworkConfig
The VMware user cluster network configuration.
Declaration
[JsonProperty("networkConfig")]
public virtual VmwareNetworkConfig NetworkConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareNetworkConfig |
OnPremVersion
Required. The Anthos clusters on the VMware version for your user cluster.
Declaration
[JsonProperty("onPremVersion")]
public virtual string OnPremVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reconciling
Output only. If set, there are currently changes in flight to the VMware user cluster.
Declaration
[JsonProperty("reconciling")]
public virtual bool? Reconciling { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
State
Output only. The current state of VMware user 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 |
Storage
Storage configuration.
Declaration
[JsonProperty("storage")]
public virtual VmwareStorageConfig Storage { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareStorageConfig |
Uid
Output only. The unique identifier of the VMware user 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 user cluster was last updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpgradePolicy
Specifies upgrade policy for the cluster.
Declaration
[JsonProperty("upgradePolicy")]
public virtual VmwareClusterUpgradePolicy UpgradePolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareClusterUpgradePolicy |
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
VmwareVCenterConfig specifies vCenter config for the user cluster. If unspecified, it is inherited from the admin cluster.
Declaration
[JsonProperty("vcenter")]
public virtual VmwareVCenterConfig Vcenter { get; set; }
Property Value
| Type | Description |
|---|---|
| VmwareVCenterConfig |
VmTrackingEnabled
Enable VM tracking.
Declaration
[JsonProperty("vmTrackingEnabled")]
public virtual bool? VmTrackingEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |