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 more...
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.
5568 5569 5570 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 5568 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
5565 5566 5567 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 5565 def vsphere_csi_disabled @vsphere_csi_disabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5573 5574 5575 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 5573 def update!(**args) @vsphere_csi_disabled = args[:vsphere_csi_disabled] if args.key?(:vsphere_csi_disabled) end |