tencentcloud-sdk-nodejs-vpc 4.1.244 → 4.1.254
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -8069,41 +8069,49 @@ export interface ModifyTrafficMirrorFilterRulesRequest {
|
|
|
8069
8069
|
EgressFilterRules?: Array<TrafficMirrorFilter>;
|
|
8070
8070
|
}
|
|
8071
8071
|
/**
|
|
8072
|
-
*
|
|
8072
|
+
* 云联网策略路由匹配规则
|
|
8073
8073
|
*/
|
|
8074
8074
|
export interface CcnPolicyBasedRoutingRule {
|
|
8075
8075
|
/**
|
|
8076
|
-
*
|
|
8076
|
+
* <p>策略路由下一跳ID</p>
|
|
8077
8077
|
*/
|
|
8078
8078
|
PolicyBasedRoutingNextHopId: string;
|
|
8079
8079
|
/**
|
|
8080
|
-
*
|
|
8080
|
+
* <p>实例类型[VPC,DIRECTCONNECT,VPNGW]</p>
|
|
8081
8081
|
*/
|
|
8082
8082
|
InstanceType: string;
|
|
8083
8083
|
/**
|
|
8084
|
-
*
|
|
8084
|
+
* <p>实例ID</p>
|
|
8085
8085
|
*/
|
|
8086
8086
|
InstanceId: string;
|
|
8087
8087
|
/**
|
|
8088
|
-
*
|
|
8088
|
+
* <p>源地址CIDR</p>
|
|
8089
8089
|
*/
|
|
8090
8090
|
SourceCidrBlock: string;
|
|
8091
8091
|
/**
|
|
8092
|
-
*
|
|
8092
|
+
* <p>目的地址CIDR</p>
|
|
8093
8093
|
*/
|
|
8094
8094
|
DestinationCidrBlock: string;
|
|
8095
8095
|
/**
|
|
8096
|
-
*
|
|
8096
|
+
* <p>优先级</p>
|
|
8097
8097
|
*/
|
|
8098
8098
|
Priority: number;
|
|
8099
8099
|
/**
|
|
8100
|
-
*
|
|
8100
|
+
* <p>描述</p>
|
|
8101
8101
|
*/
|
|
8102
8102
|
Description?: string;
|
|
8103
8103
|
/**
|
|
8104
|
-
*
|
|
8104
|
+
* <p>策略路由匹配策略ID</p>
|
|
8105
8105
|
*/
|
|
8106
8106
|
PolicyBasedRoutingRuleId?: string;
|
|
8107
|
+
/**
|
|
8108
|
+
* <p>目的端实例ID</p><p>枚举值:</p><ul><li>VPC: 私有网络</li></ul>
|
|
8109
|
+
*/
|
|
8110
|
+
DestinationInstanceType?: string;
|
|
8111
|
+
/**
|
|
8112
|
+
* <p>目的端实例ID</p>
|
|
8113
|
+
*/
|
|
8114
|
+
DestinationInstanceId?: string;
|
|
8107
8115
|
}
|
|
8108
8116
|
/**
|
|
8109
8117
|
* ModifyVpcEndPointServiceAttribute返回参数结构体
|