Class: Ansible::Ruby::Modules::Ovirt_external_provider
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ovirt_external_provider
- 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
-
#authentication_keys ⇒ Object?
List of authentication keys.
-
#authentication_url ⇒ Object?
Keystone authentication URL of the openstack provider.,Applicable for those types: I(os_image), I(os_volume) and I(network).
-
#data_center ⇒ Object?
Name of the data center where provider should be attached.,Applicable for those type: I(os_volume).
-
#description ⇒ Object?
Description of the external provider.
-
#name ⇒ String?
Name of the external provider to manage.
-
#network_type ⇒ :external, ...
Type of the external network provider either external (for example OVN) or neutron.,Applicable if C(type) is I(network).
-
#password ⇒ Integer?
Password of the user specified in C(username) parameter.,Applicable for all types.
-
#read_only ⇒ Object?
Specify if the network should be read only.,Applicable if C(type) is I(network).
-
#state ⇒ :present, ...
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!.
-
#tenant_name ⇒ Object?
Name of the tenant.,Applicable for those types: I(os_image), I(os_volume) and I(network).
-
#type ⇒ :os_image, ...
Type of the external provider.
-
#url ⇒ String?
URL where external provider is hosted.,Applicable for those types: I(os_image), I(os_volume), I(network) and I(foreman).
-
#username ⇒ String?
Username to be used for login to external provider.,Applicable for all types.
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
#authentication_keys ⇒ Object?
55 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 55 attribute :authentication_keys |
#authentication_url ⇒ Object?
42 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 42 attribute :authentication_url |
#data_center ⇒ Object?
45 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 45 attribute :data_center |
#description ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 20 attribute :description |
#name ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 12 attribute :name |
#network_type ⇒ :external, ...
51 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 51 attribute :network_type |
#password ⇒ Integer?
35 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 35 attribute :password |
#read_only ⇒ Object?
48 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 48 attribute :read_only |
#state ⇒ :present, ...
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 16 attribute :state |
#tenant_name ⇒ Object?
39 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 39 attribute :tenant_name |
#type ⇒ :os_image, ...
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 23 attribute :type |
#url ⇒ String?
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 27 attribute :url |
#username ⇒ String?
31 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 31 attribute :username |