Class: Ansible::Ruby::Modules::Vmware_local_role_manager

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/vmware/vmware_local_role_manager.rb

Overview

Manage local roles on an ESXi host

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

#force_removeSymbol?

Returns If set to C(False) then prevents the role from being removed if any permissions are using it.

Returns:

  • (Symbol, nil)

    If set to C(False) then prevents the role from being removed if any permissions are using it.



23
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_local_role_manager.rb', line 23

attribute :force_remove

#local_privilege_idsObject?

Returns:



16
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_local_role_manager.rb', line 16

attribute :local_privilege_ids

#local_role_nameString

Returns The local role name to be managed.

Returns:

  • (String)

    The local role name to be managed.



12
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_local_role_manager.rb', line 12

attribute :local_role_name

#state:present, ...

Returns Indicate desired state of the role.,If the role already exists when C(state=present), the role info is updated.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the role.,If the role already exists when C(state=present), the role info is updated.



19
# File 'lib/ansible/ruby/modules/generated/cloud/vmware/vmware_local_role_manager.rb', line 19

attribute :state