Port Status Patch
data class PortStatusPatch(val error: String? = null, val port: Int? = null, val protocol: String? = null)
PortStatus represents the error condition of a service port
PortStatus represents the error condition of a service port