Class MachineResourceRange (0.1.0)

MachineResourceRange(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The range of machine resource values that the SKU applies to.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
start_value int
Output only. The inclusive lower bound of the range. While the number zero may be the start of a range, it is not a possible machine resource value. An instance cannot exist with zero vCPU or memory, and an instance with no attached accelerators lacks a GPU dimension entirely rather than having a GPU count of zero.
end_value int
Output only. The exclusive upper bound of the range. If no end value is specified, the range is unbounded from above. This field is a member of oneof_ _end_value.