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

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

Overview

Create and remove security 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, #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 security group is related to.

Returns:

  • (Object, nil)

    Account the security group is related to.



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

attribute :account

#descriptionString?

Returns Description of the security group.

Returns:

  • (String, nil)

    Description of the security group.



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

attribute :description

#domainObject?

Returns Domain the security group is related to.

Returns:

  • (Object, nil)

    Domain the security group is related to.



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

attribute :domain

#nameString

Returns Name of the security group.

Returns:

  • (String)

    Name of the security group.



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

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.



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

attribute :project

#state:present, ...

Returns State of the security group.

Returns:

  • (:present, :absent, nil)

    State of the security group.



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

attribute :state