Class: Ansible::Ruby::Modules::Cs_network_acl
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_network_acl
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_network_acl.rb
Overview
Create and remove network ACLs.
Instance Method Summary collapse
-
#account ⇒ Object?
Account the network ACL rule is related to.
-
#description ⇒ String?
Description of the network ACL.,If not set, identical to C(name).
-
#domain ⇒ Object?
Domain the network ACL rule is related to.
-
#name ⇒ String
Name of the network ACL.
-
#poll_async ⇒ :yes, ...
Poll async jobs until job has finished.
-
#project ⇒ Object?
Name of the project the network ACL is related to.
-
#state ⇒ :present, ...
State of the network ACL.
-
#vpc ⇒ String
VPC the network ACL is related to.
-
#zone ⇒ Object?
Name of the zone the VPC is related to.,If not set, default zone is used.
Methods inherited from Base
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
#account ⇒ Object?
Returns 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 |
#description ⇒ String?
Returns 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 |
#domain ⇒ Object?
Returns 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 |
#name ⇒ String
Returns 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.
40 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_network_acl.rb', line 40 attribute :poll_async |
#project ⇒ Object?
Returns 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.
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_network_acl.rb', line 24 attribute :state |
#vpc ⇒ String
Returns VPC the network ACL is related to.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_network_acl.rb', line 20 attribute :vpc |
#zone ⇒ Object?
Returns 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 |