public class Load extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
Load()  | 
Load(Load 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 | 
|---|---|
GeoRegionsLoadItem[] | 
getGeoRegionsLoadDistribution()
Get Multi-region stress distribution. 
 | 
LoadSpec | 
getLoadSpec()
Get Load configuration. 
 | 
VpcLoadDistribution | 
getVpcLoadDistribution()
Get Stress source from vpc. 
 | 
void | 
setGeoRegionsLoadDistribution(GeoRegionsLoadItem[] GeoRegionsLoadDistribution)
Set Multi-region stress distribution. 
 | 
void | 
setLoadSpec(LoadSpec LoadSpec)
Set Load configuration. 
 | 
void | 
setVpcLoadDistribution(VpcLoadDistribution VpcLoadDistribution)
Set Stress source from vpc. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Load()
public Load(Load source)
public LoadSpec getLoadSpec()
public void setLoadSpec(LoadSpec LoadSpec)
LoadSpec - Load configuration.
Note: This field may return null, indicating that no valid value is found.public VpcLoadDistribution getVpcLoadDistribution()
public void setVpcLoadDistribution(VpcLoadDistribution VpcLoadDistribution)
VpcLoadDistribution - Stress source from vpc.
Note: This field may return null, indicating that no valid value is found.public GeoRegionsLoadItem[] getGeoRegionsLoadDistribution()
public void setGeoRegionsLoadDistribution(GeoRegionsLoadItem[] GeoRegionsLoadDistribution)
GeoRegionsLoadDistribution - Multi-region stress distribution.
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.