Test Search VMware Storage Policy API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - PbmCapabilityRange(pbm.capability.types.Range)
- Extends
- DynamicData
- Since
- 1.0
Data Object Description
The PbmCapabilityRange data object defines a range of values for storage property instances (PbmCapabilityPropertyInstance). Use the range type to define a range of values of a supported builtin type, for example range<int>, range<long>, or range<timespan>. You can specify a partial range by omitting one of the properties, min or max.Properties
Name | Type | Description |
---|---|---|
max | xsd:anyType |
Maximum value of range. Must be one of the supported
datatypes as defined in PbmBuiltinType.
Must be the same datatype as max.
|
min | xsd:anyType |
Minimum value of range. Must be one of the supported
datatypes as defined in PbmBuiltinType.
Must be the same datatype as min.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |