Package com.ibm.cloud.is.vpc.v1.model
Class ImageFile
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.ImageFile
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ImageFile extends com.ibm.cloud.sdk.core.service.model.GenericModel
ImageFile.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageFileChecksums
getChecksums()
Gets the checksums.Long
getSize()
Gets the size.
-
-
-
Method Detail
-
getChecksums
public ImageFileChecksums getChecksums()
Gets the checksums. Checksums for this image file. This property may be absent if the associated image has a `status` of `pending` or `failed`.- Returns:
- the checksums
-
getSize
public Long getSize()
Gets the size. The size of the stored image file rounded up to the next gigabyte. This property may be absent if the associated image has a `status` of `pending` or `failed`.- Returns:
- the size
-
-