Uses of Class
com.oracle.bmc.clusterplacementgroups.model.PlacementInstructionDetails
-
Packages that use PlacementInstructionDetails Package Description com.oracle.bmc.clusterplacementgroups.model -
-
Uses of PlacementInstructionDetails in com.oracle.bmc.clusterplacementgroups.model
Methods in com.oracle.bmc.clusterplacementgroups.model that return PlacementInstructionDetails Modifier and Type Method Description PlacementInstructionDetails
PlacementInstructionDetails.Builder. build()
PlacementInstructionDetails
ClusterPlacementGroup. getPlacementInstruction()
PlacementInstructionDetails
CreateClusterPlacementGroupDetails. getPlacementInstruction()
Methods in com.oracle.bmc.clusterplacementgroups.model with parameters of type PlacementInstructionDetails Modifier and Type Method Description PlacementInstructionDetails.Builder
PlacementInstructionDetails.Builder. copy(PlacementInstructionDetails model)
ClusterPlacementGroup.Builder
ClusterPlacementGroup.Builder. placementInstruction(PlacementInstructionDetails placementInstruction)
CreateClusterPlacementGroupDetails.Builder
CreateClusterPlacementGroupDetails.Builder. placementInstruction(PlacementInstructionDetails placementInstruction)
Constructors in com.oracle.bmc.clusterplacementgroups.model with parameters of type PlacementInstructionDetails Constructor 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.
-