Source code for models.service_network_interface_enum

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

[docs]class ServiceNetworkInterfaceEnum(object): """Implementation of the 'Service_NetworkInterface' enum. TODO: type enum description here. Attributes: KREPLICATIONSERVICE: TODO: type description here. KREMOTETUNNELSERVICE: TODO: type description here. KCLUSTERDATASERVICE: TODO: type description here. KAVAHIDISCOVERSERVICE: TODO: type description here. """ KREPLICATIONSERVICE = 'kReplicationService' KREMOTETUNNELSERVICE = 'kRemoteTunnelService' KCLUSTERDATASERVICE = 'kClusterDataService' KAVAHIDISCOVERSERVICE = 'kAvahiDiscoverService'