PrivateEndpointDetails¶
-
class
oci.analytics.models.
PrivateEndpointDetails
(**kwargs)¶ Bases:
oci.analytics.models.network_endpoint_details.NetworkEndpointDetails
Private endpoint configuration details.
Attributes
NETWORK_ENDPOINT_TYPE_PRIVATE
str(object=’’) -> str NETWORK_ENDPOINT_TYPE_PUBLIC
str(object=’’) -> str network_endpoint_type
[Required] Gets the network_endpoint_type of this NetworkEndpointDetails. network_security_group_ids
Gets the network_security_group_ids of this PrivateEndpointDetails. subnet_id
[Required] Gets the subnet_id of this PrivateEndpointDetails. vcn_id
[Required] Gets the vcn_id of this PrivateEndpointDetails. Methods
__init__
(**kwargs)Initializes a new PrivateEndpointDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
NETWORK_ENDPOINT_TYPE_PRIVATE
= 'PRIVATE'¶
-
NETWORK_ENDPOINT_TYPE_PUBLIC
= 'PUBLIC'¶
-
__init__
(**kwargs)¶ Initializes a new PrivateEndpointDetails object with values from keyword arguments. The default value of the
network_endpoint_type
attribute of this class isPRIVATE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - network_endpoint_type (str) – The value to assign to the network_endpoint_type property of this PrivateEndpointDetails. Allowed values for this property are: “PUBLIC”, “PRIVATE”
- vcn_id (str) – The value to assign to the vcn_id property of this PrivateEndpointDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this PrivateEndpointDetails.
- network_security_group_ids (list[str]) – The value to assign to the network_security_group_ids property of this PrivateEndpointDetails.
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
network_endpoint_type
¶ [Required] Gets the network_endpoint_type of this NetworkEndpointDetails. The type of network endpoint.
Allowed values for this property are: “PUBLIC”, “PRIVATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The network_endpoint_type of this NetworkEndpointDetails. Return type: str
-
network_security_group_ids
¶ Gets the network_security_group_ids of this PrivateEndpointDetails. Network Security Group OCIDs for an Analytics instance.
Returns: The network_security_group_ids of this PrivateEndpointDetails. Return type: list[str]
-
subnet_id
¶ [Required] Gets the subnet_id of this PrivateEndpointDetails. The subnet OCID for the private endpoint.
Returns: The subnet_id of this PrivateEndpointDetails. Return type: str
-
vcn_id
¶ [Required] Gets the vcn_id of this PrivateEndpointDetails. The VCN OCID for the private endpoint.
Returns: The vcn_id of this PrivateEndpointDetails. Return type: str
-