public class DescribeConfigResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeConfigResponse() |
DescribeConfigResponse(DescribeConfigResponse 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 |
---|---|
Boolean |
getDefaultIPDirect()
Get Default IP direct access, used in scenarios with direct access parameters such as module creation and virtual machine purchase.
|
ImageLimitConfig |
getImageLimits()
Get Image quota information.
|
String[] |
getImageWhiteSet()
Get Image OS allowlist.
|
InstanceNetworkLimitConfig[] |
getInstanceNetworkLimitConfigs()
Get Network quota information.
|
NetworkStorageRange |
getNetworkStorageRange()
Get Range of the network bandwidth disk size.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setDefaultIPDirect(Boolean DefaultIPDirect)
Set Default IP direct access, used in scenarios with direct access parameters such as module creation and virtual machine purchase.
|
void |
setImageLimits(ImageLimitConfig ImageLimits)
Set Image quota information.
|
void |
setImageWhiteSet(String[] ImageWhiteSet)
Set Image OS allowlist.
|
void |
setInstanceNetworkLimitConfigs(InstanceNetworkLimitConfig[] InstanceNetworkLimitConfigs)
Set Network quota information.
|
void |
setNetworkStorageRange(NetworkStorageRange NetworkStorageRange)
Set Range of the network bandwidth disk size.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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, toJsonString
public DescribeConfigResponse()
public DescribeConfigResponse(DescribeConfigResponse source)
public NetworkStorageRange getNetworkStorageRange()
public void setNetworkStorageRange(NetworkStorageRange NetworkStorageRange)
NetworkStorageRange
- Range of the network bandwidth disk size.public String[] getImageWhiteSet()
public void setImageWhiteSet(String[] ImageWhiteSet)
ImageWhiteSet
- Image OS allowlist.
Note: this field may return null, indicating that no valid values can be obtained.public InstanceNetworkLimitConfig[] getInstanceNetworkLimitConfigs()
public void setInstanceNetworkLimitConfigs(InstanceNetworkLimitConfig[] InstanceNetworkLimitConfigs)
InstanceNetworkLimitConfigs
- Network quota information.
Note: this field may return null, indicating that no valid values can be obtained.public ImageLimitConfig getImageLimits()
public void setImageLimits(ImageLimitConfig ImageLimits)
ImageLimits
- Image quota information.
Note: this field may return null, indicating that no valid values can be obtained.public Boolean getDefaultIPDirect()
public void setDefaultIPDirect(Boolean DefaultIPDirect)
DefaultIPDirect
- Default IP direct access, used in scenarios with direct access parameters such as module creation and virtual machine purchase.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.