Uses of Class
com.oracle.bmc.computecloudatcustomer.model.CccUpgradeSchedule.LifecycleState
-
Packages that use CccUpgradeSchedule.LifecycleState Package Description com.oracle.bmc.computecloudatcustomer com.oracle.bmc.computecloudatcustomer.model com.oracle.bmc.computecloudatcustomer.requests -
-
Uses of CccUpgradeSchedule.LifecycleState in com.oracle.bmc.computecloudatcustomer
-
Uses of CccUpgradeSchedule.LifecycleState in com.oracle.bmc.computecloudatcustomer.model
Methods in com.oracle.bmc.computecloudatcustomer.model that return CccUpgradeSchedule.LifecycleState Modifier and Type Method Description static CccUpgradeSchedule.LifecycleState
CccUpgradeSchedule.LifecycleState. create(String key)
CccUpgradeSchedule.LifecycleState
CccUpgradeSchedule. getLifecycleState()
Lifecycle state of the resource.CccUpgradeSchedule.LifecycleState
CccUpgradeScheduleSummary. getLifecycleState()
The current state of the Compute Cloud@Customer upgrade schedule.static CccUpgradeSchedule.LifecycleState
CccUpgradeSchedule.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CccUpgradeSchedule.LifecycleState[]
CccUpgradeSchedule.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.computecloudatcustomer.model with parameters of type CccUpgradeSchedule.LifecycleState Modifier and Type Method Description CccUpgradeSchedule.Builder
CccUpgradeSchedule.Builder. lifecycleState(CccUpgradeSchedule.LifecycleState lifecycleState)
Lifecycle state of the resource.CccUpgradeScheduleSummary.Builder
CccUpgradeScheduleSummary.Builder. lifecycleState(CccUpgradeSchedule.LifecycleState lifecycleState)
The current state of the Compute Cloud@Customer upgrade schedule.Constructors in com.oracle.bmc.computecloudatcustomer.model with parameters of type CccUpgradeSchedule.LifecycleState Constructor Description CccUpgradeSchedule(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, CccUpgradeSchedule.LifecycleState lifecycleState, String lifecycleDetails, List<CccScheduleEvent> events, List<String> infrastructureIds, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.CccUpgradeScheduleSummary(String id, String displayName, String compartmentId, Date timeCreated, CccUpgradeSchedule.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of CccUpgradeSchedule.LifecycleState in com.oracle.bmc.computecloudatcustomer.requests
Methods in com.oracle.bmc.computecloudatcustomer.requests that return CccUpgradeSchedule.LifecycleState Modifier and Type Method Description CccUpgradeSchedule.LifecycleState
ListCccUpgradeSchedulesRequest. getLifecycleState()
A filter to return resources only when their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.computecloudatcustomer.requests with parameters of type CccUpgradeSchedule.LifecycleState Modifier and Type Method Description ListCccUpgradeSchedulesRequest.Builder
ListCccUpgradeSchedulesRequest.Builder. lifecycleState(CccUpgradeSchedule.LifecycleState lifecycleState)
A filter to return resources only when their lifecycleState matches the given lifecycleState.
-