public class ImageOsList extends AbstractModel
Constructor and Description |
---|
ImageOsList() |
Modifier and Type | Method and Description |
---|---|
String[] |
getLinux()
Get Supported Linux OS
Note: This field may return null, indicating that no valid value is found.
|
String[] |
getWindows()
Get Supported Windows OS
Note: This field may return null, indicating that no valid value is found.
|
void |
setLinux(String[] Linux)
Set Supported Linux OS
Note: This field may return null, indicating that no valid value is found.
|
void |
setWindows(String[] Windows)
Set Supported Windows OS
Note: This field may return null, indicating that no valid value is found.
|
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, toJsonString
public String[] getWindows()
public void setWindows(String[] Windows)
Windows
- Supported Windows OS
Note: This field may return null, indicating that no valid value is found.public String[] getLinux()
public void setLinux(String[] Linux)
Linux
- Supported Linux OS
Note: This field may return null, indicating that no valid value is found.Copyright © 2020. All rights reserved.