SqlEndpointNetworkConfiguration¶
-
class
oci.data_flow.models.
SqlEndpointNetworkConfiguration
(**kwargs)¶ Bases:
object
The network configuration of a SQL Endpoint.
Attributes
NETWORK_TYPE_SECURE_ACCESS
A constant which can be used with the network_type property of a SqlEndpointNetworkConfiguration. NETWORK_TYPE_VCN
A constant which can be used with the network_type property of a SqlEndpointNetworkConfiguration. network_type
[Required] Gets the network_type of this SqlEndpointNetworkConfiguration. Methods
__init__
(**kwargs)Initializes a new SqlEndpointNetworkConfiguration 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_TYPE_SECURE_ACCESS
= 'SECURE_ACCESS'¶ A constant which can be used with the network_type property of a SqlEndpointNetworkConfiguration. This constant has a value of “SECURE_ACCESS”
-
NETWORK_TYPE_VCN
= 'VCN'¶ A constant which can be used with the network_type property of a SqlEndpointNetworkConfiguration. This constant has a value of “VCN”
-
__init__
(**kwargs)¶ Initializes a new SqlEndpointNetworkConfiguration 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: network_type (str) – The value to assign to the network_type property of this SqlEndpointNetworkConfiguration. Allowed values for this property are: “VCN”, “SECURE_ACCESS”, ‘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_type
¶ [Required] Gets the network_type of this SqlEndpointNetworkConfiguration. The type of network configuration.
Allowed values for this property are: “VCN”, “SECURE_ACCESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The network_type of this SqlEndpointNetworkConfiguration. Return type: str
-