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?
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).
55 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 55 attribute :authentication_keys |
#authentication_url ⇒ Object?
Returns 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_center ⇒ Object?
Returns 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 |
#description ⇒ Object?
Returns Description of the external provider.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 20 attribute :description |
#name ⇒ String?
Returns 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).
51 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 51 attribute :network_type |
#password ⇒ Integer?
Returns 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_only ⇒ Object?
Returns 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!.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 16 attribute :state |
#tenant_name ⇒ Object?
Returns 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.
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_external_provider.rb', line 23 attribute :type |
#url ⇒ String?
Returns 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 |
#username ⇒ String?
Returns 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 |