Class: Google::Apis::GkeonpremV1::VmwareStorageConfig
- Inherits:
-
Object
- Object
- Google::Apis::GkeonpremV1::VmwareStorageConfig
- 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
-
#vsphere_csi_disabled ⇒ Boolean
(also: #vsphere_csi_disabled?)
Whether or not to deploy vSphere CSI components in the VMware user cluster.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VmwareStorageConfig
constructor
A new instance of VmwareStorageConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_disabled ⇒ Boolean 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
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 |