DatabaseToolsConnectionOracleDatabaseProxyClient¶
-
class
oci.database_tools.models.
DatabaseToolsConnectionOracleDatabaseProxyClient
(**kwargs)¶ Bases:
object
The proxy client information.
Attributes
PROXY_AUTHENTICATION_TYPE_NO_PROXY
A constant which can be used with the proxy_authentication_type property of a DatabaseToolsConnectionOracleDatabaseProxyClient. PROXY_AUTHENTICATION_TYPE_USER_NAME
A constant which can be used with the proxy_authentication_type property of a DatabaseToolsConnectionOracleDatabaseProxyClient. proxy_authentication_type
[Required] Gets the proxy_authentication_type of this DatabaseToolsConnectionOracleDatabaseProxyClient. Methods
__init__
(**kwargs)Initializes a new DatabaseToolsConnectionOracleDatabaseProxyClient 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. -
PROXY_AUTHENTICATION_TYPE_NO_PROXY
= 'NO_PROXY'¶ A constant which can be used with the proxy_authentication_type property of a DatabaseToolsConnectionOracleDatabaseProxyClient. This constant has a value of “NO_PROXY”
-
PROXY_AUTHENTICATION_TYPE_USER_NAME
= 'USER_NAME'¶ A constant which can be used with the proxy_authentication_type property of a DatabaseToolsConnectionOracleDatabaseProxyClient. This constant has a value of “USER_NAME”
-
__init__
(**kwargs)¶ Initializes a new DatabaseToolsConnectionOracleDatabaseProxyClient 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:
DatabaseToolsConnectionOracleDatabaseProxyClientNoProxy
DatabaseToolsConnectionOracleDatabaseProxyClientUserName
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: proxy_authentication_type (str) – The value to assign to the proxy_authentication_type property of this DatabaseToolsConnectionOracleDatabaseProxyClient. Allowed values for this property are: “USER_NAME”, “NO_PROXY”, ‘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.
-
proxy_authentication_type
¶ [Required] Gets the proxy_authentication_type of this DatabaseToolsConnectionOracleDatabaseProxyClient. The proxy authentication type.
Allowed values for this property are: “USER_NAME”, “NO_PROXY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The proxy_authentication_type of this DatabaseToolsConnectionOracleDatabaseProxyClient. Return type: str
-