Uses of Class
com.oracle.bmc.osmanagementhub.model.ManagedInstanceDetails
-
Packages that use ManagedInstanceDetails Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of ManagedInstanceDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ManagedInstanceDetails Modifier and Type Method Description ManagedInstanceDetails
ManagedInstanceDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type ManagedInstanceDetails Modifier and Type Method 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.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ManagedInstanceDetails Modifier and Type Method Description ManagedInstanceDetails.Builder
ManagedInstanceDetails.Builder. copy(ManagedInstanceDetails model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ManagedInstanceDetails Modifier and Type Method 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 parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ManagedInstanceDetails Constructor Description 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.
-