public class Externals extends AbstractModel
header, skipSign
Constructor and Description |
---|
Externals() |
Externals(Externals 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 |
getReleaseAddress()
Get Release Address
|
StorageBlock |
getStorageBlockAttr()
Get Specifies the HDD local storage attributes.
|
String[] |
getUnsupportNetworks()
Get Unsupported network type.
|
void |
setReleaseAddress(Boolean ReleaseAddress)
Set Release Address
|
void |
setStorageBlockAttr(StorageBlock StorageBlockAttr)
Set Specifies the HDD local storage attributes.
|
void |
setUnsupportNetworks(String[] UnsupportNetworks)
Set Unsupported network type.
|
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 Externals()
public Externals(Externals source)
public Boolean getReleaseAddress()
public void setReleaseAddress(Boolean ReleaseAddress)
ReleaseAddress
- Release Addresspublic String[] getUnsupportNetworks()
public void setUnsupportNetworks(String[] UnsupportNetworks)
UnsupportNetworks
- Unsupported network type. valid values: public StorageBlock getStorageBlockAttr()
public void setStorageBlockAttr(StorageBlock StorageBlockAttr)
StorageBlockAttr
- Specifies the HDD local storage attributes.Copyright © 2025. All rights reserved.