blob: fbfad88c151f0eef5f1d4d7675067cf01f504fbb [file] [log] [blame]
from service import XOSService
from services.vpgwu.models import VPGWUService
class XOSVPGWUService(XOSService):
provides = "tosca.nodes.VPGWUService"
xos_model = VPGWUService
copyin_props = ["view_url", "icon_url", "enabled", "published", "public_key", "private_key_fn", "versionNumber"]