module CORL module Network class Default < CORL.plugin_class(:network) #----------------------------------------------------------------------------- # Cloud plugin interface def normalize super end #----------------------------------------------------------------------------- # Checks #----------------------------------------------------------------------------- # Property accessors / modifiers #----------------------------------------------------------------------------- # Operations end end end