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