Class VmwarePlatformConfig
VmwarePlatformConfig represents configuration for the VMware platform.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class VmwarePlatformConfig : IDirectResponseSchema
Properties
Bundles
Output only. The list of bundles installed in the admin cluster.
Declaration
[JsonProperty("bundles")]
public virtual IList<VmwareBundleConfig> Bundles { get; set; }
Property Value
Type | Description |
---|---|
IList<VmwareBundleConfig> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PlatformVersion
Output only. The platform version e.g. 1.13.2.
Declaration
[JsonProperty("platformVersion")]
public virtual string PlatformVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
RequiredPlatformVersion
Input only. The required platform version e.g. 1.13.1. If the current platform version is lower than the target version, the platform version will be updated to the target version. If the target version is not installed in the platform (bundle versions), download the target version bundle.
Declaration
[JsonProperty("requiredPlatformVersion")]
public virtual string RequiredPlatformVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Output only. Resource status for the platform.
Declaration
[JsonProperty("status")]
public virtual ResourceStatus Status { get; set; }
Property Value
Type | Description |
---|---|
ResourceStatus |