NoneOutboundConnection¶
-
class
oci.integration.models.
NoneOutboundConnection
(**kwargs)¶ Bases:
oci.integration.models.outbound_connection.OutboundConnection
Details required for removing Private Endpoint Outbound Connection (ReverseConnection).
Attributes
OUTBOUND_CONNECTION_TYPE_NONE
str(object=’’) -> str OUTBOUND_CONNECTION_TYPE_PRIVATE_ENDPOINT
str(object=’’) -> str outbound_connection_type
[Required] Gets the outbound_connection_type of this OutboundConnection. Methods
__init__
(**kwargs)Initializes a new NoneOutboundConnection 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 NoneOutboundConnection object with values from keyword arguments. The default value of the
outbound_connection_type
attribute of this class isNONE
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 NoneOutboundConnection. Allowed values for this property are: “PRIVATE_ENDPOINT”, “NONE”
-
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.
-
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
-