Package | Description |
---|---|
com.oracle.bmc.computecloudatcustomer.model |
Modifier and Type | Method and Description |
---|---|
CccScheduleEvent |
CccScheduleEvent.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<CccScheduleEvent> |
CccUpgradeSchedule.getEvents()
List of preferred times for Compute Cloud@Customer infrastructures associated with this
schedule to be upgraded.
|
Modifier and Type | Method and Description |
---|---|
CccScheduleEvent.Builder |
CccScheduleEvent.Builder.copy(CccScheduleEvent model) |
Modifier and Type | Method and 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 and 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.
|
Copyright © 2016–2024. All rights reserved.