Class: Google::Apis::GkeonpremV1::VmwareStorageConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkeonprem_v1/classes.rb,
lib/google/apis/gkeonprem_v1/representations.rb,
lib/google/apis/gkeonprem_v1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VmwareStorageConfig

Returns a new instance of VmwareStorageConfig.



5388
5389
5390
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 5388

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#vsphere_csi_disabledBoolean Also known as: vsphere_csi_disabled?

Whether or not to deploy vSphere CSI components in the VMware user cluster. Enabled by default. Corresponds to the JSON property vsphereCsiDisabled

Returns:

  • (Boolean)


5385
5386
5387
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 5385

def vsphere_csi_disabled
  @vsphere_csi_disabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5393
5394
5395
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 5393

def update!(**args)
  @vsphere_csi_disabled = args[:vsphere_csi_disabled] if args.key?(:vsphere_csi_disabled)
end