PublicEndpointDetails

class oci.analytics.models.PublicEndpointDetails(**kwargs)

Bases: oci.analytics.models.network_endpoint_details.NetworkEndpointDetails

Public endpoint configuration details.

Attributes

NETWORK_ENDPOINT_TYPE_PRIVATE str(object=’’) -> str
NETWORK_ENDPOINT_TYPE_PUBLIC str(object=’’) -> str
WHITELISTED_SERVICES_ALL A constant which can be used with the whitelisted_services property of a PublicEndpointDetails.
network_endpoint_type [Required] Gets the network_endpoint_type of this NetworkEndpointDetails.
whitelisted_ips Gets the whitelisted_ips of this PublicEndpointDetails.
whitelisted_services Gets the whitelisted_services of this PublicEndpointDetails.
whitelisted_vcns Gets the whitelisted_vcns of this PublicEndpointDetails.

Methods

__init__(**kwargs) Initializes a new PublicEndpointDetails 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'
WHITELISTED_SERVICES_ALL = 'ALL'

A constant which can be used with the whitelisted_services property of a PublicEndpointDetails. This constant has a value of “ALL”

__init__(**kwargs)

Initializes a new PublicEndpointDetails object with values from keyword arguments. The default value of the network_endpoint_type attribute of this class is PUBLIC 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 PublicEndpointDetails. 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’.
  • whitelisted_ips (list[str]) – The value to assign to the whitelisted_ips property of this PublicEndpointDetails.
  • whitelisted_vcns (list[oci.analytics.models.VirtualCloudNetwork]) – The value to assign to the whitelisted_vcns property of this PublicEndpointDetails.
  • whitelisted_services (list[str]) – The value to assign to the whitelisted_services property of this PublicEndpointDetails. Allowed values for items in this list are: “ALL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
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
whitelisted_ips

Gets the whitelisted_ips of this PublicEndpointDetails. Source IP addresses or IP address ranges in ingress rules.

Returns:The whitelisted_ips of this PublicEndpointDetails.
Return type:list[str]
whitelisted_services

Gets the whitelisted_services of this PublicEndpointDetails. Oracle Cloud Services that are allowed to access this Analytics instance.

Allowed values for items in this list are: “ALL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The whitelisted_services of this PublicEndpointDetails.
Return type:list[str]
whitelisted_vcns

Gets the whitelisted_vcns of this PublicEndpointDetails. Virtual Cloud Networks allowed to access this network endpoint.

Returns:The whitelisted_vcns of this PublicEndpointDetails.
Return type:list[oci.analytics.models.VirtualCloudNetwork]