public class ExportZoneConfigRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ExportZoneConfigRequest() | 
| ExportZoneConfigRequest(ExportZoneConfigRequest 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 | 
|---|---|
| String[] | getTypes()Get It indicates exporting the type list of configuration . | 
| String | getZoneId()Get Zone ID. | 
| void | setTypes(String[] Types)Set It indicates exporting the type list of configuration . | 
| void | setZoneId(String ZoneId)Set Zone ID. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ExportZoneConfigRequest()
public ExportZoneConfigRequest(ExportZoneConfigRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Zone ID.public String[] getTypes()
public void setTypes(String[] Types)
Types - It indicates exporting the type list of configuration . If it is left blank, all types of configurations will be exported. Currently supported valid values:Copyright © 2025. All rights reserved.