Class ExclusiveCluster
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.clb.v20180317.models.ExclusiveCluster
-
public class ExclusiveCluster extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ExclusiveCluster()ExclusiveCluster(ExclusiveCluster 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterItemgetClassicalCluster()Get vpcgw集群 注意:此字段可能返回 null,表示取不到有效值。ClusterItem[]getL4Clusters()Get 4层独占集群列表 注意:此字段可能返回 null,表示取不到有效值。ClusterItem[]getL7Clusters()Get 7层独占集群列表 注意:此字段可能返回 null,表示取不到有效值。voidsetClassicalCluster(ClusterItem ClassicalCluster)Set vpcgw集群 注意:此字段可能返回 null,表示取不到有效值。voidsetL4Clusters(ClusterItem[] L4Clusters)Set 4层独占集群列表 注意:此字段可能返回 null,表示取不到有效值。voidsetL7Clusters(ClusterItem[] L7Clusters)Set 7层独占集群列表 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ExclusiveCluster
public ExclusiveCluster()
-
ExclusiveCluster
public ExclusiveCluster(ExclusiveCluster 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.
-
-
Method Detail
-
getL4Clusters
public ClusterItem[] getL4Clusters()
Get 4层独占集群列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- L4Clusters 4层独占集群列表 注意:此字段可能返回 null,表示取不到有效值。
-
setL4Clusters
public void setL4Clusters(ClusterItem[] L4Clusters)
Set 4层独占集群列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
L4Clusters- 4层独占集群列表 注意:此字段可能返回 null,表示取不到有效值。
-
getL7Clusters
public ClusterItem[] getL7Clusters()
Get 7层独占集群列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- L7Clusters 7层独占集群列表 注意:此字段可能返回 null,表示取不到有效值。
-
setL7Clusters
public void setL7Clusters(ClusterItem[] L7Clusters)
Set 7层独占集群列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
L7Clusters- 7层独占集群列表 注意:此字段可能返回 null,表示取不到有效值。
-
getClassicalCluster
public ClusterItem getClassicalCluster()
Get vpcgw集群 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ClassicalCluster vpcgw集群 注意:此字段可能返回 null,表示取不到有效值。
-
setClassicalCluster
public void setClassicalCluster(ClusterItem ClassicalCluster)
Set vpcgw集群 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ClassicalCluster- vpcgw集群 注意:此字段可能返回 null,表示取不到有效值。
-
-