Show / Hide Table of Contents

Class VmwareStorageConfig

Specifies vSphere CSI components deployment config in the VMware user cluster.

Inheritance
object
VmwareStorageConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX