Uses of Class
com.oracle.bmc.osmanagementhub.model.ManagedInstanceGroup.LifecycleState
-
Packages that use ManagedInstanceGroup.LifecycleState Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of ManagedInstanceGroup.LifecycleState in com.oracle.bmc.osmanagementhub
-
Uses of ManagedInstanceGroup.LifecycleState in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ManagedInstanceGroup.LifecycleState Modifier and Type Method Description static ManagedInstanceGroup.LifecycleState
ManagedInstanceGroup.LifecycleState. create(String key)
ManagedInstanceGroup.LifecycleState
ManagedInstanceGroup. getLifecycleState()
The current state of the managed instance group.ManagedInstanceGroup.LifecycleState
ManagedInstanceGroupSummary. getLifecycleState()
The current state of the managed instance group.static ManagedInstanceGroup.LifecycleState
ManagedInstanceGroup.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ManagedInstanceGroup.LifecycleState[]
ManagedInstanceGroup.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ManagedInstanceGroup.LifecycleState Modifier and Type Method Description ManagedInstanceGroup.Builder
ManagedInstanceGroup.Builder. lifecycleState(ManagedInstanceGroup.LifecycleState lifecycleState)
The current state of the managed instance group.ManagedInstanceGroupSummary.Builder
ManagedInstanceGroupSummary.Builder. lifecycleState(ManagedInstanceGroup.LifecycleState lifecycleState)
The current state of the managed instance group.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type ManagedInstanceGroup.LifecycleState Constructor Description ManagedInstanceGroup(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeModified, ManagedInstanceGroup.LifecycleState lifecycleState, OsFamily osFamily, ArchType archType, VendorName vendorName, List<SoftwareSourceDetails> softwareSourceIds, List<SoftwareSourceDetails> softwareSources, List<String> managedInstanceIds, Integer managedInstanceCount, ManagedInstanceLocation location, Integer pendingJobCount, String notificationTopicId, AutonomousSettings autonomousSettings, Boolean isManagedByAutonomousLinux, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ManagedInstanceGroupSummary(String id, String compartmentId, String displayName, String description, Integer managedInstanceCount, ManagedInstanceLocation location, Date timeCreated, Date timeModified, ManagedInstanceGroup.LifecycleState lifecycleState, OsFamily osFamily, ArchType archType, VendorName vendorName, String notificationTopicId, AutonomousSettings autonomousSettings, Boolean isManagedByAutonomousLinux, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of ManagedInstanceGroup.LifecycleState in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ManagedInstanceGroup.LifecycleState Modifier and Type Method Description ManagedInstanceGroup.LifecycleState
ListManagedInstanceGroupsRequest. getLifecycleState()
A filter to return only managed instance groups that are in the specified state.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type ManagedInstanceGroup.LifecycleState Modifier and Type Method Description ListManagedInstanceGroupsRequest.Builder
ListManagedInstanceGroupsRequest.Builder. lifecycleState(ManagedInstanceGroup.LifecycleState lifecycleState)
A filter to return only managed instance groups that are in the specified state.
-