public static final class HealthCheckResultPerUplink.Builder
extends java.lang.Object
HealthCheckResultPerUplink.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
HealthCheckResultPerUplink. |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckResultPerUplink |
build() |
HealthCheckResultPerUplink.Builder |
setMtuDisallowed(java.util.List<HealthCheckVlanRange> mtuDisallowed)
List of VLAN ID ranges which are allowed by VLAN settings but may be disallowed
by MTU settings.
|
HealthCheckResultPerUplink.Builder |
setUplinkName(java.lang.String uplinkName)
Name of the uplink.
|
HealthCheckResultPerUplink.Builder |
setVlanAndMtuAllowed(java.util.List<HealthCheckVlanRange> vlanAndMtuAllowed)
List of VLAN ID ranges which are allowed by VLAN and MTU settings.
|
HealthCheckResultPerUplink.Builder |
setVlanDisallowed(java.util.List<HealthCheckVlanRange> vlanDisallowed)
List of VLAN ID ranges which may be disallowed by VLAN settings.
|
public Builder()
HealthCheckResultPerUplink.public HealthCheckResultPerUplink.Builder setMtuDisallowed(java.util.List<HealthCheckVlanRange> mtuDisallowed)
mtuDisallowed - New value for the property.public HealthCheckResultPerUplink.Builder setUplinkName(java.lang.String uplinkName)
uplinkName - New value for the property.public HealthCheckResultPerUplink.Builder setVlanAndMtuAllowed(java.util.List<HealthCheckVlanRange> vlanAndMtuAllowed)
vlanAndMtuAllowed - New value for the property.public HealthCheckResultPerUplink.Builder setVlanDisallowed(java.util.List<HealthCheckVlanRange> vlanDisallowed)
vlanDisallowed - New value for the property.public HealthCheckResultPerUplink build()