Package | Description |
---|---|
com.oracle.bmc.clusterplacementgroups.model |
Modifier and Type | Method and Description |
---|---|
PlacementInstructionDetails |
PlacementInstructionDetails.Builder.build() |
PlacementInstructionDetails |
CreateClusterPlacementGroupDetails.getPlacementInstruction() |
PlacementInstructionDetails |
ClusterPlacementGroup.getPlacementInstruction() |
Modifier and Type | Method and Description |
---|---|
PlacementInstructionDetails.Builder |
PlacementInstructionDetails.Builder.copy(PlacementInstructionDetails model) |
CreateClusterPlacementGroupDetails.Builder |
CreateClusterPlacementGroupDetails.Builder.placementInstruction(PlacementInstructionDetails placementInstruction) |
ClusterPlacementGroup.Builder |
ClusterPlacementGroup.Builder.placementInstruction(PlacementInstructionDetails placementInstruction) |
Constructor and Description |
---|
ClusterPlacementGroup(String id,
String name,
String description,
String compartmentId,
String availabilityDomain,
ClusterPlacementGroupType clusterPlacementGroupType,
Date timeCreated,
Date timeUpdated,
ClusterPlacementGroup.LifecycleState lifecycleState,
String lifecycleDetails,
PlacementInstructionDetails placementInstruction,
CapabilitiesCollection capabilities,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
CreateClusterPlacementGroupDetails(String name,
ClusterPlacementGroupType clusterPlacementGroupType,
String description,
String availabilityDomain,
String compartmentId,
PlacementInstructionDetails placementInstruction,
CapabilitiesCollection capabilities,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.