blob: 36748badd21fba58a1ebeb67e1f51ddf3ee1d271 [file] [log] [blame]
rdudyala996d70b2016-10-13 17:40:55 +00001from xosresource import XOSResource
2from services.monitoring.models import InfraMonitoringAgentInfo
3
4class XOSInfraMonitoringAgentInfo(XOSResource):
5 provides = "tosca.nodes.InfraMonitoringAgentInfo"
6 xos_model = InfraMonitoringAgentInfo
7 copyin_props = ["start_url", "start_url_json_data", "stop_url"]