Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 860 Bytes

File metadata and controls

15 lines (13 loc) · 860 Bytes

HealthCheckResult

Properties

Name Type Description Notes
vlanMtuStatus VlanMtuStatusEnum Status of VLAN-MTU health check result; TRUNKED - all specified VLAN IDs are allowed by VLAN and MTU settings; UNTRUNKED - some/all specified VLAN IDs may be disallowed by VLAN or MTU settings; UNKNOWN - some/all health check result are unknown due to infrastructure issues. [optional]
resultsPerTransportNode List<HealthCheckResultPerTransportNode> List of health check results on specific transport node [optional]

Enum: VlanMtuStatusEnum

Name Value
TRUNKED "TRUNKED"
UNTRUNKED "UNTRUNKED"
UNKNOWN "UNKNOWN"