OdaPrivateEndpointSummary¶
-
class
oci.oda.models.
OdaPrivateEndpointSummary
(**kwargs)¶ Bases:
object
Summary of the ODA private endpoint.
Methods
__init__
(**kwargs)Initializes a new OdaPrivateEndpointSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this OdaPrivateEndpointSummary. defined_tags
Gets the defined_tags of this OdaPrivateEndpointSummary. description
Gets the description of this OdaPrivateEndpointSummary. display_name
Gets the display_name of this OdaPrivateEndpointSummary. freeform_tags
Gets the freeform_tags of this OdaPrivateEndpointSummary. id
[Required] Gets the id of this OdaPrivateEndpointSummary. lifecycle_state
[Required] Gets the lifecycle_state of this OdaPrivateEndpointSummary. time_created
Gets the time_created of this OdaPrivateEndpointSummary. time_updated
Gets the time_updated of this OdaPrivateEndpointSummary. -
__init__
(**kwargs)¶ Initializes a new OdaPrivateEndpointSummary 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 OdaPrivateEndpointSummary.
- display_name (str) – The value to assign to the display_name property of this OdaPrivateEndpointSummary.
- description (str) – The value to assign to the description property of this OdaPrivateEndpointSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this OdaPrivateEndpointSummary.
- time_created (datetime) – The value to assign to the time_created property of this OdaPrivateEndpointSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this OdaPrivateEndpointSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this OdaPrivateEndpointSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OdaPrivateEndpointSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OdaPrivateEndpointSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this OdaPrivateEndpointSummary. The OCID of the compartment that the ODA private endpoint belongs to.
Returns: The compartment_id of this OdaPrivateEndpointSummary. Return type: str
Gets the defined_tags of this OdaPrivateEndpointSummary. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this OdaPrivateEndpointSummary. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this OdaPrivateEndpointSummary. Description of the ODA private endpoint.
Returns: The description of this OdaPrivateEndpointSummary. Return type: str
-
display_name
¶ Gets the display_name of this OdaPrivateEndpointSummary. User-defined name for the ODA private endpoint. Avoid entering confidential information. You can change this value.
Returns: The display_name of this OdaPrivateEndpointSummary. Return type: str
Gets the freeform_tags of this OdaPrivateEndpointSummary. Simple key-value pair that is applied without any predefined name, type, or scope. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this OdaPrivateEndpointSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this OdaPrivateEndpointSummary. The OCID that was assigned when the ODA private endpoint was created.
Returns: The id of this OdaPrivateEndpointSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this OdaPrivateEndpointSummary. The current state of the ODA private endpoint.
Returns: The lifecycle_state of this OdaPrivateEndpointSummary. Return type: str
-