UpdatePrivateEndpointDetails¶
-
class
oci.visual_builder.models.
UpdatePrivateEndpointDetails
(**kwargs)¶ Bases:
oci.visual_builder.models.update_network_endpoint_details.UpdateNetworkEndpointDetails
Private endpoint update configuration details.
Attributes
NETWORK_ENDPOINT_TYPE_PRIVATE
str(object=’’) -> str network_endpoint_type
[Required] Gets the network_endpoint_type of this UpdateNetworkEndpointDetails. network_security_group_ids
Gets the network_security_group_ids of this UpdatePrivateEndpointDetails. subnet_id
Gets the subnet_id of this UpdatePrivateEndpointDetails. Methods
__init__
(**kwargs)Initializes a new UpdatePrivateEndpointDetails 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 UpdatePrivateEndpointDetails 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 UpdatePrivateEndpointDetails. Allowed values for this property are: “PRIVATE”
- subnet_id (str) – The value to assign to the subnet_id property of this UpdatePrivateEndpointDetails.
- network_security_group_ids (list[str]) – The value to assign to the network_security_group_ids property of this UpdatePrivateEndpointDetails.
-
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 UpdateNetworkEndpointDetails. The type of network endpoint.
Allowed values for this property are: “PRIVATE”
Returns: The network_endpoint_type of this UpdateNetworkEndpointDetails. Return type: str
-
network_security_group_ids
¶ Gets the network_security_group_ids of this UpdatePrivateEndpointDetails. Network Security Group OCIDs for the Private Endpoint.
Returns: The network_security_group_ids of this UpdatePrivateEndpointDetails. Return type: list[str]
-
subnet_id
¶ Gets the subnet_id of this UpdatePrivateEndpointDetails. The subnet OCID for the private endpoint. If provided then a new Private Endpoint will be created and a new Private Endpoint IP may be generated.
Returns: The subnet_id of this UpdatePrivateEndpointDetails. Return type: str
-