Package | Description |
---|---|
com.oracle.bmc.osmanagement | |
com.oracle.bmc.osmanagement.model | |
com.oracle.bmc.osmanagement.requests |
Modifier and Type | Method and Description |
---|---|
static LifecycleStates |
LifecycleStates.create(String key) |
LifecycleStates |
ScheduledJobSummary.getLifecycleState()
The current state of the Scheduled Job.
|
LifecycleStates |
SoftwareSource.getLifecycleState()
The current state of the Software Source.
|
LifecycleStates |
SoftwareSourceSummary.getLifecycleState()
The current state of the software source.
|
LifecycleStates |
ManagedInstanceGroupSummary.getLifecycleState()
The current state of the Software Source.
|
LifecycleStates |
ManagedInstanceGroup.getLifecycleState()
The current state of the Software Source.
|
LifecycleStates |
ScheduledJob.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 |
---|---|
ScheduledJobSummary.Builder |
ScheduledJobSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the Scheduled Job.
|
SoftwareSource.Builder |
SoftwareSource.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the Software Source.
|
SoftwareSourceSummary.Builder |
SoftwareSourceSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the software source.
|
ManagedInstanceGroupSummary.Builder |
ManagedInstanceGroupSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the Software Source.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the Software Source.
|
ScheduledJob.Builder |
ScheduledJob.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the Scheduled Job.
|
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,
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.
|
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 |
ListUpcomingScheduledJobsRequest.getLifecycleState()
The current lifecycle state for the object.
|
LifecycleStates |
ListSoftwareSourcesRequest.getLifecycleState()
The current lifecycle state for the object.
|
LifecycleStates |
ListScheduledJobsRequest.getLifecycleState()
The current lifecycle state for the object.
|
LifecycleStates |
ListManagedInstanceGroupsRequest.getLifecycleState()
The current lifecycle state for the object.
|
Modifier and Type | Method and Description |
---|---|
ListUpcomingScheduledJobsRequest.Builder |
ListUpcomingScheduledJobsRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state for the object.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state for the object.
|
ListScheduledJobsRequest.Builder |
ListScheduledJobsRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state for the object.
|
ListManagedInstanceGroupsRequest.Builder |
ListManagedInstanceGroupsRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state for the object.
|
Copyright © 2016–2024. All rights reserved.