AdditionalDetails

class oci.dif.models.AdditionalDetails(**kwargs)

Bases: object

Additional details about the provisioned services

Methods

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

Attributes

assigned_connections Gets the assigned_connections of this AdditionalDetails.
endpoint_details Gets the endpoint_details of this AdditionalDetails.
model_id Gets the model_id of this AdditionalDetails.
model_version Gets the model_version of this AdditionalDetails.
oci_region Gets the oci_region of this AdditionalDetails.
private_endpoint_id Gets the private_endpoint_id of this AdditionalDetails.
__init__(**kwargs)

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

Parameters:
  • assigned_connections (list[oci.dif.models.AssignedConnectionDetails]) – The value to assign to the assigned_connections property of this AdditionalDetails.
  • model_id (str) – The value to assign to the model_id property of this AdditionalDetails.
  • model_version (str) – The value to assign to the model_version property of this AdditionalDetails.
  • oci_region (str) – The value to assign to the oci_region property of this AdditionalDetails.
  • endpoint_details (list[oci.dif.models.EndpointAdditional]) – The value to assign to the endpoint_details property of this AdditionalDetails.
  • private_endpoint_id (str) – The value to assign to the private_endpoint_id property of this AdditionalDetails.
assigned_connections

Gets the assigned_connections of this AdditionalDetails. connections assigned to Golden Gate deployment

Returns:The assigned_connections of this AdditionalDetails.
Return type:list[oci.dif.models.AssignedConnectionDetails]
endpoint_details

Gets the endpoint_details of this AdditionalDetails. details of all endpoints assigned to cluster

Returns:The endpoint_details of this AdditionalDetails.
Return type:list[oci.dif.models.EndpointAdditional]
model_id

Gets the model_id of this AdditionalDetails. OCID of model

Returns:The model_id of this AdditionalDetails.
Return type:str
model_version

Gets the model_version of this AdditionalDetails. version of model

Returns:The model_version of this AdditionalDetails.
Return type:str
oci_region

Gets the oci_region of this AdditionalDetails. region of cluster

Returns:The oci_region of this AdditionalDetails.
Return type:str
private_endpoint_id

Gets the private_endpoint_id of this AdditionalDetails. OCID of model

Returns:The private_endpoint_id of this AdditionalDetails.
Return type:str