CreateOperationsInsightsPrivateEndpointDetails¶
-
class
oci.opsi.models.
CreateOperationsInsightsPrivateEndpointDetails
(**kwargs)¶ Bases:
object
The details used to create a new Operation Insights private endpoint.
Methods
__init__
(**kwargs)Initializes a new CreateOperationsInsightsPrivateEndpointDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateOperationsInsightsPrivateEndpointDetails. defined_tags
Gets the defined_tags of this CreateOperationsInsightsPrivateEndpointDetails. description
Gets the description of this CreateOperationsInsightsPrivateEndpointDetails. display_name
[Required] Gets the display_name of this CreateOperationsInsightsPrivateEndpointDetails. freeform_tags
Gets the freeform_tags of this CreateOperationsInsightsPrivateEndpointDetails. is_used_for_rac_dbs
[Required] Gets the is_used_for_rac_dbs of this CreateOperationsInsightsPrivateEndpointDetails. nsg_ids
Gets the nsg_ids of this CreateOperationsInsightsPrivateEndpointDetails. subnet_id
[Required] Gets the subnet_id of this CreateOperationsInsightsPrivateEndpointDetails. vcn_id
[Required] Gets the vcn_id of this CreateOperationsInsightsPrivateEndpointDetails. -
__init__
(**kwargs)¶ Initializes a new CreateOperationsInsightsPrivateEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this CreateOperationsInsightsPrivateEndpointDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateOperationsInsightsPrivateEndpointDetails.
- vcn_id (str) – The value to assign to the vcn_id property of this CreateOperationsInsightsPrivateEndpointDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this CreateOperationsInsightsPrivateEndpointDetails.
- is_used_for_rac_dbs (bool) – The value to assign to the is_used_for_rac_dbs property of this CreateOperationsInsightsPrivateEndpointDetails.
- description (str) – The value to assign to the description property of this CreateOperationsInsightsPrivateEndpointDetails.
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this CreateOperationsInsightsPrivateEndpointDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateOperationsInsightsPrivateEndpointDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateOperationsInsightsPrivateEndpointDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateOperationsInsightsPrivateEndpointDetails. The compartment OCID of the Private service accessed database.
Returns: The compartment_id of this CreateOperationsInsightsPrivateEndpointDetails. Return type: str
Gets the defined_tags of this CreateOperationsInsightsPrivateEndpointDetails. 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 CreateOperationsInsightsPrivateEndpointDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateOperationsInsightsPrivateEndpointDetails. The description of the private endpoint.
Returns: The description of this CreateOperationsInsightsPrivateEndpointDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateOperationsInsightsPrivateEndpointDetails. The display name for the private endpoint. It is changeable.
Returns: The display_name of this CreateOperationsInsightsPrivateEndpointDetails. Return type: str
Gets the freeform_tags of this CreateOperationsInsightsPrivateEndpointDetails. 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 CreateOperationsInsightsPrivateEndpointDetails. Return type: dict(str, str)
-
is_used_for_rac_dbs
¶ [Required] Gets the is_used_for_rac_dbs of this CreateOperationsInsightsPrivateEndpointDetails. This flag was previously used to create a private endpoint with scan proxy. Setting this to true will now create a private endpoint with a DNS proxy causing isProxyEnabled flag to be true; this is used exclusively for full feature support for dedicated Autonomous Databases.
Returns: The is_used_for_rac_dbs of this CreateOperationsInsightsPrivateEndpointDetails. Return type: bool
-
nsg_ids
¶ Gets the nsg_ids of this CreateOperationsInsightsPrivateEndpointDetails. The OCID of the network security groups that the private endpoint belongs to.
Returns: The nsg_ids of this CreateOperationsInsightsPrivateEndpointDetails. Return type: list[str]
-