ParLink¶
-
class
oci.database_migration.models.
ParLink
(**kwargs)¶ Bases:
object
Pre-Authenticated Request Link for ODMS Agent log use.
Methods
__init__
(**kwargs)Initializes a new ParLink object with values from keyword arguments. Attributes
par_link
[Required] Gets the par_link of this ParLink. -
__init__
(**kwargs)¶ Initializes a new ParLink object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: par_link (str) – The value to assign to the par_link property of this ParLink.
-
par_link
¶ [Required] Gets the par_link of this ParLink. Pre-Authenticated Request URI.
Returns: The par_link of this ParLink. Return type: str
-