Data Object - PbmCapabilityDiscreteSet(pbm.capability.types.DiscreteSet)

Extends
DynamicData

Data Object Description

The PbmCapabilityDiscreteSet data object defines a set of values for storage profile property instances (PbmCapabilityPropertyInstance). Use the discrete set type to define a set of values of a supported builtin type (PbmBuiltinType), for example a set of integers (XSD_INT) or a set of unsigned long values (XSD_LONG). See PbmBuiltinGenericType.VMW_SET.

A discrete set of values is declared as an array of xsd:anyType values.

Properties

Name Type Description
valuesxsd:anyType[]

Array of values for the set. The values must be one of the supported datatypes as defined in PbmBuiltinType or PbmBuiltinGenericType.
Properties inherited from DynamicData
None

Show WSDL type definition