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