static重定 内容精选 换一换
  • 创建虚拟接口CreateVirtualInterface

    vgw_id 是 String 虚拟风关连接的虚拟网关的ID route_mode 是 String 路由模式:static/bgp 缺省值:static 枚举值: static bgp bgp_asn 否 Integer 客户侧BGP邻居的AS号 最小值:1 最大值:4294967295

    来自:百科

    查看更多 →

  • 查询静态路由详情ShowStaticRoute

    GET /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes/{route_id} 表1 路径参数 参数 是否必选 参数类型 描述 project_id 是 String 项目ID

    来自:百科

    查看更多 →

  • static重定 相关内容
  • 查询虚拟接口列表ListVirtualInterfaces

    remote_gateway_ip String VIF对等体客户侧接口地址 route_mode String 路由模式:static/bgp 最大长度:255 枚举值: bgp static bgp_asn Integer BGP邻居的AS号 最小值:1 最大值:4294967295 bgp_md5

    来自:百科

    查看更多 →

  • 删除静态路由DeleteStaticRoute

    DELETE /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes/{route_id} 表1 路径参数 参数 是否必选 参数类型 描述 project_id 是 String 项目ID

    来自:百科

    查看更多 →

  • static重定 更多内容
  • 查询虚拟接口详情ShowVirtualInterface

    remote_gateway_ip String VIF对等体客户侧接口地址 route_mode String 路由模式:static/bgp 最大长度:255 枚举值: bgp static bgp_asn Integer BGP邻居的AS号 最小值:1 最大值:4294967295 bgp_md5

    来自:百科

    查看更多 →

  • 更新静态路由UpdateStaticRoute

    PUT /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes/{route_id} 表1 路径参数 参数 是否必选 参数类型 描述 project_id 是 String 项目ID

    来自:百科

    查看更多 →

  • 查询VPN连接ShowVpnConnection

    路由模式下配置在VPN网关上的tunnel接口地址。仅当style为STATIC或BGP时有效。 tunnel_peer_address String 路由模式下配置在用户侧设备上的tunnel接口地址。仅当style为STATIC或BGP时有效。 enable_nqa Boolean 功

    来自:百科

    查看更多 →

  • 查询VPN连接列表ListVpnConnections

    路由模式下配置在VPN网关上的tunnel接口地址。仅当style为STATIC或BGP时有效。 tunnel_peer_address String 路由模式下配置在用户侧设备上的tunnel接口地址。仅当style为STATIC或BGP时有效。 enable_nqa Boolean 功

    来自:百科

    查看更多 →

  • 创建虚拟接口对等体CreateVifPeer

    VIF对等体云侧接口地址 remote_gateway_ip string 否 VIF对等体客户侧接口地址 route_mode string 否 路由模式:static/bgp bgp_asn integer 否 BGP邻居的AS号 bgp_md5 string 否 BGP邻居的MD5密码 remote_ep_group

    来自:百科

    查看更多 →

  • 更新虚拟接口UpdateVirtualInterface

    remote_gateway_ip String VIF对等体客户侧接口地址 route_mode String 路由模式:static/bgp 最大长度:255 枚举值: bgp static bgp_asn Integer BGP邻居的AS号 最小值:1 最大值:4294967295 bgp_md5

    来自:百科

    查看更多 →

  • 创建静态路由CreateStaticRoute

    POST /v3/{project_id}/enterprise-router/route-tables/{route_table_id}/static-routes 表1 路径参数 参数 是否必选 参数类型 描述 project_id 是 String 项目ID route_table_id

    来自:百科

    查看更多 →

  • 创建VPN连接CreateVpnConnection

    入私网IP。 style String 否 功能说明:连接模式 取值范围: policy: 策略模式 static: 静态路由模式 bgp: bgp路由模式 默认值:static cgw_id String 是 功能说明:对端网关ID 约束:36位UUID,当VPN网关的flav

    来自:百科

    查看更多 →

  • 查询静态路由列表ListStaticRoutes

    -70efceb146f5/static-routes 响应示例 状态码: 200 OK { "routes" : [ { "id" : "9b3b38a9-1c9d-4f01-9429-81af6b545289", "type" : "static", "destination"

    来自:百科

    查看更多 →

  • JUnit是什么

    println("sum =: " + var_1 + " + " + var_2); return var_1 + var_2; } public static void main(String[] args) { System.out.println("Calculate Junit Test");

    来自:百科

    查看更多 →

  • Web漏洞靶场搭建(OWASP Benchmark)

    SecScanReader extends Reader { private static final String NUMBER_PATTERN = "BenchmarkTest(\\d+)"; private static Pattern pattern; public SecScanReader()

    来自:百科

    查看更多 →

  • Swarm如何配置

    1)为了便于区分节点,用主机名来标记节点。 manager节点执行以下命令: hostnamectl--static set-hostname manager worker节点执行以下命令: hostnamectl--static set-hostname worker[序号] [序号]表示worker的编

    来自:百科

    查看更多 →

  • CVE-2022-0847 DirtyPipe漏洞分析

    接着我们分析下pipe的使用。假设用户向分配的pipe中写入数据,在内核层就会进入函数pipe_write: // >>> fs/pipe.c:415 /* 415 */ static ssize_t /* 416 */ pipe_write(struct kiocb *iocb, struct iov_iter *from)

    来自:百科

    查看更多 →

  • 创建对端网关CreateCgw

    00 - \u9fa5)、_(下划线)、-(中划线)。 route_mode String 否 功能说明:对端网关路由模式 取值范围:static,bgp。 默认值:bgp bgp_asn Long 否 功能说明:对端网关的BGP自治域编号 取值范围:1-4294967295 默认值:65000

    来自:百科

    查看更多 →

  • 更新VPN连接UpdateVpnConnection

    路由模式下配置在VPN网关上的tunnel接口地址。仅当style为STATIC或BGP时有效。 tunnel_peer_address String 路由模式下配置在用户侧设备上的tunnel接口地址。仅当style为STATIC或BGP时有效。 enable_nqa Boolean 功

    来自:百科

    查看更多 →

  • 查询对端网关列表ListCgws

    4e00 - \u9fa5)、_(下划线)、-(中划线)。 route_mode String 功能说明:对端网关路由模式 取值范围:static,bgp。 bgp_asn Long 对端网关的BGP自治域编号。仅当route_mode为bgp时返回。 ip String 功能说明:对端网关ip地址

    来自:百科

    查看更多 →

  • 更新虚拟接口对等体UpdateVifPeer

    VIF对等体云侧接口地址 remote_gateway_ip string 否 VIF对等体客户侧接口地址 route_mode string 否 路由模式:static/bgp bgp_asn integer 否 BGP邻居的AS号 bgp_md5 string 否 BGP邻居的MD5密码 remote_ep_group

    来自:百科

    查看更多 →

共105条
看了本文的人还看了