public class ExclusiveCluster extends AbstractModel
| Constructor and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClusterItem | 
getClassicalCluster()
Get vpcgw cluster
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
ClusterItem[] | 
getL4Clusters()
Get Layer-4 dedicated cluster list
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
ClusterItem[] | 
getL7Clusters()
Get Layer-7 dedicated cluster list
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setClassicalCluster(ClusterItem ClassicalCluster)
Set vpcgw cluster
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setL4Clusters(ClusterItem[] L4Clusters)
Set Layer-4 dedicated cluster list
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setL7Clusters(ClusterItem[] L7Clusters)
Set Layer-7 dedicated cluster list
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ExclusiveCluster()
public ExclusiveCluster(ExclusiveCluster source)
public ClusterItem[] getL4Clusters()
public void setL4Clusters(ClusterItem[] L4Clusters)
L4Clusters - Layer-4 dedicated cluster list
Note: this field may return null, indicating that no valid values can be obtained.public ClusterItem[] getL7Clusters()
public void setL7Clusters(ClusterItem[] L7Clusters)
L7Clusters - Layer-7 dedicated cluster list
Note: this field may return null, indicating that no valid values can be obtained.public ClusterItem getClassicalCluster()
public void setClassicalCluster(ClusterItem ClassicalCluster)
ClassicalCluster - vpcgw cluster
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.