Uses of Class
com.oracle.bmc.osmanagement.model.LifecycleStates
-
Packages that use LifecycleStates Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.model com.oracle.bmc.osmanagement.requests -
-
Uses of LifecycleStates in com.oracle.bmc.osmanagement
-
Uses of LifecycleStates in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return LifecycleStates Modifier and Type Method Description static LifecycleStates
LifecycleStates. create(String key)
LifecycleStates
ManagedInstanceGroup. getLifecycleState()
The current state of the Software Source.LifecycleStates
ManagedInstanceGroupSummary. getLifecycleState()
The current state of the Software Source.LifecycleStates
ScheduledJob. getLifecycleState()
The current state of the Scheduled Job.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.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.Methods in com.oracle.bmc.osmanagement.model with parameters of type LifecycleStates Modifier and Type Method Description ManagedInstanceGroup.Builder
ManagedInstanceGroup.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.ScheduledJob.Builder
ScheduledJob.Builder. lifecycleState(LifecycleStates lifecycleState)
The current state of the Scheduled Job.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.Constructors in com.oracle.bmc.osmanagement.model with parameters of type LifecycleStates Constructor 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. -
Uses of LifecycleStates in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return LifecycleStates Modifier and Type Method Description LifecycleStates
ListManagedInstanceGroupsRequest. 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.LifecycleStates
ListUpcomingScheduledJobsRequest. getLifecycleState()
The current lifecycle state for the object.Methods in com.oracle.bmc.osmanagement.requests with parameters of type LifecycleStates Modifier and Type Method Description ListManagedInstanceGroupsRequest.Builder
ListManagedInstanceGroupsRequest.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.ListSoftwareSourcesRequest.Builder
ListSoftwareSourcesRequest.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state for the object.ListUpcomingScheduledJobsRequest.Builder
ListUpcomingScheduledJobsRequest.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state for the object.
-