Uses of Class
com.tencentcloudapi.clb.v20180317.models.ClusterItem
-
Packages that use ClusterItem Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of ClusterItem in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return ClusterItem Modifier and Type Method Description ClusterItemExclusiveCluster. getClassicalCluster()Get vpcgw集群 注意:此字段可能返回 null,表示取不到有效值。ClusterItem[]ExclusiveCluster. getL4Clusters()Get 4层独占集群列表 注意:此字段可能返回 null,表示取不到有效值。ClusterItem[]ExclusiveCluster. getL7Clusters()Get 7层独占集群列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type ClusterItem Modifier and Type Method Description voidExclusiveCluster. setClassicalCluster(ClusterItem ClassicalCluster)Set vpcgw集群 注意:此字段可能返回 null,表示取不到有效值。voidExclusiveCluster. setL4Clusters(ClusterItem[] L4Clusters)Set 4层独占集群列表 注意:此字段可能返回 null,表示取不到有效值。voidExclusiveCluster. setL7Clusters(ClusterItem[] L7Clusters)Set 7层独占集群列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type ClusterItem Constructor Description ClusterItem(ClusterItem 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.
-