LibraryUrl

class oci.golden_gate.models.LibraryUrl(**kwargs)

Bases: object

A Pre-Authenticated Request Object URL to a DB2 for z/OS library that needs to be uploaded to your DB2 for z/OS server in order to establish GoldenGate connections to it. For licensing reasons, the URL is accessible for 10 minutes only.

Methods

__init__(**kwargs) Initializes a new LibraryUrl object with values from keyword arguments.

Attributes

url [Required] Gets the url of this LibraryUrl.
__init__(**kwargs)

Initializes a new LibraryUrl object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:url (str) – The value to assign to the url property of this LibraryUrl.
url

[Required] Gets the url of this LibraryUrl. The URL of a resource.

Returns:The url of this LibraryUrl.
Return type:str