Enum - PbmBuiltinType(pbm.capability.types.BuiltinTypesEnum)


Enum Description

The PbmBuiltinType enumerated type defines datatypes for storage profiles. Property metadata (PbmCapabilityPropertyMetadata) uses the builtin types to define data types for storage capabilties and requirements. It may also specify the semantics that are applied to a collection of builtin type values. See PbmCapabilityTypeInfo. These semantics are specified as a generic builtin type. See PbmCapabilityGenericTypeInfo. The type information determines how capabilty constraints are interpreted (PbmCapabilityInstance.constraint[].propertyInstance[].value).

Enum Constants

NameDescription
VMW_TIMESPAN Timespan value (PbmCapabilityTimeSpan). This datatype supports the following constraint values.
XSD_BOOLEAN Boolean value.
XSD_DATETIME Date and time value.
XSD_DOUBLE Double precision floating point value. This datatype supports the following constraint values.
XSD_INT Integer value. This datatype supports the following constraint values.
XSD_INTEGER Datatype not supported. Use XSD_INT instead.
XSD_LONG Unsigned long value. This datatype supports the following constraint values.
XSD_SHORT Datatype not supported.
XSD_STRING String value. This datatype supports a single value or a discrete set of values (PbmCapabilityDiscreteSet).

Show WSDL type definition