Package | Description |
---|---|
com.tencentcloudapi.ecm.v20190719.models |
Modifier and Type | Method and Description |
---|---|
Image |
Module.getDefaultImage()
Get Default image.
|
Image |
Instance.getImage()
Get Information of the image currently used by the instance.
|
Image[] |
Snapshot.getImages()
Get List of images associated with the snapshot.
|
Image[] |
DescribeImageResponse.getImageSet()
Get Image array
Note: this field may return null, indicating that no valid values can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
Module.setDefaultImage(Image DefaultImage)
Set Default image.
|
void |
Instance.setImage(Image Image)
Set Information of the image currently used by the instance.
|
void |
Snapshot.setImages(Image[] Images)
Set List of images associated with the snapshot.
|
void |
DescribeImageResponse.setImageSet(Image[] ImageSet)
Set Image array
Note: this field may return null, indicating that no valid values can be obtained.
|
Constructor and Description |
---|
Image(Image 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.
|
Copyright © 2023. All rights reserved.