GalleryOSDiskImage Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. GalleryDiskImage - com.
azure. resourcemanager. compute. models. GalleryOSDiskImage
- com.
- com.
public final class GalleryOSDiskImage
extends GalleryDiskImage
This is the OS disk image.
Constructor Summary
Constructor | Description |
---|---|
GalleryOSDiskImage() |
Creates an instance of Gallery |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Gallery |
fromJson(JsonReader jsonReader)
Reads an instance of Gallery |
Integer |
sizeInGB()
Get the size |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Gallery |
withHostCaching(HostCaching hostCaching)
Set the host |
Gallery |
withSource(GalleryDiskImageSource source)
Set the source property: The source for the disk image. |
Methods inherited from GalleryDiskImage
Methods inherited from java.lang.Object
Constructor Details
GalleryOSDiskImage
public GalleryOSDiskImage()
Creates an instance of GalleryOSDiskImage class.
Method Details
fromJson
public static GalleryOSDiskImage fromJson(JsonReader jsonReader)
Reads an instance of GalleryOSDiskImage from the JsonReader.
Parameters:
Returns:
Throws:
sizeInGB
public Integer sizeInGB()
Get the sizeInGB property: This property indicates the size of the VHD to be created.
Overrides:
GalleryOSDiskImage.sizeInGB()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
GalleryOSDiskImage.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
GalleryOSDiskImage.validate()withHostCaching
public GalleryOSDiskImage withHostCaching(HostCaching hostCaching)
Set the hostCaching property: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'.
Overrides:
GalleryOSDiskImage.withHostCaching(HostCaching hostCaching)Parameters:
withSource
public GalleryOSDiskImage withSource(GalleryDiskImageSource source)
Set the source property: The source for the disk image.
Overrides:
GalleryOSDiskImage.withSource(GalleryDiskImageSource source)Parameters:
Applies to
Azure SDK for Java