Share via


SkuCapability Class

A SKU capability, such as the number of cores.

Constructor

SkuCapability(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

The name of the feature.

value
str

The value of the feature.

Attributes

name

The name of the feature.

name: str | None

value

The value of the feature.

value: str | None