Uses of Class
com.oracle.bmc.computecloudatcustomer.model.CccScheduleEvent
-
Packages that use CccScheduleEvent Package Description com.oracle.bmc.computecloudatcustomer.model -
-
Uses of CccScheduleEvent in com.oracle.bmc.computecloudatcustomer.model
Methods in com.oracle.bmc.computecloudatcustomer.model that return CccScheduleEvent Modifier and Type Method Description CccScheduleEvent
CccScheduleEvent.Builder. build()
Methods in com.oracle.bmc.computecloudatcustomer.model that return types with arguments of type CccScheduleEvent Modifier and Type Method Description List<CccScheduleEvent>
CccUpgradeSchedule. getEvents()
List of preferred times for Compute Cloud@Customer infrastructures associated with this schedule to be upgraded.Methods in com.oracle.bmc.computecloudatcustomer.model with parameters of type CccScheduleEvent Modifier and Type Method Description CccScheduleEvent.Builder
CccScheduleEvent.Builder. copy(CccScheduleEvent model)
Method parameters in com.oracle.bmc.computecloudatcustomer.model with type arguments of type CccScheduleEvent Modifier and Type Method Description CccUpgradeSchedule.Builder
CccUpgradeSchedule.Builder. events(List<CccScheduleEvent> events)
List of preferred times for Compute Cloud@Customer infrastructures associated with this schedule to be upgraded.Constructor parameters in com.oracle.bmc.computecloudatcustomer.model with type arguments of type CccScheduleEvent 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.
-