PbmBuiltinType_enum
The PbmBuiltinTypeEnum enumerated type defines datatypes for storage profiles.
Property metadata (PbmCapabilityPropertyMetadata) uses the builtin types to define data types for storage capabilities 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 capability constraints are interpreted value).
Possible values:
XSD_LONG
: Unsigned long value.This datatype supports the following constraint values.
- Single value
- Full or partial range of values (PbmCapabilityRange)
- Discrete set of values (PbmCapabilityDiscreteSet)
XSD_SHORT
: Datatype not supported.XSD_INTEGER
: Datatype not supported.Use XSD_INT instead.
XSD_INT
: Integer value.This datatype supports the following constraint values.
- Single value
- Full or partial range of values (PbmCapabilityRange)
- Discrete set of values (PbmCapabilityDiscreteSet)
XSD_STRING
: String value.This datatype supports a single value or a discrete set of values (PbmCapabilityDiscreteSet).
XSD_BOOLEAN
: Boolean value.XSD_DOUBLE
: Double precision floating point value.This datatype supports the following constraint values.
- Single value
- Full or partial range of values (PbmCapabilityRange)
- Discrete set of values (PbmCapabilityDiscreteSet)
XSD_DATETIME
: Date and time value.VMW_TIMESPAN
: Timespan value (PbmCapabilityTimeSpan).This datatype supports the following constraint values.
- Single value
- Full or partial range of values (PbmCapabilityRange)
- Discrete set of values (PbmCapabilityDiscreteSet)
VMW_POLICY