Port Status Args
data class PortStatusArgs(val error: Output<String>? = null, val port: Output<Int>, val protocol: Output<String>) : ConvertibleToJava<PortStatusArgs>
PortStatus represents the error condition of a service port
PortStatus represents the error condition of a service port