Class GalleryImageStatusResponseDownloadStatus
- java.lang.Object
-
- com.pulumi.azurenative.azurestackhci.outputs.GalleryImageStatusResponseDownloadStatus
-
public final class GalleryImageStatusResponseDownloadStatus extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GalleryImageStatusResponseDownloadStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GalleryImageStatusResponseDownloadStatus.Builder
builder()
static GalleryImageStatusResponseDownloadStatus.Builder
builder(GalleryImageStatusResponseDownloadStatus defaults)
java.util.Optional<java.lang.Double>
downloadSizeInMB()
-
-
-
Method Detail
-
downloadSizeInMB
public java.util.Optional<java.lang.Double> downloadSizeInMB()
- Returns:
- The downloaded sized of the image in MB
-
builder
public static GalleryImageStatusResponseDownloadStatus.Builder builder()
-
builder
public static GalleryImageStatusResponseDownloadStatus.Builder builder(GalleryImageStatusResponseDownloadStatus defaults)
-
-