Class: Ansible::Ruby::Modules::Cs_configuration

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb

Overview

Manages global, zone, account, storage and cluster configurations.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#accountString?

Returns Ensure the value for corresponding account.

Returns:

  • (String, nil)

    Ensure the value for corresponding account.



19
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb', line 19

attribute :account

#clusterObject?

Returns Ensure the value for corresponding cluster.

Returns:

  • (Object, nil)

    Ensure the value for corresponding cluster.



35
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb', line 35

attribute :cluster

#domainString?

Returns Domain the account is related to.,Only considered if C(account) is used.

Returns:

  • (String, nil)

    Domain the account is related to.,Only considered if C(account) is used.



23
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb', line 23

attribute :domain

#nameString

Returns Name of the configuration.

Returns:

  • (String)

    Name of the configuration.



11
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb', line 11

attribute :name

#storageString?

Returns Ensure the value for corresponding storage pool.

Returns:

  • (String, nil)

    Ensure the value for corresponding storage pool.



31
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb', line 31

attribute :storage

#valueFalseClass, ...

Returns Value of the configuration.

Returns:

  • (FalseClass, TrueClass, Float)

    Value of the configuration.



15
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb', line 15

attribute :value

#zoneString?

Returns Ensure the value for corresponding zone.

Returns:

  • (String, nil)

    Ensure the value for corresponding zone.



27
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb', line 27

attribute :zone