Source code for models.license_types_enum

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

[docs]class LicenseTypesEnum(object): """Implementation of the 'LicenseTypes' enum. Specifies the type of license available on Netapp Cluster 'kSnapmirrorCloud' indicates a SnapMirror license on Netapp. Attributes: KSNAPMIRRORCLOUD: TODO: type description here. """ KSNAPMIRRORCLOUD = 'kSnapmirrorCloud'