| Package | Description | 
|---|---|
| com.tencentcloudapi.clb.v20180317.models | 
| Modifier and Type | Method and Description | 
|---|---|
ExclusiveCluster | 
LoadBalancer.getExclusiveCluster()
Get Private network dedicated cluster
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
ExclusiveCluster | 
CreateLoadBalancerRequest.getExclusiveCluster()
Get Exclusive cluster information. 
 | 
ExclusiveCluster | 
MigrateClassicalLoadBalancersRequest.getExclusiveCluster()
Get Exclusive cluster information 
 | 
ExclusiveCluster | 
CloneLoadBalancerRequest.getExclusiveCluster()
Get Dedicated cluster information 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LoadBalancer.setExclusiveCluster(ExclusiveCluster ExclusiveCluster)
Set Private network dedicated cluster
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
CreateLoadBalancerRequest.setExclusiveCluster(ExclusiveCluster ExclusiveCluster)
Set Exclusive cluster information. 
 | 
void | 
MigrateClassicalLoadBalancersRequest.setExclusiveCluster(ExclusiveCluster ExclusiveCluster)
Set Exclusive cluster information 
 | 
void | 
CloneLoadBalancerRequest.setExclusiveCluster(ExclusiveCluster ExclusiveCluster)
Set Dedicated cluster information 
 | 
| Constructor and Description | 
|---|
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. 
 | 
Copyright © 2023. All rights reserved.