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 |
ManagedInstance.getOsFamily()
The Operating System type of the managed instance.
|
OsFamilies |
ScheduledJobSummary.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 |
CreateManagedInstanceGroupDetails.getOsFamily()
The Operating System type of the managed instance(s) on which this scheduled job will
operate.
|
OsFamilies |
WorkRequestSummary.getOsFamily()
The Operating System type of the managed instance.
|
OsFamilies |
WorkRequest.getOsFamily()
The Operating System type of the managed instance.
|
OsFamilies |
ManagedInstanceSummary.getOsFamily()
The Operating System type of the managed instance.
|
OsFamilies |
ManagedInstanceGroupSummary.getOsFamily()
The Operating System type of the managed instance.
|
OsFamilies |
CrashEventSystemInformation.getOsFamily()
The Operating System type of the managed instance.
|
OsFamilies |
ManagedInstanceGroup.getOsFamily()
The Operating System type of the managed instance.
|
OsFamilies |
ScheduledJob.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.
|
Modifier and Type | Method and Description |
---|---|
ManagedInstance.Builder |
ManagedInstance.Builder.osFamily(OsFamilies osFamily)
The Operating System type of the managed instance.
|
ScheduledJobSummary.Builder |
ScheduledJobSummary.Builder.osFamily(OsFamilies osFamily)
The Operating System type of the managed instance.
|
CreateScheduledJobDetails.Builder |
CreateScheduledJobDetails.Builder.osFamily(OsFamilies osFamily)
The Operating System type of the managed instance(s) on which this scheduled job will
operate.
|
CreateManagedInstanceGroupDetails.Builder |
CreateManagedInstanceGroupDetails.Builder.osFamily(OsFamilies osFamily)
The Operating System type of the managed instance(s) on which this scheduled job will
operate.
|
WorkRequestSummary.Builder |
WorkRequestSummary.Builder.osFamily(OsFamilies osFamily)
The Operating System type of the managed instance.
|
WorkRequest.Builder |
WorkRequest.Builder.osFamily(OsFamilies osFamily)
The Operating System type of the managed instance.
|
ManagedInstanceSummary.Builder |
ManagedInstanceSummary.Builder.osFamily(OsFamilies osFamily)
The Operating System type of the managed instance.
|
ManagedInstanceGroupSummary.Builder |
ManagedInstanceGroupSummary.Builder.osFamily(OsFamilies osFamily)
The Operating System type of the managed instance.
|
CrashEventSystemInformation.Builder |
CrashEventSystemInformation.Builder.osFamily(OsFamilies osFamily)
The Operating System type of the managed instance.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.osFamily(OsFamilies osFamily)
The Operating System type of the managed instance.
|
ScheduledJob.Builder |
ScheduledJob.Builder.osFamily(OsFamilies osFamily)
The Operating System type of the managed instance.
|
Constructor and Description |
---|
CrashEventSystemInformation(ArchTypes architecture,
String kspliceEffectiveKernelVersion,
OsFamilies osFamily,
String osName,
String osKernelRelease,
String osKernelVersion,
String osSystemVersion)
Deprecated.
|
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,
String notificationTopicId,
String kspliceEffectiveKernelVersion,
Boolean isDataCollectionAuthorized,
AutonomousSettings autonomous,
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,
Boolean isRestricted)
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,
Boolean isRestricted)
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,
String parentId,
List<String> childrenIds)
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 |
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.
|
OsFamilies |
ListScheduledJobsRequest.getOsFamily()
The OS family for which to list resources.
|
OsFamilies |
ListManagedInstanceGroupsRequest.getOsFamily()
The OS family for which to list resources.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ListScheduledJobsRequest.Builder |
ListScheduledJobsRequest.Builder.osFamily(OsFamilies osFamily)
The OS family for which to list resources.
|
ListManagedInstanceGroupsRequest.Builder |
ListManagedInstanceGroupsRequest.Builder.osFamily(OsFamilies osFamily)
The OS family for which to list resources.
|
Copyright © 2016–2024. All rights reserved.