ConnectionAssignmentSummary

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

Bases: object

Summary of the Connection Assignment.

Methods

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

Attributes

alias_name [Required] Gets the alias_name of this ConnectionAssignmentSummary.
compartment_id [Required] Gets the compartment_id of this ConnectionAssignmentSummary.
connection_id [Required] Gets the connection_id of this ConnectionAssignmentSummary.
deployment_id [Required] Gets the deployment_id of this ConnectionAssignmentSummary.
id [Required] Gets the id of this ConnectionAssignmentSummary.
lifecycle_state [Required] Gets the lifecycle_state of this ConnectionAssignmentSummary.
time_created [Required] Gets the time_created of this ConnectionAssignmentSummary.
time_updated [Required] Gets the time_updated of this ConnectionAssignmentSummary.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this ConnectionAssignmentSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this ConnectionAssignmentSummary.
  • connection_id (str) – The value to assign to the connection_id property of this ConnectionAssignmentSummary.
  • deployment_id (str) – The value to assign to the deployment_id property of this ConnectionAssignmentSummary.
  • alias_name (str) – The value to assign to the alias_name property of this ConnectionAssignmentSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this ConnectionAssignmentSummary.
  • time_created (datetime) – The value to assign to the time_created property of this ConnectionAssignmentSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this ConnectionAssignmentSummary.
alias_name

[Required] Gets the alias_name of this ConnectionAssignmentSummary. Credential store alias.

Returns:The alias_name of this ConnectionAssignmentSummary.
Return type:str
compartment_id

[Required] Gets the compartment_id of this ConnectionAssignmentSummary. The OCID of the compartment being referenced.

Returns:The compartment_id of this ConnectionAssignmentSummary.
Return type:str
connection_id

[Required] Gets the connection_id of this ConnectionAssignmentSummary. The OCID of the connection being referenced.

Returns:The connection_id of this ConnectionAssignmentSummary.
Return type:str
deployment_id

[Required] Gets the deployment_id of this ConnectionAssignmentSummary. The OCID of the deployment being referenced.

Returns:The deployment_id of this ConnectionAssignmentSummary.
Return type:str
id

[Required] Gets the id of this ConnectionAssignmentSummary. The OCID of the connection assignment being referenced.

Returns:The id of this ConnectionAssignmentSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this ConnectionAssignmentSummary. Possible lifecycle states for connection assignments.

Returns:The lifecycle_state of this ConnectionAssignmentSummary.
Return type:str
time_created

[Required] Gets the time_created of this ConnectionAssignmentSummary. The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

Returns:The time_created of this ConnectionAssignmentSummary.
Return type:datetime
time_updated

[Required] Gets the time_updated of this ConnectionAssignmentSummary. The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

Returns:The time_updated of this ConnectionAssignmentSummary.
Return type:datetime