PrivateEndpointOutboundConnection¶
-
class
oci.integration.models.
PrivateEndpointOutboundConnection
(**kwargs)¶ Bases:
oci.integration.models.outbound_connection.OutboundConnection
Details required for creating Private Endpoint Outbound Connection (ReverseConnection).
Attributes
OUTBOUND_CONNECTION_TYPE_NONE
str(object=’’) -> str OUTBOUND_CONNECTION_TYPE_PRIVATE_ENDPOINT
str(object=’’) -> str nsg_ids
Gets the nsg_ids of this PrivateEndpointOutboundConnection. outbound_connection_type
[Required] Gets the outbound_connection_type of this OutboundConnection. subnet_id
[Required] Gets the subnet_id of this PrivateEndpointOutboundConnection. Methods
__init__
(**kwargs)Initializes a new PrivateEndpointOutboundConnection 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. -
OUTBOUND_CONNECTION_TYPE_NONE
= 'NONE'¶
-
OUTBOUND_CONNECTION_TYPE_PRIVATE_ENDPOINT
= 'PRIVATE_ENDPOINT'¶
-
__init__
(**kwargs)¶ Initializes a new PrivateEndpointOutboundConnection object with values from keyword arguments. The default value of the
outbound_connection_type
attribute of this class isPRIVATE_ENDPOINT
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - outbound_connection_type (str) – The value to assign to the outbound_connection_type property of this PrivateEndpointOutboundConnection. Allowed values for this property are: “PRIVATE_ENDPOINT”, “NONE”
- subnet_id (str) – The value to assign to the subnet_id property of this PrivateEndpointOutboundConnection.
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this PrivateEndpointOutboundConnection.
-
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.
-
nsg_ids
¶ Gets the nsg_ids of this PrivateEndpointOutboundConnection. One or more Network security group Ids. This is an optional argument.
Returns: The nsg_ids of this PrivateEndpointOutboundConnection. Return type: list[str]
-
outbound_connection_type
¶ [Required] Gets the outbound_connection_type of this OutboundConnection. The type of Outbound Connection.
Allowed values for this property are: “PRIVATE_ENDPOINT”, “NONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The outbound_connection_type of this OutboundConnection. Return type: str
-
subnet_id
¶ [Required] Gets the subnet_id of this PrivateEndpointOutboundConnection. Customer Private Network VCN Subnet OCID. This is a required argument.
Returns: The subnet_id of this PrivateEndpointOutboundConnection. Return type: str
-