OutboundConnection¶
-
class
oci.integration.models.
OutboundConnection
(**kwargs)¶ Bases:
object
Base representation for Outbound Connection (Reverse Connection).
Attributes
OUTBOUND_CONNECTION_TYPE_NONE
A constant which can be used with the outbound_connection_type property of a OutboundConnection. OUTBOUND_CONNECTION_TYPE_PRIVATE_ENDPOINT
A constant which can be used with the outbound_connection_type property of a OutboundConnection. outbound_connection_type
[Required] Gets the outbound_connection_type of this OutboundConnection. Methods
__init__
(**kwargs)Initializes a new OutboundConnection 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'¶ A constant which can be used with the outbound_connection_type property of a OutboundConnection. This constant has a value of “NONE”
-
OUTBOUND_CONNECTION_TYPE_PRIVATE_ENDPOINT
= 'PRIVATE_ENDPOINT'¶ A constant which can be used with the outbound_connection_type property of a OutboundConnection. This constant has a value of “PRIVATE_ENDPOINT”
-
__init__
(**kwargs)¶ Initializes a new OutboundConnection object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
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 OutboundConnection. 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’.
-
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
-