DistributedDatabasePrivateEndpointSummary¶
-
class
oci.distributed_database.models.
DistributedDatabasePrivateEndpointSummary
(**kwargs)¶ Bases:
object
DistributedDatabasePrivateEndpoint resource summary.
Methods
__init__
(**kwargs)Initializes a new DistributedDatabasePrivateEndpointSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this DistributedDatabasePrivateEndpointSummary. defined_tags
Gets the defined_tags of this DistributedDatabasePrivateEndpointSummary. description
Gets the description of this DistributedDatabasePrivateEndpointSummary. display_name
[Required] Gets the display_name of this DistributedDatabasePrivateEndpointSummary. freeform_tags
Gets the freeform_tags of this DistributedDatabasePrivateEndpointSummary. id
[Required] Gets the id of this DistributedDatabasePrivateEndpointSummary. lifecycle_details
Gets the lifecycle_details of this DistributedDatabasePrivateEndpointSummary. lifecycle_state
[Required] Gets the lifecycle_state of this DistributedDatabasePrivateEndpointSummary. nsg_ids
Gets the nsg_ids of this DistributedDatabasePrivateEndpointSummary. subnet_id
[Required] Gets the subnet_id of this DistributedDatabasePrivateEndpointSummary. system_tags
Gets the system_tags of this DistributedDatabasePrivateEndpointSummary. time_created
[Required] Gets the time_created of this DistributedDatabasePrivateEndpointSummary. time_updated
[Required] Gets the time_updated of this DistributedDatabasePrivateEndpointSummary. vcn_id
[Required] Gets the vcn_id of this DistributedDatabasePrivateEndpointSummary. -
__init__
(**kwargs)¶ Initializes a new DistributedDatabasePrivateEndpointSummary 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 DistributedDatabasePrivateEndpointSummary.
- description (str) – The value to assign to the description property of this DistributedDatabasePrivateEndpointSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this DistributedDatabasePrivateEndpointSummary.
- subnet_id (str) – The value to assign to the subnet_id property of this DistributedDatabasePrivateEndpointSummary.
- vcn_id (str) – The value to assign to the vcn_id property of this DistributedDatabasePrivateEndpointSummary.
- display_name (str) – The value to assign to the display_name property of this DistributedDatabasePrivateEndpointSummary.
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this DistributedDatabasePrivateEndpointSummary.
- time_created (datetime) – The value to assign to the time_created property of this DistributedDatabasePrivateEndpointSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this DistributedDatabasePrivateEndpointSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this DistributedDatabasePrivateEndpointSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this DistributedDatabasePrivateEndpointSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this DistributedDatabasePrivateEndpointSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this DistributedDatabasePrivateEndpointSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this DistributedDatabasePrivateEndpointSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this DistributedDatabasePrivateEndpointSummary. Identifier of the compartment where private endpoint exists.
Returns: The compartment_id of this DistributedDatabasePrivateEndpointSummary. Return type: str
Gets the defined_tags of this DistributedDatabasePrivateEndpointSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this DistributedDatabasePrivateEndpointSummary. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this DistributedDatabasePrivateEndpointSummary. DistributedDatabasePrivateEndpoint description.
Returns: The description of this DistributedDatabasePrivateEndpointSummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this DistributedDatabasePrivateEndpointSummary. Private endpoint display name.
Returns: The display_name of this DistributedDatabasePrivateEndpointSummary. Return type: str
Gets the freeform_tags of this DistributedDatabasePrivateEndpointSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this DistributedDatabasePrivateEndpointSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this DistributedDatabasePrivateEndpointSummary. DistributedDatabasePrivateEndpoint identifier
Returns: The id of this DistributedDatabasePrivateEndpointSummary. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this DistributedDatabasePrivateEndpointSummary. Detailed message for the lifecycle state.
Returns: The lifecycle_details of this DistributedDatabasePrivateEndpointSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this DistributedDatabasePrivateEndpointSummary. Lifecycle state of private endpoint.
Returns: The lifecycle_state of this DistributedDatabasePrivateEndpointSummary. Return type: str
-
nsg_ids
¶ Gets the nsg_ids of this DistributedDatabasePrivateEndpointSummary. The OCIDs of the network security groups that the private endpoint belongs to.
Returns: The nsg_ids of this DistributedDatabasePrivateEndpointSummary. Return type: list[str]
-
subnet_id
¶ [Required] Gets the subnet_id of this DistributedDatabasePrivateEndpointSummary. Identifier of the customer subnet against which private endpoint is created.
Returns: The subnet_id of this DistributedDatabasePrivateEndpointSummary. Return type: str
Gets the system_tags of this DistributedDatabasePrivateEndpointSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this DistributedDatabasePrivateEndpointSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ [Required] Gets the time_created of this DistributedDatabasePrivateEndpointSummary. The time the the private endpoint was created. An RFC3339 formatted datetime string
Returns: The time_created of this DistributedDatabasePrivateEndpointSummary. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this DistributedDatabasePrivateEndpointSummary. The time the private endpoint was last updated. An RFC3339 formatted datetime string
Returns: The time_updated of this DistributedDatabasePrivateEndpointSummary. Return type: datetime
-
vcn_id
¶ [Required] Gets the vcn_id of this DistributedDatabasePrivateEndpointSummary. Identifier of the VCN in which subnet exists.
Returns: The vcn_id of this DistributedDatabasePrivateEndpointSummary. Return type: str
-