SwitchValidated
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | Internal identifier of a switch |
chassis_id | str | ❌ | Unique identifier of a network switch |
port | str | ❌ | Switch entity extension for better diversity. Should be used together with chassisId. |
status | SwitchValidatedStatus | ❌ | Validation result status |
errors | List[ValidationError] | ❌ |
SwitchValidatedStatus
Validation result status
Properties
Name | Type | Required | Description |
---|---|---|---|
VALID | str | ✅ | "Valid" |
INVALID | str | ✅ | "Invalid" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs