SizeInfoFragment Class

Contains detailed information about a size.

Inheritance
SizeInfoFragment

Constructor

SizeInfoFragment(*, compute_size: Optional[str] = None, price: Optional[float] = None, number_of_cores: Optional[int] = None, memory: Optional[float] = None, **kwargs)

Parameters

compute_size
str
Required

Represents the actual compute size, e.g. Standard_A2_v2.

price
float
Required

The pay-as-you-go price per hour this size will cost. It does not include discounts and may not reflect the actual price the size will cost.

number_of_cores
int
Required

The number of cores a VM of this size has.

memory
float
Required

The amount of memory available (in GB).