Source code for models_v2.fleet_subnet_type_3_enum

# -*- coding: utf-8 -*-

[docs]class FleetSubnetType3Enum(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' KSOURCEVM = 'kSourceVM' KCUSTOM = 'kCustom'