Class InstanceInformation
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.application.v4.model.InstanceInformation
-
public class InstanceInformation extends Object
- Author:
- mortent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInstanceInformation.Endpoint
-
Field Summary
Fields Modifier and Type Field Description LongdeployTimeEpochMsList<InstanceInformation.Endpoint>endpointsLongexpiryTimeEpochMsURIyamasUrl
-
Constructor Summary
Constructors Constructor Description InstanceInformation()
-
-
-
Field Detail
-
endpoints
public List<InstanceInformation.Endpoint> endpoints
-
yamasUrl
public URI yamasUrl
-
deployTimeEpochMs
public Long deployTimeEpochMs
-
expiryTimeEpochMs
public Long expiryTimeEpochMs
-
-