VMAttributeMinMaxInteger interface
While retrieving VMSizes from CRS, Min = 0 (uint.MinValue) if not specified, Max = 4294967295 (uint.MaxValue) if not specified. This allows to filter VMAttributes on all available VMSizes.
Properties
max | Max VMSize from CRS, Max = 4294967295 (uint.MaxValue) if not specified. |
min | Min VMSize from CRS, Min = 0 (uint.MinValue) if not specified. |
Property Details
max
Max VMSize from CRS, Max = 4294967295 (uint.MaxValue) if not specified.
max?: number
Property Value
number
min
Min VMSize from CRS, Min = 0 (uint.MinValue) if not specified.
min?: number
Property Value
number