Uses of Class
com.oracle.bmc.vault.model.TargetSystemDetails
-
Packages that use TargetSystemDetails Package Description com.oracle.bmc.vault.model -
-
Uses of TargetSystemDetails in com.oracle.bmc.vault.model
Subclasses of TargetSystemDetails in com.oracle.bmc.vault.model Modifier and Type Class Description class
AdbTargetSystemDetails
Target System type and id for an autonomous database target system
Note: Objects should always be created or deserialized using theAdbTargetSystemDetails.Builder
.class
FunctionTargetSystemDetails
Details of the OCI function that vault secret connects to.Methods in com.oracle.bmc.vault.model that return TargetSystemDetails Modifier and Type Method Description TargetSystemDetails
RotationConfig. getTargetSystemDetails()
Methods in com.oracle.bmc.vault.model with parameters of type TargetSystemDetails Modifier and Type Method Description RotationConfig.Builder
RotationConfig.Builder. targetSystemDetails(TargetSystemDetails targetSystemDetails)
Constructors in com.oracle.bmc.vault.model with parameters of type TargetSystemDetails Constructor Description RotationConfig(String rotationInterval, TargetSystemDetails targetSystemDetails, Boolean isScheduledRotationEnabled)
Deprecated.
-