Class: Ansible::Ruby::Modules::Ovirt_group
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ovirt_group
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_group.rb,
lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_groups.rb
Overview
Module to manage groups in oVirt/RHV
Instance Method Summary collapse
-
#authz_name ⇒ Object
Authorization provider of the group.
-
#name ⇒ String
Name of the group to manage.
-
#namespace ⇒ Array<String>, ...
Namespace of the authorization provider, where group resides.
-
#state ⇒ :present, ...
Should the group be present/absent.
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
#authz_name ⇒ Object
Returns Authorization provider of the group. In previous versions of oVirt/RHV known as domain.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_group.rb', line 20 attribute :authz_name |
#name ⇒ String
Returns Name of the group to manage.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_group.rb', line 12 attribute :name |
#namespace ⇒ Array<String>, ...
Returns Namespace of the authorization provider, where group resides.
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_group.rb', line 24 attribute :namespace |
#state ⇒ :present, ...
Returns Should the group be present/absent.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_group.rb', line 16 attribute :state |