Uses of Class
com.tencentcloudapi.tdmq.v20200217.models.VpcConfig
-
Packages that use VpcConfig Package Description com.tencentcloudapi.tdmq.v20200217.models -
-
Uses of VpcConfig in com.tencentcloudapi.tdmq.v20200217.models
Methods in com.tencentcloudapi.tdmq.v20200217.models that return VpcConfig Modifier and Type Method Description VpcConfig[]RocketMQClusterInfo. getVpcs()Get VPC信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tdmq.v20200217.models with parameters of type VpcConfig Modifier and Type Method Description voidRocketMQClusterInfo. setVpcs(VpcConfig[] Vpcs)Set VPC信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tdmq.v20200217.models with parameters of type VpcConfig Constructor Description VpcConfig(VpcConfig 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.
-