Class: Ansible::Ruby::Modules::Cs_securitygroup

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

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, #to_h, validates

Constructor Details

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

Instance Method Details

#accountObject?

Returns Account the security group is related to.

Returns:

  • (Object, nil)

    Account the security group is related to.



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

attribute :account

#descriptionString?

Returns Description of the security group.

Returns:

  • (String, nil)

    Description of the security group.



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

attribute :description

#domainObject?

Returns Domain the security group is related to.

Returns:

  • (Object, nil)

    Domain the security group is related to.



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

attribute :domain

#nameString

Returns Name of the security group.

Returns:

  • (String)

    Name of the security group.



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

attribute :name

#projectObject?

Returns Name of the project the security group to be created in.

Returns:

  • (Object, nil)

    Name of the project the security group to be created in.



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

attribute :project

#state:present, ...

Returns State of the security group.

Returns:

  • (:present, :absent, nil)

    State of the security group.



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

attribute :state