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.



5561
5562
5563
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 5561

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)


5558
5559
5560
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 5558

def vsphere_csi_disabled
  @vsphere_csi_disabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5566
5567
5568
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 5566

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