Class: Ansible::Ruby::Modules::Vmware_maintenancemode
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Vmware_maintenancemode
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_maintenancemode.rb
Instance Method Summary collapse
-
#esxi_hostname ⇒ String
Name of the host as defined in vCenter.
-
#evacuate ⇒ Boolean?
If True, evacuate all powered off VMs.
-
#state ⇒ :present, ...
Enter or exit maintenance mode.
-
#timeout ⇒ Integer?
Specify a timeout for the operation.
-
#vsan_mode ⇒ :ensureObjectAccessibility, ...
Specify which VSAN compliant mode to enter.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#esxi_hostname ⇒ String
Returns Name of the host as defined in vCenter.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_maintenancemode.rb', line 10 attribute :esxi_hostname |
#evacuate ⇒ Boolean?
Returns If True, evacuate all powered off VMs.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_maintenancemode.rb', line 18 attribute :evacuate |
#state ⇒ :present, ...
Returns Enter or exit maintenance mode.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_maintenancemode.rb', line 26 attribute :state |
#timeout ⇒ Integer?
Returns Specify a timeout for the operation.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_maintenancemode.rb', line 22 attribute :timeout |
#vsan_mode ⇒ :ensureObjectAccessibility, ...
Returns Specify which VSAN compliant mode to enter.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_maintenancemode.rb', line 14 attribute :vsan_mode |