Class: Ansible::Ruby::Modules::Ovirt_group

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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_nameObject

Returns Authorization provider of the group. In previous versions of oVirt/RHV known as domain.

Returns:

  • (Object)

    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

#nameString

Returns Name of the group to manage.

Returns:

  • (String)

    Name of the group to manage.



12
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_group.rb', line 12

attribute :name

#namespaceArray<String>, ...

Returns Namespace of the authorization provider, where group resides.

Returns:

  • (Array<String>, String, nil)

    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.

Returns:

  • (:present, :absent, nil)

    Should the group be present/absent.



16
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_group.rb', line 16

attribute :state