Source code for models.environment_list_protection_sources_root_nodes_enum

# -*- coding: utf-8 -*-
# Copyright 2021 Cohesity Inc.

[docs]class EnvironmentListProtectionSourcesRootNodesEnum(object): """Implementation of the 'environment_ListProtectionSourcesRootNodes' enum. TODO: type enum description here. Attributes: KVMWARE: TODO: type description here. KSQL: TODO: type description here. KVIEW: TODO: type description here. KPUPPETEER: TODO: type description here. KPHYSICAL: TODO: type description here. KPURE: TODO: type description here. KNETAPP: TODO: type description here. KGENERICNAS: TODO: type description here. KHYPERV: TODO: type description here. KACROPOLIS: TODO: type description here. KAZURE: TODO: type description here. """ K_VMWARE = 'kVMware' KSQL = 'kSQL' KVIEW = 'kView' KPUPPETEER = 'kPuppeteer' KPHYSICAL = 'kPhysical' KPURE = 'kPure' KNETAPP = 'kNetapp' KGENERICNAS = 'kGenericNas' K_HYPERV = 'kHyperV' KACROPOLIS = 'kAcropolis' KAZURE = 'kAzure'