public class Externals extends AbstractModel
| 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
Note: This field may return null, indicating that no valid value is found. | 
| StorageBlock | getStorageBlockAttr()Get Attributes of local HDD storage
Note: This field may return null, indicating that no valid value is found. | 
| String[] | getUnsupportNetworks()Get Not supported network. | 
| void | setReleaseAddress(Boolean ReleaseAddress)Set Release address
Note: This field may return null, indicating that no valid value is found. | 
| void | setStorageBlockAttr(StorageBlock StorageBlockAttr)Set Attributes of local HDD storage
Note: This field may return null, indicating that no valid value is found. | 
| void | setUnsupportNetworks(String[] UnsupportNetworks)Set Not supported network. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Externals()
public Externals(Externals source)
public Boolean getReleaseAddress()
public void setReleaseAddress(Boolean ReleaseAddress)
ReleaseAddress - Release address
Note: This field may return null, indicating that no valid value is found.public String[] getUnsupportNetworks()
public void setUnsupportNetworks(String[] UnsupportNetworks)
UnsupportNetworks - Not supported network. Value: public StorageBlock getStorageBlockAttr()
public void setStorageBlockAttr(StorageBlock StorageBlockAttr)
StorageBlockAttr - Attributes of local HDD storage
Note: This field may return null, indicating that no valid value is found.Copyright © 2021. All rights reserved.