Uses of Class
com.oracle.bmc.databasemanagement.model.ExadataInfrastructureLifecycleStateValues.State
-
Packages that use ExadataInfrastructureLifecycleStateValues.State Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.requests -
-
Uses of ExadataInfrastructureLifecycleStateValues.State in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExadataInfrastructureLifecycleStateValues.State Modifier and Type Method Description static ExadataInfrastructureLifecycleStateValues.StateExadataInfrastructureLifecycleStateValues.State. create(String key)ExadataInfrastructureLifecycleStateValues.StateExadataInfrastructureLifecycleStateValues. getState()The current lifecycle state of the Exadata infrastructure resource.ExadataInfrastructureLifecycleStateValues.StateExadataInfrastructureUsageMetrics. getState()The lifecycle state of the Exadata infrastructure.static ExadataInfrastructureLifecycleStateValues.StateExadataInfrastructureLifecycleStateValues.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ExadataInfrastructureLifecycleStateValues.State[]ExadataInfrastructureLifecycleStateValues.State. 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 ExadataInfrastructureLifecycleStateValues.State Modifier and Type Method Description ExadataInfrastructureLifecycleStateValues.BuilderExadataInfrastructureLifecycleStateValues.Builder. state(ExadataInfrastructureLifecycleStateValues.State state)The current lifecycle state of the Exadata infrastructure resource.ExadataInfrastructureUsageMetrics.BuilderExadataInfrastructureUsageMetrics.Builder. state(ExadataInfrastructureLifecycleStateValues.State state)The lifecycle state of the Exadata infrastructure.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ExadataInfrastructureLifecycleStateValues.State Constructor Description ExadataInfrastructureLifecycleStateValues(ExadataInfrastructureLifecycleStateValues.State state)Deprecated.ExadataInfrastructureUsageMetrics(String infrastructureId, String compartmentId, ExadataInfrastructureDeploymentType deploymentType, String infrastructureName, ExadataInfrastructureLifecycleStateValues.State state, Integer numberOfDbSystems, ExadataInfrastructureUsageMetrics.RackSize rackSize, Integer storageServerCount, List<ExadataFleetMetricDefinition> metrics)Deprecated. -
Uses of ExadataInfrastructureLifecycleStateValues.State in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ExadataInfrastructureLifecycleStateValues.State Modifier and Type Method Description ExadataInfrastructureLifecycleStateValues.StateGetExadataInfrastructureFleetHealthMetricsRequest. getFilterByExadataInfrastructureLifecycleState()The filter used to filter the Exadata infrastructure in the fleet by its lifecycle state.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type ExadataInfrastructureLifecycleStateValues.State Modifier and Type Method Description GetExadataInfrastructureFleetHealthMetricsRequest.BuilderGetExadataInfrastructureFleetHealthMetricsRequest.Builder. filterByExadataInfrastructureLifecycleState(ExadataInfrastructureLifecycleStateValues.State filterByExadataInfrastructureLifecycleState)The filter used to filter the Exadata infrastructure in the fleet by its lifecycle state.
-