/** The type of the network backing */
export declare enum VmNetworkBackingTypeEnum {
    'DVS' = "DVS",
    'VSS' = "VSS"
}
//# sourceMappingURL=VmNetworkBackingTypeEnum.d.ts.map