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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/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.



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

attribute :account

#clusterObject?

Returns Ensure the value for corresponding cluster.

Returns:

  • (Object, nil)

    Ensure the value for corresponding cluster.



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

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.



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

attribute :domain

#nameString

Returns Name of the configuration.

Returns:

  • (String)

    Name of the configuration.



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

attribute :name

#storageString?

Returns Ensure the value for corresponding storage pool.

Returns:

  • (String, nil)

    Ensure the value for corresponding storage pool.



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

attribute :storage

#valueFalseClass, ...

Returns Value of the configuration.

Returns:

  • (FalseClass, TrueClass, Float)

    Value of the configuration.



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

attribute :value

#zoneString?

Returns Ensure the value for corresponding zone.

Returns:

  • (String, nil)

    Ensure the value for corresponding zone.



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

attribute :zone