models_v2.fleet_subnet_type_2_enum module

class models_v2.fleet_subnet_type_2_enum.FleetSubnetType2Enum[source]

Bases: object

Implementation of the ‘FleetSubnetType2’ enum.

Specifies the fleet type of the subnet.

Attributes:

KCLUSTER: TODO: type description here. KSOURCEVM: TODO: type description here. KCUSTOM: TODO: type description here.

KCLUSTER = 'kCluster'
KCUSTOM = 'kCustom'
KSOURCEVM = 'kSourceVM'