Class: Ansible::Ruby::Modules::Cs_securitygroup
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_securitygroup
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup.rb
Instance Method Summary collapse
-
#account ⇒ Object?
Account the security group is related to.
-
#description ⇒ String?
Description of the security group.
-
#domain ⇒ Object?
Domain the security group is related to.
-
#name ⇒ String
Name of the security group.
-
#project ⇒ Object?
Name of the project the security group to be created in.
-
#state ⇒ :present, ...
State of the security group.
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
#account ⇒ Object?
Returns Account the security group is related to.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup.rb', line 25 attribute :account |
#description ⇒ String?
Returns Description of the security group.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup.rb', line 14 attribute :description |
#domain ⇒ Object?
Returns Domain the security group is related to.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup.rb', line 22 attribute :domain |
#name ⇒ String
Returns Name of the security group.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup.rb', line 10 attribute :name |
#project ⇒ Object?
Returns Name of the project the security group to be created in.
28 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup.rb', line 28 attribute :project |
#state ⇒ :present, ...
Returns State of the security group.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup.rb', line 18 attribute :state |