Class: Ansible::Ruby::Modules::Cs_instancegroup

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

#accountObject?

Returns Account the instance group is related to.

Returns:

  • (Object, nil)

    Account the instance group is related to.



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

attribute :account

#domainObject?

Returns Domain the instance group is related to.

Returns:

  • (Object, nil)

    Domain the instance group is related to.



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

attribute :domain

#nameString

Returns Name of the instance group.

Returns:

  • (String)

    Name of the instance group.



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

attribute :name

#projectObject?

Returns Project the instance group is related to.

Returns:

  • (Object, nil)

    Project the instance group is related to.



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

attribute :project

#state:present, ...

Returns State of the instance group.

Returns:

  • (:present, :absent, nil)

    State of the instance group.



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

attribute :state