Class: Ansible::Ruby::Modules::Cs_securitygroup_rule
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_securitygroup_rule
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup_rule.rb
Instance Method Summary collapse
-
#cidr ⇒ String?
CIDR (full notation) to be used for security group rule.
-
#end_port ⇒ Integer?
End port for this rule.
-
#icmp_code ⇒ Integer?
Error code for this icmp message.
-
#icmp_type ⇒ Integer?
Type of the icmp message being sent.
-
#poll_async ⇒ Boolean?
Poll async jobs until job has finished.
-
#project ⇒ Object?
Name of the project the security group to be created in.
-
#protocol ⇒ :tcp, ...
Protocol of the security group rule.
-
#security_group ⇒ String
Name of the security group the rule is related to.
-
#start_port ⇒ Integer?
Start port for this rule.
-
#state ⇒ :present, ...
State of the security group rule.
-
#type ⇒ :ingress, ...
Ingress or egress security group rule.
-
#user_security_group ⇒ String?
Security group this rule is based of.
Methods inherited from Base
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
#cidr ⇒ String?
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup_rule.rb', line 26 attribute :cidr |
#end_port ⇒ Integer?
38 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup_rule.rb', line 38 attribute :end_port |
#icmp_code ⇒ Integer?
46 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup_rule.rb', line 46 attribute :icmp_code |
#icmp_type ⇒ Integer?
42 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup_rule.rb', line 42 attribute :icmp_type |
#poll_async ⇒ Boolean?
53 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup_rule.rb', line 53 attribute :poll_async |
#project ⇒ Object?
50 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup_rule.rb', line 50 attribute :project |
#protocol ⇒ :tcp, ...
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup_rule.rb', line 18 attribute :protocol |
#security_group ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup_rule.rb', line 10 attribute :security_group |
#start_port ⇒ Integer?
34 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup_rule.rb', line 34 attribute :start_port |
#state ⇒ :present, ...
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup_rule.rb', line 14 attribute :state |
#type ⇒ :ingress, ...
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup_rule.rb', line 22 attribute :type |
#user_security_group ⇒ String?
30 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup_rule.rb', line 30 attribute :user_security_group |