public class ManagementConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ManagementConfig() | 
| ManagementConfig(ManagementConfig 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[] | getHosts()Get hosts configuration
Note: This field may return "null", indicating that no valid value can be obtained. | 
| String[] | getKernelArgs()Get Kernel parameter configuration
Note: This field may return "null", indicating that no valid value can be obtained. | 
| String[] | getNameservers()Get dns configuration
Note: This field may return "null", indicating that no valid value can be obtained. | 
| void | setHosts(String[] Hosts)Set hosts configuration
Note: This field may return "null", indicating that no valid value can be obtained. | 
| void | setKernelArgs(String[] KernelArgs)Set Kernel parameter configuration
Note: This field may return "null", indicating that no valid value can be obtained. | 
| void | setNameservers(String[] Nameservers)Set dns configuration
Note: This field may return "null", indicating that no valid value can be obtained. | 
| 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 ManagementConfig()
public ManagementConfig(ManagementConfig source)
public String[] getNameservers()
public void setNameservers(String[] Nameservers)
Nameservers - dns configuration
Note: This field may return "null", indicating that no valid value can be obtained.public String[] getHosts()
public void setHosts(String[] Hosts)
Hosts - hosts configuration
Note: This field may return "null", indicating that no valid value can be obtained.public String[] getKernelArgs()
public void setKernelArgs(String[] KernelArgs)
KernelArgs - Kernel parameter configuration
Note: This field may return "null", indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.