Class: Ansible::Ruby::Modules::Ovirt_storage_connection
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ovirt_storage_connection
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb,
lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connections.rb
Overview
Module to manage storage connections in oVirt
Instance Method Summary collapse
-
#address ⇒ String?
Address of the storage server.
-
#force ⇒ Symbol?
This parameter is relevant only when updating a connection.,If I(true) the storage domain don’t have to be in I(MAINTENANCE) state, so the storage connection is updated.
-
#id ⇒ String?
Id of the storage connection to manage.
-
#mount_options ⇒ Object?
Option which will be passed when mounting storage.
-
#nfs_retrans ⇒ Object?
The number of times to retry a request before attempting further recovery actions.
-
#nfs_timeout ⇒ Object?
The time in tenths of a second to wait for a response before retrying NFS requests.
-
#nfs_version ⇒ Object?
NFS version.
-
#password ⇒ Object?
A CHAP password for logging into a target.
-
#path ⇒ Object?
Path of the mount point of the storage.
-
#port ⇒ Integer?
Port of the iSCSI storage server.
-
#state ⇒ :present, ...
Should the storage connection be present or absent.
-
#storage ⇒ String?
Name of the storage domain to be used with storage connection.
-
#target ⇒ String?
The target IQN for the storage device.
-
#type ⇒ String?
Storage type.
-
#username ⇒ Object?
A CHAP username for logging into a target.
-
#vfs_type ⇒ Object?
Virtual File System type.
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
#address ⇒ String?
Returns Address of the storage server. E.g.: myserver.mydomain.com.
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb', line 24 attribute :address |
#force ⇒ Symbol?
Returns This parameter is relevant only when updating a connection.,If I(true) the storage domain don’t have to be in I(MAINTENANCE) state, so the storage connection is updated.
64 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb', line 64 attribute :force |
#id ⇒ String?
Returns Id of the storage connection to manage.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb', line 12 attribute :id |
#mount_options ⇒ Object?
Returns Option which will be passed when mounting storage.
40 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb', line 40 attribute :mount_options |
#nfs_retrans ⇒ Object?
Returns The number of times to retry a request before attempting further recovery actions. Range 0 to 65535.
37 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb', line 37 attribute :nfs_retrans |
#nfs_timeout ⇒ Object?
Returns The time in tenths of a second to wait for a response before retrying NFS requests. Range 0 to 65535.
34 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb', line 34 attribute :nfs_timeout |
#nfs_version ⇒ Object?
Returns NFS version. One of: I(auto), I(v3), I(v4) or I(v4_1).
31 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb', line 31 attribute :nfs_version |
#password ⇒ Object?
Returns A CHAP password for logging into a target.
43 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb', line 43 attribute :password |
#path ⇒ Object?
Returns Path of the mount point of the storage. E.g.: /path/to/my/data.
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb', line 28 attribute :path |
#port ⇒ Integer?
Returns Port of the iSCSI storage server.
49 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb', line 49 attribute :port |
#state ⇒ :present, ...
Returns Should the storage connection be present or absent.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb', line 16 attribute :state |
#storage ⇒ String?
Returns Name of the storage domain to be used with storage connection.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb', line 20 attribute :storage |
#target ⇒ String?
Returns The target IQN for the storage device.
53 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb', line 53 attribute :target |
#type ⇒ String?
Returns Storage type. For example: I(nfs), I(iscsi), etc.
57 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb', line 57 attribute :type |
#username ⇒ Object?
Returns A CHAP username for logging into a target.
46 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb', line 46 attribute :username |
#vfs_type ⇒ Object?
Returns Virtual File System type.
61 |
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_storage_connection.rb', line 61 attribute :vfs_type |