Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Runbook.Type
-
Packages that use Runbook.Type Package Description com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of Runbook.Type in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Runbook.Type Modifier and Type Method Description static Runbook.Type
Runbook.Type. create(String key)
Runbook.Type
Runbook. getType()
The type of the runbook.Runbook.Type
RunbookSummary. getType()
The type of the runbook.static Runbook.Type
Runbook.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Runbook.Type[]
Runbook.Type. 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.Type Modifier and Type Method Description Runbook.Builder
Runbook.Builder. type(Runbook.Type type)
The type of the runbook.RunbookSummary.Builder
RunbookSummary.Builder. type(Runbook.Type type)
The type of the runbook.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type Runbook.Type Constructor Description Runbook(String id, String displayName, String description, Runbook.Type type, String operation, OsType osType, String platform, Boolean isDefault, Boolean isSudoAccessNeeded, String estimatedTime, String latestVersion, Boolean hasDraftVersion, Runbook.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Version runbookVersion, 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, String operation, OsType osType, String platform, Boolean isDefault, String estimatedTime, String latestVersion, Boolean hasDraftVersion, 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. -
Uses of Runbook.Type in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return Runbook.Type Modifier and Type Method Description Runbook.Type
ListRunbooksRequest. getType()
A filter to return runbooks whose type matches the given type.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type Runbook.Type Modifier and Type Method Description ListRunbooksRequest.Builder
ListRunbooksRequest.Builder. type(Runbook.Type type)
A filter to return runbooks whose type matches the given type.
-