ConnectivityCheckRequest interface
对 API 管理服务执行连接检查作的请求。
属性
| destination | 连接检查作目标。 |
| preferred |
要使用的 IP 版本。 目前仅支持 IPv4。 |
| protocol | 请求的协议。 可以根据此选择使用特定的协议配置。 指定的目标地址必须与此值一致。 |
| protocol |
特定于协议的配置。 |
| source | 有关连接检查源的定义。 |
属性详细信息
destination
preferredIPVersion
要使用的 IP 版本。 目前仅支持 IPv4。
preferredIPVersion?: string
属性值
string
protocol
请求的协议。 可以根据此选择使用特定的协议配置。 指定的目标地址必须与此值一致。
protocol?: string
属性值
string
protocolConfiguration
特定于协议的配置。
protocolConfiguration?: ConnectivityCheckRequestProtocolConfiguration