GenerateLibraryUrlDetails¶
-
class
oci.golden_gate.models.
GenerateLibraryUrlDetails
(**kwargs)¶ Bases:
object
The information about generating the library URL.
Attributes
LIBRARY_TYPE_LOG_READER_COMPONENT
A constant which can be used with the library_type property of a GenerateLibraryUrlDetails. library_type
[Required] Gets the library_type of this GenerateLibraryUrlDetails. Methods
__init__
(**kwargs)Initializes a new GenerateLibraryUrlDetails 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'¶ A constant which can be used with the library_type property of a GenerateLibraryUrlDetails. This constant has a value of “LOG_READER_COMPONENT”
-
__init__
(**kwargs)¶ Initializes a new GenerateLibraryUrlDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
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 GenerateLibraryUrlDetails. 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
-