models_v2.rigel_type_enum module

class models_v2.rigel_type_enum.RigelTypeEnum[source]

Bases: object

Implementation of the ‘RigelType’ enum.

Specifies the Rigel type that is being claimed.

Attributes:

ONPREM: TODO: type description here. CLOUD: TODO: type description here.

CLOUD = 'Cloud'
ONPREM = 'OnPrem'