public static final class BaseCompatibilityCheckResult.Builder
extends java.lang.Object
BaseCompatibilityCheckResult
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
BaseCompatibilityCheckResult . |
Modifier and Type | Method and Description |
---|---|
BaseCompatibilityCheckResult |
build() |
BaseCompatibilityCheckResult.Builder |
setLocalNsxVersion(java.lang.String localNsxVersion)
Local Site NSX version where active Global Mananger is running.
|
BaseCompatibilityCheckResult.Builder |
setNsxVersion(java.lang.String nsxVersion)
Remote Site NSX version.
|
BaseCompatibilityCheckResult.Builder |
setRtt(java.lang.Long rtt)
Round trip time to the remote Site or Global Manager from active Global Manager.
|
BaseCompatibilityCheckResult.Builder |
setRttExceeded(java.lang.Boolean rttExceeded)
Flag to indicate if RTT to remote Site exceeds the recommended limit.
|
BaseCompatibilityCheckResult.Builder |
setVersionCompatible(java.lang.Boolean versionCompatible)
Flag to indicate if remote Site NSX version is compatible with active Global
Manager.
|
public Builder()
BaseCompatibilityCheckResult
.public BaseCompatibilityCheckResult.Builder setLocalNsxVersion(java.lang.String localNsxVersion)
localNsxVersion
- New value for the property.public BaseCompatibilityCheckResult.Builder setNsxVersion(java.lang.String nsxVersion)
nsxVersion
- New value for the property.public BaseCompatibilityCheckResult.Builder setRtt(java.lang.Long rtt)
rtt
- New value for the property.public BaseCompatibilityCheckResult.Builder setRttExceeded(java.lang.Boolean rttExceeded)
rttExceeded
- New value for the property.public BaseCompatibilityCheckResult.Builder setVersionCompatible(java.lang.Boolean versionCompatible)
versionCompatible
- New value for the property.public BaseCompatibilityCheckResult build()