function AgentViewModel(data) { this.IPAddress = data.IPAddress; this.NodeName = data.NodeName; this.NodeRole = data.NodeRole; }