GgcsConnectionDetails¶
-
class
oci.dif.models.GgcsConnectionDetails(**kwargs)¶ Bases:
objectDetails of GGCS connections to be created.
Methods
__init__(**kwargs)Initializes a new GgcsConnectionDetails object with values from keyword arguments. Attributes
connection_idGets the connection_id of this GgcsConnectionDetails. connection_name[Required] Gets the connection_name of this GgcsConnectionDetails. dif_dependenciesGets the dif_dependencies of this GgcsConnectionDetails. gg_admin_secret_idGets the gg_admin_secret_id of this GgcsConnectionDetails. -
__init__(**kwargs)¶ Initializes a new GgcsConnectionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - connection_name (str) – The value to assign to the connection_name property of this GgcsConnectionDetails.
- dif_dependencies (list[oci.dif.models.DifDependencyDetails]) – The value to assign to the dif_dependencies property of this GgcsConnectionDetails.
- gg_admin_secret_id (str) – The value to assign to the gg_admin_secret_id property of this GgcsConnectionDetails.
- connection_id (str) – The value to assign to the connection_id property of this GgcsConnectionDetails.
-
connection_id¶ Gets the connection_id of this GgcsConnectionDetails. OCID of pre-created Oracle GoldenGate connection.
Returns: The connection_id of this GgcsConnectionDetails. Return type: str
-
connection_name¶ [Required] Gets the connection_name of this GgcsConnectionDetails. Name of the connection to be created.
Returns: The connection_name of this GgcsConnectionDetails. Return type: str
-
dif_dependencies¶ Gets the dif_dependencies of this GgcsConnectionDetails. List of Service Dependency Details for connection creation.
Returns: The dif_dependencies of this GgcsConnectionDetails. Return type: list[oci.dif.models.DifDependencyDetails]
-
gg_admin_secret_id¶ Gets the gg_admin_secret_id of this GgcsConnectionDetails. Vault secret OCID containing password that Oracle GoldenGate uses to connect the associated system of the given technology.
Returns: The gg_admin_secret_id of this GgcsConnectionDetails. Return type: str
-