CreateDbManagementPrivateEndpointDetails¶
-
class
oci.database_management.models.
CreateDbManagementPrivateEndpointDetails
(**kwargs)¶ Bases:
object
The details used to create a new Database Management private endpoint.
Methods
__init__
(**kwargs)Initializes a new CreateDbManagementPrivateEndpointDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateDbManagementPrivateEndpointDetails. description
Gets the description of this CreateDbManagementPrivateEndpointDetails. is_cluster
Gets the is_cluster of this CreateDbManagementPrivateEndpointDetails. name
[Required] Gets the name of this CreateDbManagementPrivateEndpointDetails. nsg_ids
Gets the nsg_ids of this CreateDbManagementPrivateEndpointDetails. subnet_id
[Required] Gets the subnet_id of this CreateDbManagementPrivateEndpointDetails. -
__init__
(**kwargs)¶ Initializes a new CreateDbManagementPrivateEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this CreateDbManagementPrivateEndpointDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateDbManagementPrivateEndpointDetails.
- is_cluster (bool) – The value to assign to the is_cluster property of this CreateDbManagementPrivateEndpointDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this CreateDbManagementPrivateEndpointDetails.
- description (str) – The value to assign to the description property of this CreateDbManagementPrivateEndpointDetails.
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this CreateDbManagementPrivateEndpointDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateDbManagementPrivateEndpointDetails. The OCID of the compartment.
Returns: The compartment_id of this CreateDbManagementPrivateEndpointDetails. Return type: str
-
description
¶ Gets the description of this CreateDbManagementPrivateEndpointDetails. The description of the private endpoint.
Returns: The description of this CreateDbManagementPrivateEndpointDetails. Return type: str
-
is_cluster
¶ Gets the is_cluster of this CreateDbManagementPrivateEndpointDetails. Specifies whether the Database Management private endpoint will be used for Oracle Databases in a cluster.
Returns: The is_cluster of this CreateDbManagementPrivateEndpointDetails. Return type: bool
-
name
¶ [Required] Gets the name of this CreateDbManagementPrivateEndpointDetails. The display name of the Database Management private endpoint.
Returns: The name of this CreateDbManagementPrivateEndpointDetails. Return type: str
-
nsg_ids
¶ Gets the nsg_ids of this CreateDbManagementPrivateEndpointDetails. The OCIDs of the Network Security Groups to which the Database Management private endpoint belongs.
Returns: The nsg_ids of this CreateDbManagementPrivateEndpointDetails. Return type: list[str]
-