Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model | |
com.oracle.bmc.fleetappsmanagement.requests |
Modifier and Type | Method and Description |
---|---|
static Runbook.RunbookRelevance |
Runbook.RunbookRelevance.create(String key) |
Runbook.RunbookRelevance |
UpdateRunbookDetails.getRunbookRelevance()
Type of runbook structure.
|
Runbook.RunbookRelevance |
Runbook.getRunbookRelevance()
Relevance of the runbook.
|
Runbook.RunbookRelevance |
RunbookSummary.getRunbookRelevance()
Type of runbook structure.
|
Runbook.RunbookRelevance |
CreateRunbookDetails.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.
|
Modifier and Type | Method and Description |
---|---|
UpdateRunbookDetails.Builder |
UpdateRunbookDetails.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.
|
CreateRunbookDetails.Builder |
CreateRunbookDetails.Builder.runbookRelevance(Runbook.RunbookRelevance runbookRelevance)
Type of runbook structure.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Runbook.RunbookRelevance |
ListRunbooksRequest.getRunbookRelevance()
A filter to return runbooks whose runbookRelevance matches the given runbookRelevance.
|
Modifier and Type | Method and Description |
---|---|
ListRunbooksRequest.Builder |
ListRunbooksRequest.Builder.runbookRelevance(Runbook.RunbookRelevance runbookRelevance)
A filter to return runbooks whose runbookRelevance matches the given runbookRelevance.
|
Copyright © 2016–2024. All rights reserved.