| Package | Description |
|---|---|
| com.tencentcloudapi.vpc.v20170312.models |
| Modifier and Type | Method and Description |
|---|---|
GlobalRoute[] |
CreateGlobalRoutesRequest.getGlobalRoutes()
Get 全局路由对象。创建时必填参数: 'GatewayType','GatewayId','DestinationCidrBlock'。
|
GlobalRoute[] |
ModifyGlobalRoutesRequest.getGlobalRoutes()
Get 全局路由对象。仅支持修改:'Description',其他字段暂不支持。
|
GlobalRoute[] |
DescribeGlobalRoutesResponse.getGlobalRouteSet()
Get 全局路由对象。
|
GlobalRoute[] |
CreateGlobalRoutesResponse.getGlobalRouteSet()
Get 全局路由对象。
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateGlobalRoutesRequest.setGlobalRoutes(GlobalRoute[] GlobalRoutes)
Set 全局路由对象。创建时必填参数: 'GatewayType','GatewayId','DestinationCidrBlock'。
|
void |
ModifyGlobalRoutesRequest.setGlobalRoutes(GlobalRoute[] GlobalRoutes)
Set 全局路由对象。仅支持修改:'Description',其他字段暂不支持。
|
void |
DescribeGlobalRoutesResponse.setGlobalRouteSet(GlobalRoute[] GlobalRouteSet)
Set 全局路由对象。
|
void |
CreateGlobalRoutesResponse.setGlobalRouteSet(GlobalRoute[] GlobalRouteSet)
Set 全局路由对象。
|
| Constructor and Description |
|---|
GlobalRoute(GlobalRoute source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2025. All rights reserved.