OlvmAgent¶
-
class
oci.cloud_migrations.models.OlvmAgent(**kwargs)¶ Bases:
objectType representing a fence agent.
Methods
__init__(**kwargs)Initializes a new OlvmAgent object with values from keyword arguments. Attributes
addressGets the address of this OlvmAgent. commentGets the comment of this OlvmAgent. descriptionGets the description of this OlvmAgent. idGets the id of this OlvmAgent. is_concurrentGets the is_concurrent of this OlvmAgent. is_encrypt_optionsGets the is_encrypt_options of this OlvmAgent. nameGets the name of this OlvmAgent. orderGets the order of this OlvmAgent. portGets the port of this OlvmAgent. typeGets the type of this OlvmAgent. usernameGets the username of this OlvmAgent. -
__init__(**kwargs)¶ Initializes a new OlvmAgent object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - address (str) – The value to assign to the address property of this OlvmAgent.
- comment (str) – The value to assign to the comment property of this OlvmAgent.
- is_concurrent (bool) – The value to assign to the is_concurrent property of this OlvmAgent.
- description (str) – The value to assign to the description property of this OlvmAgent.
- is_encrypt_options (bool) – The value to assign to the is_encrypt_options property of this OlvmAgent.
- id (str) – The value to assign to the id property of this OlvmAgent.
- name (str) – The value to assign to the name property of this OlvmAgent.
- order (int) – The value to assign to the order property of this OlvmAgent.
- port (int) – The value to assign to the port property of this OlvmAgent.
- type (str) – The value to assign to the type property of this OlvmAgent.
- username (str) – The value to assign to the username property of this OlvmAgent.
-
address¶ Gets the address of this OlvmAgent. Fence agent address
Returns: The address of this OlvmAgent. Return type: str
-
comment¶ Gets the comment of this OlvmAgent. Free text containing comments about this object.
Returns: The comment of this OlvmAgent. Return type: str
-
description¶ Gets the description of this OlvmAgent. Free text containing comments about this object.
Returns: The description of this OlvmAgent. Return type: str
-
id¶ Gets the id of this OlvmAgent. A unique identifier.
Returns: The id of this OlvmAgent. Return type: str
-
is_concurrent¶ Gets the is_concurrent of this OlvmAgent. Specified whether the agent should be used concurrently or sequentially
Returns: The is_concurrent of this OlvmAgent. Return type: bool
-
is_encrypt_options¶ Gets the is_encrypt_options of this OlvmAgent. Specifies whether the options should be encrypted.
Returns: The is_encrypt_options of this OlvmAgent. Return type: bool
-
name¶ Gets the name of this OlvmAgent. A human-readable name in plain text
Returns: The name of this OlvmAgent. Return type: str
-
order¶ Gets the order of this OlvmAgent. The order of this agent if used with other agents.
Returns: The order of this OlvmAgent. Return type: int
-
port¶ Gets the port of this OlvmAgent. Fence agent port.
Returns: The port of this OlvmAgent. Return type: int
-
type¶ Gets the type of this OlvmAgent. Fence agent type.
Returns: The type of this OlvmAgent. Return type: str
-
username¶ Gets the username of this OlvmAgent. Fence agent user name.
Returns: The username of this OlvmAgent. Return type: str
-