summaryrefslogtreecommitdiffstats
path: root/application-model/src/main/scala/com/yahoo/vespa/applicationmodel/ServiceInstance.scala
blob: 473e47f9d33aa6b0c2c1f6875b541d01345686ef (plain) (blame)
1
2
3
4
5
6
7
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.applicationmodel

/**
 * @author bakksjo
 */
case class ServiceInstance[S](configId: ConfigId, hostName: HostName, serviceStatus: S)