CreateDatabaseToolsPrivateEndpointDetails¶
-
class
oci.database_tools.models.
CreateDatabaseToolsPrivateEndpointDetails
(**kwargs)¶ Bases:
object
The details for the new Database Tools private endpoint.
Methods
__init__
(**kwargs)Initializes a new CreateDatabaseToolsPrivateEndpointDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateDatabaseToolsPrivateEndpointDetails. defined_tags
Gets the defined_tags of this CreateDatabaseToolsPrivateEndpointDetails. description
Gets the description of this CreateDatabaseToolsPrivateEndpointDetails. display_name
[Required] Gets the display_name of this CreateDatabaseToolsPrivateEndpointDetails. endpoint_service_id
[Required] Gets the endpoint_service_id of this CreateDatabaseToolsPrivateEndpointDetails. freeform_tags
Gets the freeform_tags of this CreateDatabaseToolsPrivateEndpointDetails. locks
Gets the locks of this CreateDatabaseToolsPrivateEndpointDetails. nsg_ids
Gets the nsg_ids of this CreateDatabaseToolsPrivateEndpointDetails. private_endpoint_ip
Gets the private_endpoint_ip of this CreateDatabaseToolsPrivateEndpointDetails. subnet_id
[Required] Gets the subnet_id of this CreateDatabaseToolsPrivateEndpointDetails. -
__init__
(**kwargs)¶ Initializes a new CreateDatabaseToolsPrivateEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateDatabaseToolsPrivateEndpointDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateDatabaseToolsPrivateEndpointDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateDatabaseToolsPrivateEndpointDetails.
- locks (list[oci.database_tools.models.ResourceLock]) – The value to assign to the locks property of this CreateDatabaseToolsPrivateEndpointDetails.
- display_name (str) – The value to assign to the display_name property of this CreateDatabaseToolsPrivateEndpointDetails.
- description (str) – The value to assign to the description property of this CreateDatabaseToolsPrivateEndpointDetails.
- endpoint_service_id (str) – The value to assign to the endpoint_service_id property of this CreateDatabaseToolsPrivateEndpointDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this CreateDatabaseToolsPrivateEndpointDetails.
- private_endpoint_ip (str) – The value to assign to the private_endpoint_ip property of this CreateDatabaseToolsPrivateEndpointDetails.
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this CreateDatabaseToolsPrivateEndpointDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateDatabaseToolsPrivateEndpointDetails. The OCID of the compartment containing the Database Tools private endpoint.
Returns: The compartment_id of this CreateDatabaseToolsPrivateEndpointDetails. Return type: str
Gets the defined_tags of this CreateDatabaseToolsPrivateEndpointDetails. 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 CreateDatabaseToolsPrivateEndpointDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateDatabaseToolsPrivateEndpointDetails. A description of the Database Tools private endpoint.
Returns: The description of this CreateDatabaseToolsPrivateEndpointDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateDatabaseToolsPrivateEndpointDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this CreateDatabaseToolsPrivateEndpointDetails. Return type: str
-
endpoint_service_id
¶ [Required] Gets the endpoint_service_id of this CreateDatabaseToolsPrivateEndpointDetails. The OCID of the DatabaseToolsEndpointService.
Returns: The endpoint_service_id of this CreateDatabaseToolsPrivateEndpointDetails. Return type: str
Gets the freeform_tags of this CreateDatabaseToolsPrivateEndpointDetails. 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 CreateDatabaseToolsPrivateEndpointDetails. Return type: dict(str, str)
-
locks
¶ Gets the locks of this CreateDatabaseToolsPrivateEndpointDetails. Locks associated with this resource.
Returns: The locks of this CreateDatabaseToolsPrivateEndpointDetails. Return type: list[oci.database_tools.models.ResourceLock]
-
nsg_ids
¶ Gets the nsg_ids of this CreateDatabaseToolsPrivateEndpointDetails. The OCID of the network security groups that the private endpoint’s VNIC belongs to. For more information about NSGs, see
NetworkSecurityGroup
.Returns: The nsg_ids of this CreateDatabaseToolsPrivateEndpointDetails. Return type: list[str]
-
private_endpoint_ip
¶ Gets the private_endpoint_ip of this CreateDatabaseToolsPrivateEndpointDetails. The private IP address that represents the access point for the associated endpoint service.
Returns: The private_endpoint_ip of this CreateDatabaseToolsPrivateEndpointDetails. Return type: str
-