Uses of Class
com.oracle.bmc.database.model.InfrastructureTargetVersionSummary.TargetResourceType
-
Packages that use InfrastructureTargetVersionSummary.TargetResourceType Package Description com.oracle.bmc.database.model -
-
Uses of InfrastructureTargetVersionSummary.TargetResourceType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return InfrastructureTargetVersionSummary.TargetResourceType Modifier and Type Method Description static InfrastructureTargetVersionSummary.TargetResourceType
InfrastructureTargetVersionSummary.TargetResourceType. create(String key)
InfrastructureTargetVersionSummary.TargetResourceType
InfrastructureTargetVersionSummary. getTargetResourceType()
The resource type of the target Exadata infrastructure resource that will receive the system software update.static InfrastructureTargetVersionSummary.TargetResourceType
InfrastructureTargetVersionSummary.TargetResourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static InfrastructureTargetVersionSummary.TargetResourceType[]
InfrastructureTargetVersionSummary.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 InfrastructureTargetVersionSummary.TargetResourceType Modifier and Type Method Description InfrastructureTargetVersionSummary.Builder
InfrastructureTargetVersionSummary.Builder. targetResourceType(InfrastructureTargetVersionSummary.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 InfrastructureTargetVersionSummary.TargetResourceType Constructor Description InfrastructureTargetVersionSummary(List<String> targetDbVersionHistoryEntry, List<String> targetStorageVersionHistoryEntry, InfrastructureTargetVersionSummary.TargetResourceType targetResourceType, String targetResourceId)
Deprecated.
-