Uses of Class
com.tencentcloudapi.ecm.v20190719.models.CreateRouteTableRequest
-
Packages that use CreateRouteTableRequest Package Description com.tencentcloudapi.ecm.v20190719 com.tencentcloudapi.ecm.v20190719.models -
-
Uses of CreateRouteTableRequest in com.tencentcloudapi.ecm.v20190719
Methods in com.tencentcloudapi.ecm.v20190719 with parameters of type CreateRouteTableRequest Modifier and Type Method Description CreateRouteTableResponse
EcmClient. CreateRouteTable(CreateRouteTableRequest req)
创建了VPC后,系统会创建一个默认路由表,所有新建的子网都会关联到默认路由表。默认情况下您可以直接使用默认路由表来管理您的路由策略。当您的路由策略较多时,您可以调用创建路由表接口创建更多路由表管理您的路由策略。 -
Uses of CreateRouteTableRequest in com.tencentcloudapi.ecm.v20190719.models
Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type CreateRouteTableRequest Constructor Description CreateRouteTableRequest(CreateRouteTableRequest 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.
-