models_v2.environment_7_enum module

class models_v2.environment_7_enum.Environment7Enum[source]

Bases: object

Implementation of the ‘Environment7’ enum.

Specifies the environment of the Protection Group.

Attributes:

KVMWARE: TODO: type description here. KHYPERV: TODO: type description here. KAZURE: TODO: type description here. KGCP: TODO: type description here. KKVM: TODO: type description here. KACROPOLIS: TODO: type description here. KAWS: TODO: type description here. KPHYSICAL: TODO: type description here. KGPFS: TODO: type description here. KELASTIFILE: TODO: type description here. KNETAPP: TODO: type description here. KGENERICNAS: TODO: type description here. KISILON: TODO: type description here. KFLASHBLADE: TODO: type description here. KPURE: TODO: type description here. KSQL: TODO: type description here. KEXCHANGE: TODO: type description here. KAD: TODO: type description here. KORACLE: TODO: type description here. KVIEW: TODO: type description here. KREMOTEADAPTER: TODO: type description here. KO365: TODO: type description here. KKUBERNETES: TODO: type description here. KCASSANDRA: TODO: type description here. KMONGODB: TODO: type description here. KCOUCHBASE: TODO: type description here. KHDFS: TODO: type description here. KHIVE: TODO: type description here. KHBASE: TODO: type description here.

KACROPOLIS = 'kAcropolis'
KAD = 'kAD'
KAWS = 'kAWS'
KAZURE = 'kAzure'
KCASSANDRA = 'kCassandra'
KCOUCHBASE = 'kCouchbase'
KELASTIFILE = 'kElastifile'
KEXCHANGE = 'kExchange'
KFLASHBLADE = 'kFlashBlade'
KGCP = 'kGCP'
KGENERICNAS = 'kGenericNas'
KGPFS = 'kGPFS'
KHBASE = 'kHBase'
KHDFS = 'kHdfs'
KHIVE = 'kHive'
KISILON = 'kIsilon'
KKUBERNETES = 'kKubernetes'
KKVM = 'kKVM'
KMONGODB = 'kMongoDB'
KNETAPP = 'kNetapp'
KO365 = 'kO365'
KORACLE = 'kOracle'
KPHYSICAL = 'kPhysical'
KPURE = 'kPure'
KREMOTEADAPTER = 'kRemoteAdapter'
KSQL = 'kSQL'
KVIEW = 'kView'
K_HYPERV = 'kHyperV'
K_VMWARE = 'kVMware'