Uses of Class
com.tencentcloudapi.cdc.v20201214.models.VpngwBandwidthData
-
Packages that use VpngwBandwidthData Package Description com.tencentcloudapi.cdc.v20201214.models -
-
Uses of VpngwBandwidthData in com.tencentcloudapi.cdc.v20201214.models
Methods in com.tencentcloudapi.cdc.v20201214.models that return VpngwBandwidthData Modifier and Type Method Description VpngwBandwidthData[]DescribeDedicatedClusterOverviewResponse. getVpnConnectionBandwidthData()Get vpn网关通道监控数据 注意:此字段可能返回 null,表示取不到有效值。VpngwBandwidthDataDescribeDedicatedClusterOverviewResponse. getVpngwBandwidthData()Get vpn网关监控数据 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cdc.v20201214.models with parameters of type VpngwBandwidthData Modifier and Type Method Description voidDescribeDedicatedClusterOverviewResponse. setVpnConnectionBandwidthData(VpngwBandwidthData[] VpnConnectionBandwidthData)Set vpn网关通道监控数据 注意:此字段可能返回 null,表示取不到有效值。voidDescribeDedicatedClusterOverviewResponse. setVpngwBandwidthData(VpngwBandwidthData VpngwBandwidthData)Set vpn网关监控数据 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cdc.v20201214.models with parameters of type VpngwBandwidthData Constructor Description VpngwBandwidthData(VpngwBandwidthData 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.
-