Class: Ansible::Ruby::Modules::Ovirt_external_provider

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb,
lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_providers.rb

Overview

Module to manage external providers 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

#authentication_keysObject?

Returns List of authentication keys. Each key is represented by dict like ‘our-uuid’, ‘value’: ‘YourSecretValue==’,When you will not pass these keys and there are already some of them defined in the system they will be removed.,Applicable for I(os_volume).

Returns:

  • (Object, nil)

    List of authentication keys. Each key is represented by dict like ‘our-uuid’, ‘value’: ‘YourSecretValue==’,When you will not pass these keys and there are already some of them defined in the system they will be removed.,Applicable for I(os_volume).



55
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 55

attribute :authentication_keys

#authentication_urlObject?

Returns Keystone authentication URL of the openstack provider.,Applicable for those types: I(os_image), I(os_volume) and I(network).

Returns:

  • (Object, nil)

    Keystone authentication URL of the openstack provider.,Applicable for those types: I(os_image), I(os_volume) and I(network).



42
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 42

attribute :authentication_url

#data_centerObject?

Returns Name of the data center where provider should be attached.,Applicable for those type: I(os_volume).

Returns:

  • (Object, nil)

    Name of the data center where provider should be attached.,Applicable for those type: I(os_volume).



45
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 45

attribute :data_center

#descriptionObject?

Returns Description of the external provider.

Returns:

  • (Object, nil)

    Description of the external provider.



20
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 20

attribute :description

#nameString?

Returns Name of the external provider to manage.

Returns:

  • (String, nil)

    Name of the external provider to manage.



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

attribute :name

#network_type:external, ...

Returns Type of the external network provider either external (for example OVN) or neutron.,Applicable if C(type) is I(network).

Returns:

  • (:external, :neutron, nil)

    Type of the external network provider either external (for example OVN) or neutron.,Applicable if C(type) is I(network).



51
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 51

attribute :network_type

#passwordInteger?

Returns Password of the user specified in C(username) parameter.,Applicable for all types.

Returns:

  • (Integer, nil)

    Password of the user specified in C(username) parameter.,Applicable for all types.



35
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 35

attribute :password

#read_onlyObject?

Returns Specify if the network should be read only.,Applicable if C(type) is I(network).

Returns:

  • (Object, nil)

    Specify if the network should be read only.,Applicable if C(type) is I(network).



48
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 48

attribute :read_only

#state:present, ...

Returns Should the external be present or absent,When you are using absent for I(os_volume), you need to make sure that SD is not attached to the data center!.

Returns:

  • (:present, :absent, nil)

    Should the external be present or absent,When you are using absent for I(os_volume), you need to make sure that SD is not attached to the data center!



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

attribute :state

#tenant_nameObject?

Returns Name of the tenant.,Applicable for those types: I(os_image), I(os_volume) and I(network).

Returns:

  • (Object, nil)

    Name of the tenant.,Applicable for those types: I(os_image), I(os_volume) and I(network).



39
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 39

attribute :tenant_name

#type:os_image, ...

Returns Type of the external provider.

Returns:

  • (:os_image, :network, :os_volume, :foreman, nil)

    Type of the external provider.



23
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 23

attribute :type

#urlString?

Returns URL where external provider is hosted.,Applicable for those types: I(os_image), I(os_volume), I(network) and I(foreman).

Returns:

  • (String, nil)

    URL where external provider is hosted.,Applicable for those types: I(os_image), I(os_volume), I(network) and I(foreman).



27
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 27

attribute :url

#usernameString?

Returns Username to be used for login to external provider.,Applicable for all types.

Returns:

  • (String, nil)

    Username to be used for login to external provider.,Applicable for all types.



31
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 31

attribute :username