public static final class ServiceInstanceHealthStatus.Builder
extends java.lang.Object
ServiceInstanceHealthStatus.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ServiceInstanceHealthStatus. |
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceHealthStatus |
build() |
ServiceInstanceHealthStatus.Builder |
setConnectTimestamp(java.lang.String connectTimestamp)
Latest timestamp when mux was connected to SVA.
|
ServiceInstanceHealthStatus.Builder |
setIsStale(java.lang.Boolean isStale)
The parameter is set if the last received health status is older than the
predefined interval.
|
ServiceInstanceHealthStatus.Builder |
setIsSvaMuxIncompatible(java.lang.Boolean isSvaMuxIncompatible)
Protocol version might be different in both Mux and SVA.
|
ServiceInstanceHealthStatus.Builder |
setMuxConnectedStatus(java.lang.String muxConnectedStatus)
Status of multiplexer which forwards the events from guest virtual machines to
the partner appliance.
|
ServiceInstanceHealthStatus.Builder |
setMuxIncompatibleVersion(java.lang.String muxIncompatibleVersion)
Mux version when Mux and SVA are incompatible
|
ServiceInstanceHealthStatus.Builder |
setSolutionStatus(java.lang.String solutionStatus)
Status of third party partner solution application.
|
ServiceInstanceHealthStatus.Builder |
setSolutionVersion(java.lang.String solutionVersion)
Version of third party partner solution application.
|
ServiceInstanceHealthStatus.Builder |
setSyncTime(java.lang.String syncTime)
Latest timestamp when health status is received.
|
public Builder()
ServiceInstanceHealthStatus.public ServiceInstanceHealthStatus.Builder setConnectTimestamp(java.lang.String connectTimestamp)
connectTimestamp - New value for the property.public ServiceInstanceHealthStatus.Builder setIsStale(java.lang.Boolean isStale)
isStale - New value for the property.public ServiceInstanceHealthStatus.Builder setIsSvaMuxIncompatible(java.lang.Boolean isSvaMuxIncompatible)
isSvaMuxIncompatible - New value for the property.public ServiceInstanceHealthStatus.Builder setMuxConnectedStatus(java.lang.String muxConnectedStatus)
muxConnectedStatus - New value for the property.public ServiceInstanceHealthStatus.Builder setMuxIncompatibleVersion(java.lang.String muxIncompatibleVersion)
muxIncompatibleVersion - New value for the property.public ServiceInstanceHealthStatus.Builder setSolutionStatus(java.lang.String solutionStatus)
solutionStatus - New value for the property.public ServiceInstanceHealthStatus.Builder setSolutionVersion(java.lang.String solutionVersion)
solutionVersion - New value for the property.public ServiceInstanceHealthStatus.Builder setSyncTime(java.lang.String syncTime)
syncTime - New value for the property.public ServiceInstanceHealthStatus build()