| Package | Description |
|---|---|
| com.oracle.bmc.osmanagement.model | |
| com.oracle.bmc.osmanagement.requests |
| Modifier and Type | Method and Description |
|---|---|
static OsFamilies |
OsFamilies.create(String key) |
OsFamilies |
CreateManagedInstanceGroupDetails.getOsFamily()
The Operating System type of the managed instance(s) on which this scheduled job will operate.
|
OsFamilies |
ManagedInstanceGroup.getOsFamily()
The Operating System type of the managed instance.
|
OsFamilies |
WorkRequest.getOsFamily()
The Operating System type of the managed instance.
|
OsFamilies |
WorkRequestSummary.getOsFamily()
The Operating System type of the managed instance.
|
OsFamilies |
ManagedInstanceSummary.getOsFamily()
The Operating System type of the managed instance.
|
OsFamilies |
ScheduledJobSummary.getOsFamily()
The Operating System type of the managed instance.
|
OsFamilies |
ScheduledJob.getOsFamily()
The Operating System type of the managed instance.
|
OsFamilies |
ManagedInstance.getOsFamily()
The Operating System type of the managed instance.
|
OsFamilies |
CreateScheduledJobDetails.getOsFamily()
The Operating System type of the managed instance(s) on which this scheduled job will operate.
|
OsFamilies |
ManagedInstanceGroupSummary.getOsFamily()
The Operating System type of the managed instance.
|
static OsFamilies |
OsFamilies.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OsFamilies[] |
OsFamilies.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CreateManagedInstanceGroupDetails(String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
OsFamilies osFamily)
Deprecated.
|
CreateScheduledJobDetails(String compartmentId,
String displayName,
String description,
ScheduleTypes scheduleType,
Date timeNextExecution,
IntervalTypes intervalType,
String intervalValue,
List<Id> managedInstances,
List<Id> managedInstanceGroups,
OperationTypes operationType,
PackageUpdateTypes updateType,
List<PackageName> packageNames,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<String> updateNames,
OsFamilies osFamily)
Deprecated.
|
ManagedInstance(String displayName,
String id,
String description,
String lastCheckin,
String lastBoot,
Integer updatesAvailable,
String osName,
String osVersion,
String osKernelVersion,
String compartmentId,
ManagedInstance.Status status,
SoftwareSourceId parentSoftwareSource,
List<SoftwareSourceId> childSoftwareSources,
List<Id> managedInstanceGroups,
OsFamilies osFamily,
Boolean isRebootRequired,
Integer securityUpdatesAvailable,
Integer bugUpdatesAvailable,
Integer enhancementUpdatesAvailable,
Integer otherUpdatesAvailable,
Integer scheduledJobCount,
Integer workRequestCount)
Deprecated.
|
ManagedInstanceGroup(String displayName,
String id,
String description,
String compartmentId,
List<Id> managedInstances,
LifecycleStates lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
OsFamilies osFamily)
Deprecated.
|
ManagedInstanceGroupSummary(String displayName,
String id,
String compartmentId,
String description,
Integer managedInstanceCount,
LifecycleStates lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
OsFamilies osFamily)
Deprecated.
|
ManagedInstanceSummary(String displayName,
String id,
String lastCheckin,
String lastBoot,
Integer updatesAvailable,
String compartmentId,
String description,
ManagedInstanceSummary.Status status,
OsFamilies osFamily,
Boolean isRebootRequired)
Deprecated.
|
ScheduledJob(String id,
String compartmentId,
String displayName,
String description,
ScheduleTypes scheduleType,
Date timeNextExecution,
Date timeLastExecution,
IntervalTypes intervalType,
String intervalValue,
List<Id> managedInstances,
List<Id> managedInstanceGroups,
OperationTypes operationType,
PackageUpdateTypes updateType,
List<PackageName> packageNames,
List<Id> workRequests,
LifecycleStates lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<String> updateNames,
OsFamilies osFamily)
Deprecated.
|
ScheduledJobSummary(String id,
String displayName,
String compartmentId,
ScheduleTypes scheduleType,
Date timeNextExecution,
Date timeLastExecution,
List<Id> managedInstances,
List<Id> managedInstanceGroups,
OperationTypes operationType,
LifecycleStates lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
OsFamilies osFamily)
Deprecated.
|
WorkRequest(OperationTypes operationType,
OperationStatus status,
String id,
String compartmentId,
String description,
String message,
Id managedInstanceId,
List<WorkRequestResource> resources,
Float percentComplete,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
OsFamilies osFamily)
Deprecated.
|
WorkRequestSummary(OperationTypes operationType,
OperationStatus status,
String id,
String compartmentId,
String description,
String message,
Float percentComplete,
Date timeAccepted,
OsFamilies osFamily)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OsFamilies |
ListManagedInstanceGroupsRequest.getOsFamily()
The OS family for which to list resources.
|
OsFamilies |
ListScheduledJobsRequest.getOsFamily()
The OS family for which to list resources.
|
OsFamilies |
ListWorkRequestsRequest.getOsFamily()
The OS family for which to list resources.
|
OsFamilies |
ListUpcomingScheduledJobsRequest.getOsFamily()
The OS family for which to list resources.
|
OsFamilies |
ListManagedInstancesRequest.getOsFamily()
The OS family for which to list resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListManagedInstanceGroupsRequest.Builder |
ListManagedInstanceGroupsRequest.Builder.osFamily(OsFamilies osFamily)
The OS family for which to list resources.
|
ListScheduledJobsRequest.Builder |
ListScheduledJobsRequest.Builder.osFamily(OsFamilies osFamily)
The OS family for which to list resources.
|
ListWorkRequestsRequest.Builder |
ListWorkRequestsRequest.Builder.osFamily(OsFamilies osFamily)
The OS family for which to list resources.
|
ListUpcomingScheduledJobsRequest.Builder |
ListUpcomingScheduledJobsRequest.Builder.osFamily(OsFamilies osFamily)
The OS family for which to list resources.
|
ListManagedInstancesRequest.Builder |
ListManagedInstancesRequest.Builder.osFamily(OsFamilies osFamily)
The OS family for which to list resources.
|
Copyright © 2016–2021. All rights reserved.