Uses of Class
com.oracle.bmc.databasemanagement.model.CloudExadataInfrastructureSummary.RackSize
-
Packages that use CloudExadataInfrastructureSummary.RackSize Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of CloudExadataInfrastructureSummary.RackSize in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CloudExadataInfrastructureSummary.RackSize Modifier and Type Method Description static CloudExadataInfrastructureSummary.RackSizeCloudExadataInfrastructureSummary.RackSize. create(String key)CloudExadataInfrastructureSummary.RackSizeCloudExadataInfrastructureSummary. getRackSize()The rack size of the Exadata infrastructure.static CloudExadataInfrastructureSummary.RackSizeCloudExadataInfrastructureSummary.RackSize. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudExadataInfrastructureSummary.RackSize[]CloudExadataInfrastructureSummary.RackSize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type CloudExadataInfrastructureSummary.RackSize Modifier and Type Method Description CloudExadataInfrastructureSummary.BuilderCloudExadataInfrastructureSummary.Builder. rackSize(CloudExadataInfrastructureSummary.RackSize rackSize)The rack size of the Exadata infrastructure.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type CloudExadataInfrastructureSummary.RackSize Constructor Description CloudExadataInfrastructureSummary(String id, String displayName, String version, String internalId, String status, DbmResource.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String lifecycleDetails, Map<String,String> additionalDetails, CloudExadataInfrastructureSummary.RackSize rackSize, CloudExadataInfrastructureDeploymentType infrastructureType, String compartmentId, CloudExadataInfrastructureSummary.LicenseModel licenseModel, String gridHomePath, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-