rdudyala | 996d70b | 2016-10-13 17:40:55 +0000 | [diff] [blame] | 1 | from xosresource import XOSResource |
2 | from services.monitoring.models import InfraMonitoringAgentInfo | ||||
3 | |||||
4 | class XOSInfraMonitoringAgentInfo(XOSResource): | ||||
5 | provides = "tosca.nodes.InfraMonitoringAgentInfo" | ||||
6 | xos_model = InfraMonitoringAgentInfo | ||||
7 | copyin_props = ["start_url", "start_url_json_data", "stop_url"] |