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

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

Overview

Create and remove instance groups.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #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.



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

attribute :account

#domainObject?

Returns Domain the instance group is related to.

Returns:

  • (Object, nil)

    Domain the instance group is related to.



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

attribute :domain

#nameString

Returns Name of the instance group.

Returns:

  • (String)

    Name of the instance group.



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

attribute :name

#projectObject?

Returns Project the instance group is related to.

Returns:

  • (Object, nil)

    Project the instance group is related to.



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

attribute :project

#state:present, ...

Returns State of the instance group.

Returns:

  • (:present, :absent, nil)

    State of the instance group.



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

attribute :state