Class VmwareStorageConfig
Specifies vSphere CSI components deployment config in the VMware user cluster.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class VmwareStorageConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VsphereCsiDisabled
Whether or not to deploy vSphere CSI components in the VMware user cluster. Enabled by default.
Declaration
[JsonProperty("vsphereCsiDisabled")]
public virtual bool? VsphereCsiDisabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |