public class ExclusiveCluster extends AbstractModel
| Constructor and Description | 
|---|
| ExclusiveCluster() | 
| 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 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 © 2020. All rights reserved.