Class: Ansible::Ruby::Modules::Os_security_group
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_security_group
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/openstack/os_security_group.rb
Overview
Add or Remove security groups from an OpenStack cloud.
Instance Method Summary collapse
-
#description ⇒ String?
Long description of the purpose of the security group.
-
#name ⇒ String
Name that has to be given to the security group.
-
#state ⇒ :present, ...
Should the resource be present or absent.
Methods inherited from Base
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
#description ⇒ String?
Returns Long description of the purpose of the security group.
15 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_security_group.rb', line 15 attribute :description |
#name ⇒ String
Returns Name that has to be given to the security group. This module requires that security group names be unique.
11 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_security_group.rb', line 11 attribute :name |
#state ⇒ :present, ...
Returns Should the resource be present or absent.
19 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_security_group.rb', line 19 attribute :state |