Class: Ansible::Ruby::Modules::Cs_configuration
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_configuration
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb
Instance Method Summary collapse
-
#account ⇒ String?
Ensure the value for corresponding account.
-
#cluster ⇒ Object?
Ensure the value for corresponding cluster.
-
#domain ⇒ String?
Domain the account is related to.,Only considered if C(account) is used.
-
#name ⇒ String
Name of the configuration.
-
#storage ⇒ String?
Ensure the value for corresponding storage pool.
-
#value ⇒ FalseClass, ...
Value of the configuration.
-
#zone ⇒ String?
Ensure the value for corresponding zone.
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
#account ⇒ String?
Returns Ensure the value for corresponding account.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb', line 18 attribute :account |
#cluster ⇒ Object?
Returns Ensure the value for corresponding cluster.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb', line 34 attribute :cluster |
#domain ⇒ String?
Returns Domain the account is related to.,Only considered if C(account) is used.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb', line 22 attribute :domain |
#name ⇒ String
Returns Name of the configuration.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb', line 10 attribute :name |
#storage ⇒ String?
Returns Ensure the value for corresponding storage pool.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb', line 30 attribute :storage |
#value ⇒ FalseClass, ...
Returns Value of the configuration.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb', line 14 attribute :value |
#zone ⇒ String?
Returns Ensure the value for corresponding zone.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb', line 26 attribute :zone |