GenerateLogReaderComponentLibraryUrlDetails¶
-
class
oci.golden_gate.models.
GenerateLogReaderComponentLibraryUrlDetails
(**kwargs)¶ Bases:
oci.golden_gate.models.generate_library_url_details.GenerateLibraryUrlDetails
Definition of the additional attributes for default library URL generation.
Attributes
LIBRARY_TYPE_LOG_READER_COMPONENT
str(object=’’) -> str library_type
[Required] Gets the library_type of this GenerateLibraryUrlDetails. Methods
__init__
(**kwargs)Initializes a new GenerateLogReaderComponentLibraryUrlDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
LIBRARY_TYPE_LOG_READER_COMPONENT
= 'LOG_READER_COMPONENT'¶
-
__init__
(**kwargs)¶ Initializes a new GenerateLogReaderComponentLibraryUrlDetails object with values from keyword arguments. The default value of the
library_type
attribute of this class isLOG_READER_COMPONENT
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: library_type (str) – The value to assign to the library_type property of this GenerateLogReaderComponentLibraryUrlDetails. Allowed values for this property are: “LOG_READER_COMPONENT”
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
library_type
¶ [Required] Gets the library_type of this GenerateLibraryUrlDetails. The type of the library URL generation.
Allowed values for this property are: “LOG_READER_COMPONENT”
Returns: The library_type of this GenerateLibraryUrlDetails. Return type: str
-