Beispiel #1
0
 def add_vtep_tunnel_zone(self):
     return tunnel_zone.TunnelZone(
         self.dto['tunnelZones'], {'type': 'vtep'}, self.auth,
         vendor_media_type.APPLICATION_TUNNEL_ZONE_HOST_JSON,
         vendor_media_type.APPLICATION_TUNNEL_ZONE_HOST_COLLECTION_JSON)
Beispiel #2
0
 def add_tunnel_zone(self):
     return tunnel_zone.TunnelZone(self.dto['tunnelZones'], {}, self.auth)