models_v2.fleet_subnet_type_3_enum module

class models_v2.fleet_subnet_type_3_enum.FleetSubnetType3Enum[source]

Bases: object

Implementation of the ‘FleetSubnetType3’ enum.

Specifies the subnet type of the fleet.

Attributes:

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

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