Uses of Class
com.oracle.bmc.fleetappsmanagement.model.OsType
-
Packages that use OsType Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of OsType in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return OsType Modifier and Type Method Description static OsTypeOsType. create(String key)OsTypeAssociatedLocalTaskDetails. getOsType()The OS for the task.OsTypeCreateRunbookDetails. getOsType()The OS type for the runbook.OsTypeDetails. getOsType()The OS for the taskOsTypeRunbook. getOsType()The OS type for the runbook.OsTypeRunbookSummary. getOsType()The OS type for the runbook.OsTypeUpdateRunbookDetails. getOsType()The OS type for the runbook.static OsTypeOsType. valueOf(String name)Returns the enum constant of this type with the specified name.static OsType[]OsType. 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 OsType Modifier and Type Method Description AssociatedLocalTaskDetails.BuilderAssociatedLocalTaskDetails.Builder. osType(OsType osType)The OS for the task.CreateRunbookDetails.BuilderCreateRunbookDetails.Builder. osType(OsType osType)The OS type for the runbook.Details.BuilderDetails.Builder. osType(OsType osType)The OS for the taskRunbook.BuilderRunbook.Builder. osType(OsType osType)The OS type for the runbook.RunbookSummary.BuilderRunbookSummary.Builder. osType(OsType osType)The OS type for the runbook.UpdateRunbookDetails.BuilderUpdateRunbookDetails.Builder. osType(OsType osType)The OS type for the runbook.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type OsType Constructor Description AssociatedLocalTaskDetails(ExecutionDetails executionDetails, String description, String platform, Boolean isCopyToLibraryEnabled, OsType osType, Properties properties, Boolean isDiscoveryOutputTask, Boolean isApplySubjectTask, String name)Deprecated.CreateRunbookDetails(String displayName, String description, String operation, OsType osType, String platform, Boolean isDefault, Boolean isSudoAccessNeeded, String estimatedTime, Version runbookVersion, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.Details(ExecutionDetails executionDetails, String platform, OsType osType, TaskScope scope, Properties properties, Boolean isDiscoveryOutputTask, Boolean isApplySubjectTask, String operation)Deprecated.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.UpdateRunbookDetails(String displayName, String description, Boolean isSudoAccessNeeded, String operation, OsType osType, String platform, Boolean isDefault, String estimatedTime, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-