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

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

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

#accountString?

Returns Ensure the value for corresponding account.

Returns:

  • (String, nil)

    Ensure the value for corresponding account.



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

attribute :account

#clusterObject?

Returns Ensure the value for corresponding cluster.

Returns:

  • (Object, nil)

    Ensure the value for corresponding cluster.



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

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.



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

attribute :domain

#nameString

Returns Name of the configuration.

Returns:

  • (String)

    Name of the configuration.



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

attribute :name

#storageString?

Returns Ensure the value for corresponding storage pool.

Returns:

  • (String, nil)

    Ensure the value for corresponding storage pool.



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

attribute :storage

#valueFalseClass, ...

Returns Value of the configuration.

Returns:

  • (FalseClass, TrueClass, Float)

    Value of the configuration.



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

attribute :value

#zoneString?

Returns Ensure the value for corresponding zone.

Returns:

  • (String, nil)

    Ensure the value for corresponding zone.



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

attribute :zone