NodeStatus type
NodeStatus에 대한 값을 정의합니다. 가능한 값은 'Invalid', 'Up', 'Down', 'Enabling', 'Disabling', 'Disabled', 'Unknown', 'Removed'입니다.
type NodeStatus =
| "Invalid"
| "Up"
| "Down"
| "Enabling"
| "Disabling"
| "Disabled"
| "Unknown"
| "Removed"