Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Runbook.RunbookRelevance
-
Packages that use Runbook.RunbookRelevance Package Description com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of Runbook.RunbookRelevance in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Runbook.RunbookRelevance Modifier and Type Method Description static Runbook.RunbookRelevance
Runbook.RunbookRelevance. create(String key)
Runbook.RunbookRelevance
CreateRunbookDetails. getRunbookRelevance()
Type of runbook structure.Runbook.RunbookRelevance
Runbook. getRunbookRelevance()
Relevance of the runbook.Runbook.RunbookRelevance
RunbookSummary. getRunbookRelevance()
Type of runbook structure.Runbook.RunbookRelevance
UpdateRunbookDetails. getRunbookRelevance()
Type of runbook structure.static Runbook.RunbookRelevance
Runbook.RunbookRelevance. valueOf(String name)
Returns the enum constant of this type with the specified name.static Runbook.RunbookRelevance[]
Runbook.RunbookRelevance. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type Runbook.RunbookRelevance Modifier and Type Method Description CreateRunbookDetails.Builder
CreateRunbookDetails.Builder. runbookRelevance(Runbook.RunbookRelevance runbookRelevance)
Type of runbook structure.Runbook.Builder
Runbook.Builder. runbookRelevance(Runbook.RunbookRelevance runbookRelevance)
Relevance of the runbook.RunbookSummary.Builder
RunbookSummary.Builder. runbookRelevance(Runbook.RunbookRelevance runbookRelevance)
Type of runbook structure.UpdateRunbookDetails.Builder
UpdateRunbookDetails.Builder. runbookRelevance(Runbook.RunbookRelevance runbookRelevance)
Type of runbook structure.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type Runbook.RunbookRelevance Constructor Description CreateRunbookDetails(String displayName, String description, Runbook.RunbookRelevance runbookRelevance, String operation, OsType osType, String platform, Boolean isDefault, String estimatedTime, Associations associations, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Runbook(String id, String displayName, String description, Runbook.Type type, Runbook.RunbookRelevance runbookRelevance, String operation, OsType osType, String platform, Boolean isDefault, String estimatedTime, Runbook.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Associations associations, String compartmentId, String resourceRegion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.RunbookSummary(String id, String displayName, String description, Runbook.Type type, Runbook.RunbookRelevance runbookRelevance, String operation, OsType osType, String platform, Boolean isDefault, String estimatedTime, Runbook.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String compartmentId, String resourceRegion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateRunbookDetails(String displayName, String description, Runbook.RunbookRelevance runbookRelevance, String operation, OsType osType, String platform, Boolean isDefault, String estimatedTime, Associations associations, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of Runbook.RunbookRelevance in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return Runbook.RunbookRelevance Modifier and Type Method Description Runbook.RunbookRelevance
ListRunbooksRequest. getRunbookRelevance()
A filter to return runbooks whose runbookRelevance matches the given runbookRelevance.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type Runbook.RunbookRelevance Modifier and Type Method Description ListRunbooksRequest.Builder
ListRunbooksRequest.Builder. runbookRelevance(Runbook.RunbookRelevance runbookRelevance)
A filter to return runbooks whose runbookRelevance matches the given runbookRelevance.
-