Uses of Class
com.oracle.bmc.database.model.InfrastructureTargetVersion.TargetResourceType
-
Packages that use InfrastructureTargetVersion.TargetResourceType Package Description com.oracle.bmc.database.model -
-
Uses of InfrastructureTargetVersion.TargetResourceType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return InfrastructureTargetVersion.TargetResourceType Modifier and Type Method Description static InfrastructureTargetVersion.TargetResourceType
InfrastructureTargetVersion.TargetResourceType. create(String key)
InfrastructureTargetVersion.TargetResourceType
InfrastructureTargetVersion. getTargetResourceType()
The resource type of the target Exadata infrastructure resource that will receive the system software update.static InfrastructureTargetVersion.TargetResourceType
InfrastructureTargetVersion.TargetResourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static InfrastructureTargetVersion.TargetResourceType[]
InfrastructureTargetVersion.TargetResourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type InfrastructureTargetVersion.TargetResourceType Modifier and Type Method Description InfrastructureTargetVersion.Builder
InfrastructureTargetVersion.Builder. targetResourceType(InfrastructureTargetVersion.TargetResourceType targetResourceType)
The resource type of the target Exadata infrastructure resource that will receive the system software update.Constructors in com.oracle.bmc.database.model with parameters of type InfrastructureTargetVersion.TargetResourceType Constructor Description InfrastructureTargetVersion(List<String> targetDbVersionHistoryEntry, List<String> targetStorageVersionHistoryEntry, InfrastructureTargetVersion.TargetResourceType targetResourceType, String targetResourceId)
Deprecated.
-