blob: 64ee45534391fc84e68766db5da860d0a395a935 [file] [log] [blame]
from service import XOSService
from services.vrouter.models import VRouterService
class XOSVRouterService(XOSService):
provides = "tosca.nodes.VRouterService"
xos_model = VRouterService
copyin_props = ["view_url", "icon_url", "enabled", "published", "public_key", "versionNumber"]