Package | Description |
---|---|
com.oracle.bmc.osmanagementhub | |
com.oracle.bmc.osmanagementhub.model | |
com.oracle.bmc.osmanagementhub.requests |
Modifier and Type | Method and Description |
---|---|
static ManagedInstanceGroup.LifecycleState |
ManagedInstanceGroup.LifecycleState.create(String key) |
ManagedInstanceGroup.LifecycleState |
ManagedInstanceGroupSummary.getLifecycleState()
The current state of the managed instance group.
|
ManagedInstanceGroup.LifecycleState |
ManagedInstanceGroup.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.
|
Modifier and Type | Method and Description |
---|---|
ManagedInstanceGroupSummary.Builder |
ManagedInstanceGroupSummary.Builder.lifecycleState(ManagedInstanceGroup.LifecycleState lifecycleState)
The current state of the managed instance group.
|
ManagedInstanceGroup.Builder |
ManagedInstanceGroup.Builder.lifecycleState(ManagedInstanceGroup.LifecycleState lifecycleState)
The current state of the managed instance group.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ManagedInstanceGroup.LifecycleState |
ListManagedInstanceGroupsRequest.getLifecycleState()
A filter to return only managed instance groups that are in the specified state.
|
Modifier and Type | Method and Description |
---|---|
ListManagedInstanceGroupsRequest.Builder |
ListManagedInstanceGroupsRequest.Builder.lifecycleState(ManagedInstanceGroup.LifecycleState lifecycleState)
A filter to return only managed instance groups that are in the specified state.
|
Copyright © 2016–2024. All rights reserved.