Class SpecificSKUAllocation (0.1.0)

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

This reservation type allows to pre allocate specific instance configuration.

Attributes

Name Description
instance_properties google.cloud.capacityplanner_v1beta.types.Allocation.SpecificSKUAllocation.AllocatedInstanceProperties
The instance properties for the reservation.
count int
Specifies the number of resources that are allocated.
used_count int
Indicates how many instances are in use.
assured_count int
Indicates how many instances are actually usable currently.

Classes

AllocatedInstanceProperties

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

Properties of the SKU instances being reserved.