Uses of Class
com.oracle.bmc.computecloudatcustomer.model.CreateCccScheduleEvent
-
Packages that use CreateCccScheduleEvent Package Description com.oracle.bmc.computecloudatcustomer.model -
-
Uses of CreateCccScheduleEvent in com.oracle.bmc.computecloudatcustomer.model
Methods in com.oracle.bmc.computecloudatcustomer.model that return CreateCccScheduleEvent Modifier and Type Method Description CreateCccScheduleEvent
CreateCccScheduleEvent.Builder. build()
Methods in com.oracle.bmc.computecloudatcustomer.model that return types with arguments of type CreateCccScheduleEvent Modifier and Type Method Description List<CreateCccScheduleEvent>
CreateCccUpgradeScheduleDetails. getEvents()
List of preferred times for Compute Cloud@Customer infrastructure to be upgraded.Methods in com.oracle.bmc.computecloudatcustomer.model with parameters of type CreateCccScheduleEvent Modifier and Type Method Description CreateCccScheduleEvent.Builder
CreateCccScheduleEvent.Builder. copy(CreateCccScheduleEvent model)
Method parameters in com.oracle.bmc.computecloudatcustomer.model with type arguments of type CreateCccScheduleEvent Modifier and Type Method Description CreateCccUpgradeScheduleDetails.Builder
CreateCccUpgradeScheduleDetails.Builder. events(List<CreateCccScheduleEvent> events)
List of preferred times for Compute Cloud@Customer infrastructure to be upgraded.Constructor parameters in com.oracle.bmc.computecloudatcustomer.model with type arguments of type CreateCccScheduleEvent Constructor Description CreateCccUpgradeScheduleDetails(String displayName, String compartmentId, String description, List<CreateCccScheduleEvent> events, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-