AdbTargetSystemDetails¶
-
class
oci.vault.models.
AdbTargetSystemDetails
(**kwargs)¶ Bases:
oci.vault.models.target_system_details.TargetSystemDetails
Target System type and id for an autonomous database target system
Attributes
TARGET_SYSTEM_TYPE_ADB
str(object=’’) -> str TARGET_SYSTEM_TYPE_FUNCTION
str(object=’’) -> str adb_id
[Required] Gets the adb_id of this AdbTargetSystemDetails. target_system_type
[Required] Gets the target_system_type of this TargetSystemDetails. Methods
__init__
(**kwargs)Initializes a new AdbTargetSystemDetails 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'¶
-
TARGET_SYSTEM_TYPE_FUNCTION
= 'FUNCTION'¶
-
__init__
(**kwargs)¶ Initializes a new AdbTargetSystemDetails object with values from keyword arguments. The default value of the
target_system_type
attribute of this class isADB
and it should not be changed. 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 AdbTargetSystemDetails. Allowed values for this property are: “ADB”, “FUNCTION”
- adb_id (str) – The value to assign to the adb_id property of this AdbTargetSystemDetails.
-
adb_id
¶ [Required] Gets the adb_id of this AdbTargetSystemDetails. The unique identifier (OCID) for the autonomous database that Vault Secret connects to.
Returns: The adb_id of this AdbTargetSystemDetails. Return type: str
-
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
-