Uses of Class
com.oracle.bmc.stackmonitoring.model.MaintenanceWindowOperationType
-
Packages that use MaintenanceWindowOperationType Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of MaintenanceWindowOperationType in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return MaintenanceWindowOperationType Modifier and Type Method Description static MaintenanceWindowOperationTypeMaintenanceWindowOperationType. create(String key)MaintenanceWindowOperationTypeMaintenanceWindowSummary. getOperationType()The name of the most recent operation of the Maintenance window.static MaintenanceWindowOperationTypeMaintenanceWindowOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MaintenanceWindowOperationType[]MaintenanceWindowOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type MaintenanceWindowOperationType Modifier and Type Method Description MaintenanceWindowSummary.BuilderMaintenanceWindowSummary.Builder. operationType(MaintenanceWindowOperationType operationType)The name of the most recent operation of the Maintenance window.Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type MaintenanceWindowOperationType Constructor Description MaintenanceWindowSummary(String id, String name, String compartmentId, Integer numberOfResources, MaintenanceWindowLifecycleState lifecycleState, MaintenanceWindowLifecycleDetails lifecycleDetails, MaintenanceWindowOperationType operationType, MaintenanceWindowOperationStatus operationStatus, MaintenanceWindowSchedule schedule, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-