Uses of Class
com.oracle.bmc.clusterplacementgroups.model.PlacementInstructionDetails.Type
-
Packages that use PlacementInstructionDetails.Type Package Description com.oracle.bmc.clusterplacementgroups.model -
-
Uses of PlacementInstructionDetails.Type in com.oracle.bmc.clusterplacementgroups.model
Methods in com.oracle.bmc.clusterplacementgroups.model that return PlacementInstructionDetails.Type Modifier and Type Method Description static PlacementInstructionDetails.TypePlacementInstructionDetails.Type. create(String key)PlacementInstructionDetails.TypePlacementInstructionDetails. getType()The type of placement instruction.static PlacementInstructionDetails.TypePlacementInstructionDetails.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static PlacementInstructionDetails.Type[]PlacementInstructionDetails.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.clusterplacementgroups.model with parameters of type PlacementInstructionDetails.Type Modifier and Type Method Description PlacementInstructionDetails.BuilderPlacementInstructionDetails.Builder. type(PlacementInstructionDetails.Type type)The type of placement instruction.Constructors in com.oracle.bmc.clusterplacementgroups.model with parameters of type PlacementInstructionDetails.Type Constructor Description PlacementInstructionDetails(PlacementInstructionDetails.Type type, String value)Deprecated.
-