PrivateEndpointDetails

class oci.visual_builder.models.PrivateEndpointDetails(**kwargs)

Bases: oci.visual_builder.models.network_endpoint_details.NetworkEndpointDetails

Private endpoint configuration details.

Attributes

NETWORK_ENDPOINT_TYPE_PRIVATE 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.
private_endpoint_ip Gets the private_endpoint_ip of this PrivateEndpointDetails.
subnet_id [Required] Gets the subnet_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'
__init__(**kwargs)

Initializes a new PrivateEndpointDetails object with values from keyword arguments. The default value of the network_endpoint_type attribute of this class is PRIVATE 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: “PRIVATE”
  • 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.
  • private_endpoint_ip (str) – The value to assign to the private_endpoint_ip 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: “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 the Private Endpoint.

Returns:The network_security_group_ids of this PrivateEndpointDetails.
Return type:list[str]
private_endpoint_ip

Gets the private_endpoint_ip of this PrivateEndpointDetails. The IP address to be assigned to Private Endpoint

Returns:The private_endpoint_ip of this PrivateEndpointDetails.
Return type: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