Uses of Class
com.oracle.bmc.fleetappsmanagement.model.MaintenanceWindow.LifecycleState
-
Packages that use MaintenanceWindow.LifecycleState Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of MaintenanceWindow.LifecycleState in com.oracle.bmc.fleetappsmanagement
-
Uses of MaintenanceWindow.LifecycleState in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return MaintenanceWindow.LifecycleState Modifier and Type Method Description static MaintenanceWindow.LifecycleState
MaintenanceWindow.LifecycleState. create(String key)
MaintenanceWindow.LifecycleState
MaintenanceWindow. getLifecycleState()
The current state of the MaintenanceWindow.MaintenanceWindow.LifecycleState
MaintenanceWindowSummary. getLifecycleState()
The current state of the MaintenanceWindow.static MaintenanceWindow.LifecycleState
MaintenanceWindow.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaintenanceWindow.LifecycleState[]
MaintenanceWindow.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type MaintenanceWindow.LifecycleState Modifier and Type Method Description MaintenanceWindow.Builder
MaintenanceWindow.Builder. lifecycleState(MaintenanceWindow.LifecycleState lifecycleState)
The current state of the MaintenanceWindow.MaintenanceWindowSummary.Builder
MaintenanceWindowSummary.Builder. lifecycleState(MaintenanceWindow.LifecycleState lifecycleState)
The current state of the MaintenanceWindow.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type MaintenanceWindow.LifecycleState Constructor Description MaintenanceWindow(String id, String compartmentId, String resourceRegion, String displayName, String description, Date timeCreated, Date timeUpdated, MaintenanceWindowType maintenanceWindowType, Boolean isOutage, Date timeScheduleStart, String duration, Boolean isRecurring, String recurrences, Integer taskInitiationCutoff, MaintenanceWindow.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.MaintenanceWindowSummary(String id, String compartmentId, String resourceRegion, String displayName, String description, Date timeCreated, Date timeUpdated, MaintenanceWindowType maintenanceWindowType, Boolean isOutage, Date timeScheduleStart, String duration, Boolean isRecurring, String recurrences, Integer taskInitiationCutoff, MaintenanceWindow.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of MaintenanceWindow.LifecycleState in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return MaintenanceWindow.LifecycleState Modifier and Type Method Description MaintenanceWindow.LifecycleState
ListMaintenanceWindowsRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type MaintenanceWindow.LifecycleState Modifier and Type Method Description ListMaintenanceWindowsRequest.Builder
ListMaintenanceWindowsRequest.Builder. lifecycleState(MaintenanceWindow.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
-