Class: Ansible::Ruby::Modules::Ovirt_datacenter
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ovirt_datacenter
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_datacenter.rb,
lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_datacenters.rb
Overview
Module to manage data centers in oVirt/RHV
Instance Method Summary collapse
-
#comment ⇒ Object?
Comment of the data center.
-
#compatibility_version ⇒ Float?
Compatibility version of the data center.
-
#description ⇒ Object?
Description of the data center.
-
#force ⇒ Boolean?
This parameter can be used only when removing a data center.
-
#local ⇒ Boolean?
I(True) if the data center should be local, I(False) if should be shared.,Default value is set by engine.
-
#mac_pool ⇒ Object?
MAC pool to be used by this datacenter.,IMPORTANT: This option is deprecated in oVirt/RHV 4.1.
-
#name ⇒ String
Name of the data center to manage.
-
#quota_mode ⇒ :disabled, ...
Quota mode of the data center.
-
#state ⇒ :present, ...
Should the data center be present or absent.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#comment ⇒ Object?
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_datacenter.rb', line 23 attribute :comment |
#compatibility_version ⇒ Float?
30 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_datacenter.rb', line 30 attribute :compatibility_version |
#description ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_datacenter.rb', line 20 attribute :description |
#force ⇒ Boolean?
41 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_datacenter.rb', line 41 attribute :force |
#local ⇒ Boolean?
26 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_datacenter.rb', line 26 attribute :local |
#mac_pool ⇒ Object?
38 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_datacenter.rb', line 38 attribute :mac_pool |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_datacenter.rb', line 12 attribute :name |
#quota_mode ⇒ :disabled, ...
34 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_datacenter.rb', line 34 attribute :quota_mode |
#state ⇒ :present, ...
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_datacenter.rb', line 16 attribute :state |