Class AllocatedInstanceProperties (0.1.0)

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

Properties of the SKU instances being reserved.

Attributes

Name Description
machine_type str
Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.
guest_accelerator MutableSequence[google.cloud.capacityplanner_v1beta.types.Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AcceleratorConfig]
Specifies accelerator type and count.
min_cpu_platform str
Minimum cpu platform the reservation.
local_ssd MutableSequence[google.cloud.capacityplanner_v1beta.types.Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDisk]
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.

Classes

AcceleratorConfig

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

A specification of the type and number of accelerator cards attached to the instance.

AllocatedDisk

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

A specification of the interface and size of disk attached to the instance.