| Package | Description |
|---|---|
| com.oracle.bmc.osmanagement | |
| com.oracle.bmc.osmanagement.model | |
| com.oracle.bmc.osmanagement.requests |
| Modifier and Type | Method and Description |
|---|---|
com.oracle.bmc.waiter.Waiter<GetManagedInstanceGroupRequest,GetManagedInstanceGroupResponse> |
OsManagementWaiters.forManagedInstanceGroup(GetManagedInstanceGroupRequest request,
LifecycleStates... targetStates)
Creates a new
Waiter using the default configuration. |
com.oracle.bmc.waiter.Waiter<GetManagedInstanceGroupRequest,GetManagedInstanceGroupResponse> |
OsManagementWaiters.forManagedInstanceGroup(GetManagedInstanceGroupRequest request,
LifecycleStates targetState,
com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
com.oracle.bmc.waiter.DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
com.oracle.bmc.waiter.Waiter<GetManagedInstanceGroupRequest,GetManagedInstanceGroupResponse> |
OsManagementWaiters.forManagedInstanceGroup(GetManagedInstanceGroupRequest request,
com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
com.oracle.bmc.waiter.DelayStrategy delayStrategy,
LifecycleStates... targetStates)
Creates a new
Waiter using the provided configuration. |
com.oracle.bmc.waiter.Waiter<GetScheduledJobRequest,GetScheduledJobResponse> |
OsManagementWaiters.forScheduledJob(GetScheduledJobRequest request,
LifecycleStates... targetStates)
Creates a new
Waiter using the default configuration. |
com.oracle.bmc.waiter.Waiter<GetScheduledJobRequest,GetScheduledJobResponse> |
OsManagementWaiters.forScheduledJob(GetScheduledJobRequest request,
LifecycleStates targetState,
com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
com.oracle.bmc.waiter.DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
com.oracle.bmc.waiter.Waiter<GetScheduledJobRequest,GetScheduledJobResponse> |
OsManagementWaiters.forScheduledJob(GetScheduledJobRequest request,
com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
com.oracle.bmc.waiter.DelayStrategy delayStrategy,
LifecycleStates... targetStates)
Creates a new
Waiter using the provided configuration. |
com.oracle.bmc.waiter.Waiter<GetSoftwareSourceRequest,GetSoftwareSourceResponse> |
OsManagementWaiters.forSoftwareSource(GetSoftwareSourceRequest request,
LifecycleStates... targetStates)
Creates a new
Waiter using the default configuration. |
com.oracle.bmc.waiter.Waiter<GetSoftwareSourceRequest,GetSoftwareSourceResponse> |
OsManagementWaiters.forSoftwareSource(GetSoftwareSourceRequest request,
LifecycleStates targetState,
com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
com.oracle.bmc.waiter.DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
com.oracle.bmc.waiter.Waiter<GetSoftwareSourceRequest,GetSoftwareSourceResponse> |
OsManagementWaiters.forSoftwareSource(GetSoftwareSourceRequest request,
com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
com.oracle.bmc.waiter.DelayStrategy delayStrategy,
LifecycleStates... targetStates)
Creates a new
Waiter using the provided configuration. |
| Modifier and Type | Method and Description |
|---|---|
static LifecycleStates |
LifecycleStates.create(String key) |
LifecycleStates |
SoftwareSource.getLifecycleState()
The current state of the Software Source.
|
LifecycleStates |
ScheduledJob.getLifecycleState()
The current state of the Scheduled Job.
|
LifecycleStates |
ManagedInstanceGroup.getLifecycleState()
The current state of the Software Source.
|
LifecycleStates |
ManagedInstanceGroupSummary.getLifecycleState()
The current state of the Software Source.
|
LifecycleStates |
SoftwareSourceSummary.getLifecycleState()
The current state of the software source.
|
LifecycleStates |
ScheduledJobSummary.getLifecycleState()
The current state of the Scheduled Job.
|
static LifecycleStates |
LifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleStates[] |
LifecycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SoftwareSource.Builder |
SoftwareSource.Builder.lifecycleState(LifecycleStates lifecycleState) |
ScheduledJob.Builder |
ScheduledJob.Builder.lifecycleState(LifecycleStates lifecycleState) |
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.lifecycleState(LifecycleStates lifecycleState) |
ManagedInstanceGroupSummary.Builder |
ManagedInstanceGroupSummary.Builder.lifecycleState(LifecycleStates lifecycleState) |
SoftwareSourceSummary.Builder |
SoftwareSourceSummary.Builder.lifecycleState(LifecycleStates lifecycleState) |
ScheduledJobSummary.Builder |
ScheduledJobSummary.Builder.lifecycleState(LifecycleStates lifecycleState) |
| Constructor and Description |
|---|
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.
|
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.
|
SoftwareSource(String id,
String compartmentId,
String displayName,
String description,
String repoType,
ArchTypes archType,
String url,
String parentId,
String parentName,
ChecksumTypes checksumType,
String maintainerName,
String maintainerEmail,
String maintainerPhone,
String gpgKeyUrl,
String gpgKeyId,
String gpgKeyFingerprint,
SoftwareSource.Status status,
LifecycleStates lifecycleState,
Integer packages,
List<Id> associatedManagedInstances,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
SoftwareSourceSummary(String id,
String description,
String compartmentId,
String displayName,
String repoType,
SoftwareSourceSummary.Status status,
Integer packages,
LifecycleStates lifecycleState,
String parentId,
String parentName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleStates |
ListManagedInstanceGroupsRequest.getLifecycleState()
The current lifecycle state for the object.
|
LifecycleStates |
ListUpcomingScheduledJobsRequest.getLifecycleState()
The current lifecycle state for the object.
|
LifecycleStates |
ListScheduledJobsRequest.getLifecycleState()
The current lifecycle state for the object.
|
LifecycleStates |
ListSoftwareSourcesRequest.getLifecycleState()
The current lifecycle state for the object.
|
| Modifier and Type | Method and Description |
|---|---|
ListManagedInstanceGroupsRequest.Builder |
ListManagedInstanceGroupsRequest.Builder.lifecycleState(LifecycleStates lifecycleState) |
ListUpcomingScheduledJobsRequest.Builder |
ListUpcomingScheduledJobsRequest.Builder.lifecycleState(LifecycleStates lifecycleState) |
ListScheduledJobsRequest.Builder |
ListScheduledJobsRequest.Builder.lifecycleState(LifecycleStates lifecycleState) |
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.lifecycleState(LifecycleStates lifecycleState) |
Copyright © 2016–2020. All rights reserved.