Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
ManagedInstanceDetails |
ManagedInstanceDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ManagedInstanceDetails> |
LifecycleEnvironment.getManagedInstanceIds()
List of managed instance
OCIDs assigned
to the lifecycle stage.
|
List<ManagedInstanceDetails> |
LifecycleStage.getManagedInstanceIds()
The list of managed instances associated with the lifecycle stage.
|
Modifier and Type | Method and Description |
---|---|
ManagedInstanceDetails.Builder |
ManagedInstanceDetails.Builder.copy(ManagedInstanceDetails model) |
Modifier and Type | Method and Description |
---|---|
LifecycleEnvironment.Builder |
LifecycleEnvironment.Builder.managedInstanceIds(List<ManagedInstanceDetails> managedInstanceIds)
List of managed instance
OCIDs
assigned to the lifecycle stage.
|
LifecycleStage.Builder |
LifecycleStage.Builder.managedInstanceIds(List<ManagedInstanceDetails> managedInstanceIds)
The list of managed instances associated with the lifecycle stage.
|
Constructor and Description |
---|
LifecycleEnvironment(String id,
String compartmentId,
String displayName,
String description,
List<LifecycleStage> stages,
List<ManagedInstanceDetails> managedInstanceIds,
LifecycleEnvironment.LifecycleState lifecycleState,
OsFamily osFamily,
ArchType archType,
VendorName vendorName,
ManagedInstanceLocation location,
Date timeCreated,
Date timeModified,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
LifecycleStage(String id,
String compartmentId,
String displayName,
String lifecycleEnvironmentId,
Integer rank,
OsFamily osFamily,
ArchType archType,
VendorName vendorName,
List<ManagedInstanceDetails> managedInstanceIds,
ManagedInstanceLocation location,
SoftwareSourceDetails softwareSourceId,
Date timeCreated,
Date timeModified,
LifecycleStage.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.