Class: Ansible::Ruby::Modules::Os_group
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_group
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_group.rb
Instance Method Summary collapse
-
#description ⇒ String?
Group description.
-
#name ⇒ String
Group name.
-
#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, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#description ⇒ String?
Returns Group description.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_group.rb', line 14 attribute :description |
#name ⇒ String
Returns Group name.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_group.rb', line 10 attribute :name |
#state ⇒ :present, ...
Returns Should the resource be present or absent.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_group.rb', line 18 attribute :state |