AssignedConnectionDetails

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

Bases: object

Details to about assigned connections.

Methods

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

Attributes

connection_id Gets the connection_id of this AssignedConnectionDetails.
connection_name Gets the connection_name of this AssignedConnectionDetails.
requested_by Gets the requested_by of this AssignedConnectionDetails.
__init__(**kwargs)

Initializes a new AssignedConnectionDetails 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 AssignedConnectionDetails.
  • connection_id (str) – The value to assign to the connection_id property of this AssignedConnectionDetails.
  • requested_by (str) – The value to assign to the requested_by property of this AssignedConnectionDetails.
connection_id

Gets the connection_id of this AssignedConnectionDetails. OCID of the connection.

Returns:The connection_id of this AssignedConnectionDetails.
Return type:str
connection_name

Gets the connection_name of this AssignedConnectionDetails. Name of the connection.

Returns:The connection_name of this AssignedConnectionDetails.
Return type:str
requested_by

Gets the requested_by of this AssignedConnectionDetails. Specifies who has made this connection.

Returns:The requested_by of this AssignedConnectionDetails.
Return type:str