CapacityHistoryResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)Contains the capacity history.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
location |
str
Output only. The location (region or zone) for which the capacity history is returned. It is returned as a URL - For example,https://www.googleapis.com/compute/v1/projects/project/zones/zone. This field is a member of oneof_ _location.
|
machine_type |
str
The machine type for which the capacity history is returned. This field is a member of oneof_ _machine_type.
|
preemption_history |
MutableSequence[google.cloud.compute_v1beta.types.CapacityHistoryResponsePreemptionRecord]
The preemption history for the requested machine type and location. |
price_history |
MutableSequence[google.cloud.compute_v1beta.types.CapacityHistoryResponsePriceRecord]
The price history for the requested machine type and location. |