public class ImageInstance extends AbstractModel
header, skipSign
Constructor and Description |
---|
ImageInstance() |
ImageInstance(ImageInstance 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 |
getAlias()
Get Image alias
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getImageId()
Get Image ID
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getOsCustomizeType()
Get Container image tag, **DOCKER_CUSTOMIZE** (container customized tag), **GENERAL** (general tag, default value)
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getOsName()
Get Operating system name
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setAlias(String Alias)
Set Image alias
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setImageId(String ImageId)
Set Image ID
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setOsCustomizeType(String OsCustomizeType)
Set Container image tag, **DOCKER_CUSTOMIZE** (container customized tag), **GENERAL** (general tag, default value)
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setOsName(String OsName)
Set Operating system name
Note: this field may return null, indicating that no valid values 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, toJsonString
public ImageInstance()
public ImageInstance(ImageInstance source)
public String getAlias()
public void setAlias(String Alias)
Alias
- Image alias
Note: this field may return null, indicating that no valid values can be obtained.public String getOsName()
public void setOsName(String OsName)
OsName
- Operating system name
Note: this field may return null, indicating that no valid values can be obtained.public String getImageId()
public void setImageId(String ImageId)
ImageId
- Image ID
Note: this field may return null, indicating that no valid values can be obtained.public String getOsCustomizeType()
public void setOsCustomizeType(String OsCustomizeType)
OsCustomizeType
- Container image tag, **DOCKER_CUSTOMIZE** (container customized tag), **GENERAL** (general tag, default value)
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.