OdaPrivateEndpointAttachmentSummary

class oci.oda.models.OdaPrivateEndpointAttachmentSummary(**kwargs)

Bases: object

Summary of the ODA private endpoint attachment.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this OdaPrivateEndpointAttachmentSummary.
id [Required] Gets the id of this OdaPrivateEndpointAttachmentSummary.
lifecycle_state [Required] Gets the lifecycle_state of this OdaPrivateEndpointAttachmentSummary.
oda_instance_id [Required] Gets the oda_instance_id of this OdaPrivateEndpointAttachmentSummary.
oda_private_endpoint_id [Required] Gets the oda_private_endpoint_id of this OdaPrivateEndpointAttachmentSummary.
time_created [Required] Gets the time_created of this OdaPrivateEndpointAttachmentSummary.
time_updated Gets the time_updated of this OdaPrivateEndpointAttachmentSummary.
__init__(**kwargs)

Initializes a new OdaPrivateEndpointAttachmentSummary 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 OdaPrivateEndpointAttachmentSummary.
  • oda_instance_id (str) – The value to assign to the oda_instance_id property of this OdaPrivateEndpointAttachmentSummary.
  • oda_private_endpoint_id (str) – The value to assign to the oda_private_endpoint_id property of this OdaPrivateEndpointAttachmentSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this OdaPrivateEndpointAttachmentSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this OdaPrivateEndpointAttachmentSummary.
  • time_created (datetime) – The value to assign to the time_created property of this OdaPrivateEndpointAttachmentSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this OdaPrivateEndpointAttachmentSummary.
compartment_id

[Required] Gets the compartment_id of this OdaPrivateEndpointAttachmentSummary. The OCID of the compartment that the ODA private endpoint attachment belongs to.

Returns:The compartment_id of this OdaPrivateEndpointAttachmentSummary.
Return type:str
id

[Required] Gets the id of this OdaPrivateEndpointAttachmentSummary. The OCID of the ODA Private Endpoint Attachment.

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

[Required] Gets the lifecycle_state of this OdaPrivateEndpointAttachmentSummary. The current state of the ODA Private Endpoint attachment.

Returns:The lifecycle_state of this OdaPrivateEndpointAttachmentSummary.
Return type:str
oda_instance_id

[Required] Gets the oda_instance_id of this OdaPrivateEndpointAttachmentSummary. The OCID of the attached ODA Instance.

Returns:The oda_instance_id of this OdaPrivateEndpointAttachmentSummary.
Return type:str
oda_private_endpoint_id

[Required] Gets the oda_private_endpoint_id of this OdaPrivateEndpointAttachmentSummary. The OCID of the ODA Private Endpoint.

Returns:The oda_private_endpoint_id of this OdaPrivateEndpointAttachmentSummary.
Return type:str
time_created

[Required] Gets the time_created of this OdaPrivateEndpointAttachmentSummary. When the resource was created. A date-time string as described in RFC 3339, section 14.29.

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

Gets the time_updated of this OdaPrivateEndpointAttachmentSummary. When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.

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