Source code for models.type_hyper_flex_protection_source_enum

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

[docs]class TypeHyperFlexProtectionSourceEnum(object): """Implementation of the 'Type_HyperFlexProtectionSource' enum. Specifies the type of managed Object in a HyperFlex protection source like kServer. Examples of a HyperFlex types include 'kServer'. 'kServer' indicates HyperFlex server entity. Attributes: KSERVER: TODO: type description here. """ KSERVER = 'kServer'