Uses of Class
com.oracle.bmc.core.model.InstanceMaintenanceAlternativeResolutionActions
-
Packages that use InstanceMaintenanceAlternativeResolutionActions Package Description com.oracle.bmc.core.model -
-
Uses of InstanceMaintenanceAlternativeResolutionActions in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return InstanceMaintenanceAlternativeResolutionActions Modifier and Type Method Description static InstanceMaintenanceAlternativeResolutionActions
InstanceMaintenanceAlternativeResolutionActions. create(String key)
InstanceMaintenanceAlternativeResolutionActions
UpdateInstanceMaintenanceEventDetails. getAlternativeResolutionAction()
One of the alternativeResolutionActions that was provided in the InstanceMaintenanceEvent.static InstanceMaintenanceAlternativeResolutionActions
InstanceMaintenanceAlternativeResolutionActions. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceMaintenanceAlternativeResolutionActions[]
InstanceMaintenanceAlternativeResolutionActions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model that return types with arguments of type InstanceMaintenanceAlternativeResolutionActions Modifier and Type Method Description List<InstanceMaintenanceAlternativeResolutionActions>
InstanceMaintenanceEvent. getAlternativeResolutionActions()
These are alternative actions to the requested instanceAction that can be taken to resolve the Maintenance.List<InstanceMaintenanceAlternativeResolutionActions>
InstanceMaintenanceEventSummary. getAlternativeResolutionActions()
These are alternative actions to the requested instanceAction that can be taken to resolve the Maintenance.Methods in com.oracle.bmc.core.model with parameters of type InstanceMaintenanceAlternativeResolutionActions Modifier and Type Method Description UpdateInstanceMaintenanceEventDetails.Builder
UpdateInstanceMaintenanceEventDetails.Builder. alternativeResolutionAction(InstanceMaintenanceAlternativeResolutionActions alternativeResolutionAction)
One of the alternativeResolutionActions that was provided in the InstanceMaintenanceEvent.Method parameters in com.oracle.bmc.core.model with type arguments of type InstanceMaintenanceAlternativeResolutionActions Modifier and Type Method Description InstanceMaintenanceEvent.Builder
InstanceMaintenanceEvent.Builder. alternativeResolutionActions(List<InstanceMaintenanceAlternativeResolutionActions> alternativeResolutionActions)
These are alternative actions to the requested instanceAction that can be taken to resolve the Maintenance.InstanceMaintenanceEventSummary.Builder
InstanceMaintenanceEventSummary.Builder. alternativeResolutionActions(List<InstanceMaintenanceAlternativeResolutionActions> alternativeResolutionActions)
These are alternative actions to the requested instanceAction that can be taken to resolve the Maintenance.Constructors in com.oracle.bmc.core.model with parameters of type InstanceMaintenanceAlternativeResolutionActions Constructor Description UpdateInstanceMaintenanceEventDetails(Date timeWindowStart, InstanceMaintenanceAlternativeResolutionActions alternativeResolutionAction, Boolean canDeleteLocalStorage, String displayName, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.Constructor parameters in com.oracle.bmc.core.model with type arguments of type InstanceMaintenanceAlternativeResolutionActions 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.
-