Class: Ansible::Ruby::Modules::Cs_network_acl

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

Overview

Create and remove network ACLs.

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 network ACL rule is related to.

Returns:

  • (Object, nil)

    Account the network ACL rule is related to.



31
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_network_acl.rb', line 31

attribute :account

#descriptionString?

Returns Description of the network ACL.,If not set, identical to C(name).

Returns:

  • (String, nil)

    Description of the network ACL.,If not set, identical to C(name).



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

attribute :description

#domainObject?

Returns Domain the network ACL rule is related to.

Returns:

  • (Object, nil)

    Domain the network ACL rule is related to.



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

attribute :domain

#nameString

Returns Name of the network ACL.

Returns:

  • (String)

    Name of the network ACL.



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

attribute :name

#poll_async:yes, ...

Returns Poll async jobs until job has finished.

Returns:

  • (:yes, :no, nil)

    Poll async jobs until job has finished.



40
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_network_acl.rb', line 40

attribute :poll_async

#projectObject?

Returns Name of the project the network ACL is related to.

Returns:

  • (Object, nil)

    Name of the project the network ACL is related to.



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

attribute :project

#state:present, ...

Returns State of the network ACL.

Returns:

  • (:present, :absent, nil)

    State of the network ACL.



24
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_network_acl.rb', line 24

attribute :state

#vpcString

Returns VPC the network ACL is related to.

Returns:

  • (String)

    VPC the network ACL is related to.



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

attribute :vpc

#zoneObject?

Returns Name of the zone the VPC is related to.,If not set, default zone is used.

Returns:

  • (Object, nil)

    Name of the zone the VPC is related to.,If not set, default zone is used.



37
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_network_acl.rb', line 37

attribute :zone