Uses of Class
com.compuware.api.topaz.hostresources.zos.IAllocateParameters.AllocationUnit
-
Packages that use IAllocateParameters.AllocationUnit Package Description com.compuware.api.topaz.hostresources.zos Provides classes and exceptions related to z/OS host resources. -
-
Uses of IAllocateParameters.AllocationUnit in com.compuware.api.topaz.hostresources.zos
Methods in com.compuware.api.topaz.hostresources.zos that return IAllocateParameters.AllocationUnit Modifier and Type Method Description static IAllocateParameters.AllocationUnit
IAllocateParameters.AllocationUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static IAllocateParameters.AllocationUnit[]
IAllocateParameters.AllocationUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compuware.api.topaz.hostresources.zos with parameters of type IAllocateParameters.AllocationUnit Modifier and Type Method Description AllocateParametersBuilder
AllocateParametersBuilder. setAllocationUnit(IAllocateParameters.AllocationUnit allocationUnit)
Sets the allocation unit.
-