PbmCapabilityTimeSpan

PbmCapabilityTimeSpan
PbmCapabilityTimeSpan

The PbmCapabilityTimeSpan data object defines a time value and time unit, for example 10 hours or 5 minutes.

See PbmBuiltinTypeEnum.VMW_TIMESPAN.

This structure may be used only with operations rendered under /pbm.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "value": 0,
    "unit": "string"
}
integer As int32 As int32
value
Required

Time value.

Must be a positive integer.

string
unit
Required

Unit value for time.

The string value must correspond to one of the PbmCapabilityTimeUnitTypeEnum values.