PbmBuiltinType_enum

PbmBuiltinType_enum
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.

  • 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.

  • 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.

  • XSD_DATETIME: Date and time value.

  • VMW_TIMESPAN: Timespan value (PbmCapabilityTimeSpan).

    This datatype supports the following constraint values.

  • VMW_POLICY

This data structure has no properties.
Enumeration: XSD_LONG, XSD_SHORT, XSD_INTEGER, XSD_INT, XSD_STRING, XSD_BOOLEAN, XSD_DOUBLE, XSD_DATETIME, VMW_TIMESPAN, VMW_POLICY,