TargetSystemDetails¶
-
class
oci.vault.models.
TargetSystemDetails
(**kwargs)¶ Bases:
object
The TargetSystemDetails provides the targetSystem type and type-specific connection metadata
Attributes
TARGET_SYSTEM_TYPE_ADB
A constant which can be used with the target_system_type property of a TargetSystemDetails. TARGET_SYSTEM_TYPE_FUNCTION
A constant which can be used with the target_system_type property of a TargetSystemDetails. target_system_type
[Required] Gets the target_system_type of this TargetSystemDetails. Methods
__init__
(**kwargs)Initializes a new TargetSystemDetails 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. -
TARGET_SYSTEM_TYPE_ADB
= 'ADB'¶ A constant which can be used with the target_system_type property of a TargetSystemDetails. This constant has a value of “ADB”
-
TARGET_SYSTEM_TYPE_FUNCTION
= 'FUNCTION'¶ A constant which can be used with the target_system_type property of a TargetSystemDetails. This constant has a value of “FUNCTION”
-
__init__
(**kwargs)¶ Initializes a new TargetSystemDetails 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: target_system_type (str) – The value to assign to the target_system_type property of this TargetSystemDetails. Allowed values for this property are: “ADB”, “FUNCTION”, ‘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.
-
target_system_type
¶ [Required] Gets the target_system_type of this TargetSystemDetails. Unique identifier of the target system that Vault Secret connects to.
Allowed values for this property are: “ADB”, “FUNCTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The target_system_type of this TargetSystemDetails. Return type: str
-