Uses of Class
com.oracle.bmc.datacc.model.MaintenanceRunLifecycleState
-
Packages that use MaintenanceRunLifecycleState Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.model com.oracle.bmc.datacc.requests -
-
Uses of MaintenanceRunLifecycleState in com.oracle.bmc.datacc
-
Uses of MaintenanceRunLifecycleState in com.oracle.bmc.datacc.model
Methods in com.oracle.bmc.datacc.model that return MaintenanceRunLifecycleState Modifier and Type Method Description static MaintenanceRunLifecycleStateMaintenanceRunLifecycleState. create(String key)MaintenanceRunLifecycleStateMaintenanceExecution. getLifecycleState()The state of the maintenance run execution.MaintenanceRunLifecycleStateMaintenanceExecutionSummary. getLifecycleState()The state of the maintenance run execution.MaintenanceRunLifecycleStateMaintenanceRun. getLifecycleState()The current state of the maintenance run.MaintenanceRunLifecycleStateMaintenanceRunSummary. getLifecycleState()The current state of the maintenance run.static MaintenanceRunLifecycleStateMaintenanceRunLifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static MaintenanceRunLifecycleState[]MaintenanceRunLifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacc.model with parameters of type MaintenanceRunLifecycleState Modifier and Type Method Description MaintenanceExecution.BuilderMaintenanceExecution.Builder. lifecycleState(MaintenanceRunLifecycleState lifecycleState)The state of the maintenance run execution.MaintenanceExecutionSummary.BuilderMaintenanceExecutionSummary.Builder. lifecycleState(MaintenanceRunLifecycleState lifecycleState)The state of the maintenance run execution.MaintenanceRun.BuilderMaintenanceRun.Builder. lifecycleState(MaintenanceRunLifecycleState lifecycleState)The current state of the maintenance run.MaintenanceRunSummary.BuilderMaintenanceRunSummary.Builder. lifecycleState(MaintenanceRunLifecycleState lifecycleState)The current state of the maintenance run.Constructors in com.oracle.bmc.datacc.model with parameters of type MaintenanceRunLifecycleState Constructor Description MaintenanceExecution(String id, String compartmentId, String displayName, String description, MaintenanceRunLifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeEnded, TargetResourceTypeEnum targetResourceType, String infrastructureId, String maintenanceRunId, MaintenanceTypeEnum maintenanceType, MaintenanceSubtypeEnum maintenanceSubtype, PatchingModeEnum patchingMode, String sourceVersion, String targetVersion, Boolean isCustomActionTimeoutEnabled, Integer customActionTimeoutInMins, String workflowId, Map<String,Map<String,Object>> systemTags, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Integer totalTimeTakenInMins)Deprecated.MaintenanceExecutionSummary(String id, String compartmentId, String displayName, String description, MaintenanceRunLifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeEnded, TargetResourceTypeEnum targetResourceType, String infrastructureId, String maintenanceRunId, MaintenanceTypeEnum maintenanceType, MaintenanceSubtypeEnum maintenanceSubtype, PatchingModeEnum patchingMode, String sourceVersion, String targetVersion, Boolean isCustomActionTimeoutEnabled, Integer customActionTimeoutInMins, String workflowId, Map<String,Map<String,Object>> systemTags, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Integer totalTimeTakenInMins)Deprecated.MaintenanceRun(String id, String compartmentId, String displayName, String description, MaintenanceRunLifecycleState lifecycleState, String lifecycleDetails, Date initialScheduledTime, Date timeScheduled, Date timeStarted, Date timeEnded, TargetResourceTypeEnum targetResourceType, String infrastructureId, MaintenanceTypeEnum maintenanceType, String patchIdentifier, MaintenanceSubtypeEnum maintenanceSubtype, PatchingModeEnum patchingMode, Integer patchFailureCount, String sourceVersion, String targetVersion, Boolean isCustomActionTimeoutEnabled, Integer customActionTimeoutInMins, PatchingStatusEnum patchingStatus, Date patchingStartTime, Date patchingEndTime, Integer estimatedPatchingTime, String currentPatchingComponent, Date estimatedComponentPatchingStartTime, Map<String,Map<String,Object>> systemTags, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Integer totalTimeTakenInMins)Deprecated.MaintenanceRunSummary(String id, String compartmentId, String displayName, String description, MaintenanceRunLifecycleState lifecycleState, String lifecycleDetails, Date initialScheduledTime, Date timeScheduled, Date timeStarted, Date timeEnded, TargetResourceTypeEnum targetResourceType, String infrastructureId, MaintenanceTypeEnum maintenanceType, String patchIdentifier, MaintenanceSubtypeEnum maintenanceSubtype, PatchingModeEnum patchingMode, Integer patchFailureCount, String sourceVersion, String targetVersion, Boolean isCustomActionTimeoutEnabled, Integer customActionTimeoutInMins, PatchingStatusEnum patchingStatus, Date patchingStartTime, Date patchingEndTime, Integer estimatedPatchingTime, String currentPatchingComponent, Date estimatedComponentPatchingStartTime, Map<String,Map<String,Object>> systemTags, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Integer totalTimeTakenInMins)Deprecated. -
Uses of MaintenanceRunLifecycleState in com.oracle.bmc.datacc.requests
Methods in com.oracle.bmc.datacc.requests that return MaintenanceRunLifecycleState Modifier and Type Method Description MaintenanceRunLifecycleStateListMaintenanceExecutionsRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state exactly.MaintenanceRunLifecycleStateListMaintenanceRunsRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state exactly.Methods in com.oracle.bmc.datacc.requests with parameters of type MaintenanceRunLifecycleState Modifier and Type Method Description ListMaintenanceExecutionsRequest.BuilderListMaintenanceExecutionsRequest.Builder. lifecycleState(MaintenanceRunLifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state exactly.ListMaintenanceRunsRequest.BuilderListMaintenanceRunsRequest.Builder. lifecycleState(MaintenanceRunLifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state exactly.
-