Uses of Class
com.oracle.bmc.core.model.InstanceMaintenanceEvent.InstanceAction
-
Packages that use InstanceMaintenanceEvent.InstanceAction Package Description com.oracle.bmc.core.model -
-
Uses of InstanceMaintenanceEvent.InstanceAction in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return InstanceMaintenanceEvent.InstanceAction Modifier and Type Method Description static InstanceMaintenanceEvent.InstanceAction
InstanceMaintenanceEvent.InstanceAction. create(String key)
InstanceMaintenanceEvent.InstanceAction
InstanceMaintenanceEvent. getInstanceAction()
This is the action that will be performed on the Instance by OCI when the Maintenance begins.InstanceMaintenanceEvent.InstanceAction
InstanceMaintenanceEventSummary. getInstanceAction()
This is the action that will be performed on the Instance by OCI when the Maintenance begins.static InstanceMaintenanceEvent.InstanceAction
InstanceMaintenanceEvent.InstanceAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceMaintenanceEvent.InstanceAction[]
InstanceMaintenanceEvent.InstanceAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type InstanceMaintenanceEvent.InstanceAction Modifier and Type Method Description InstanceMaintenanceEvent.Builder
InstanceMaintenanceEvent.Builder. instanceAction(InstanceMaintenanceEvent.InstanceAction instanceAction)
This is the action that will be performed on the Instance by OCI when the Maintenance begins.InstanceMaintenanceEventSummary.Builder
InstanceMaintenanceEventSummary.Builder. instanceAction(InstanceMaintenanceEvent.InstanceAction instanceAction)
This is the action that will be performed on the Instance by OCI when the Maintenance begins.Constructors in com.oracle.bmc.core.model with parameters of type InstanceMaintenanceEvent.InstanceAction Constructor Description InstanceMaintenanceEvent(String displayName, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, String id, String instanceId, String compartmentId, InstanceMaintenanceEvent.MaintenanceCategory maintenanceCategory, InstanceMaintenanceEvent.MaintenanceReason maintenanceReason, InstanceMaintenanceEvent.InstanceAction instanceAction, List<InstanceMaintenanceAlternativeResolutionActions> alternativeResolutionActions, Date timeStarted, Date timeFinished, Date timeWindowStart, String startWindowDuration, String estimatedDuration, Date timeHardDueDate, Boolean canReschedule, Date timeCreated, InstanceMaintenanceEvent.LifecycleState lifecycleState, String lifecycleDetails, InstanceMaintenanceEvent.CreatedBy createdBy, String description, String correlationToken, Boolean canDeleteLocalStorage, Map<String,String> additionalDetails)
Deprecated.InstanceMaintenanceEventSummary(Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, String instanceId, String compartmentId, InstanceMaintenanceEvent.MaintenanceCategory maintenanceCategory, InstanceMaintenanceEvent.MaintenanceReason maintenanceReason, InstanceMaintenanceEvent.InstanceAction instanceAction, List<InstanceMaintenanceAlternativeResolutionActions> alternativeResolutionActions, Date timeStarted, Date timeFinished, Date timeWindowStart, String startWindowDuration, String estimatedDuration, Date timeHardDueDate, Boolean canReschedule, Date timeCreated, InstanceMaintenanceEvent.LifecycleState lifecycleState, InstanceMaintenanceEvent.CreatedBy createdBy, String description, String correlationToken)
Deprecated.
-