Class SharedGalleryImageVersionStorageProfile
java.lang.Object
com.azure.resourcemanager.compute.models.SharedGalleryImageVersionStorageProfile
- All Implemented Interfaces:
com.azure.json.JsonSerializable<SharedGalleryImageVersionStorageProfile>
public final class SharedGalleryImageVersionStorageProfile
extends Object
implements com.azure.json.JsonSerializable<SharedGalleryImageVersionStorageProfile>
This is the storage profile of a Gallery Image Version.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SharedGalleryImageVersionStorageProfile class. -
Method Summary
Modifier and TypeMethodDescriptionGet the dataDiskImages property: A list of data disk images.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharedGalleryImageVersionStorageProfile from the JsonReader.Get the osDiskImage property: This is the OS disk image.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.withDataDiskImages(List<SharedGalleryDataDiskImage> dataDiskImages) Set the dataDiskImages property: A list of data disk images.withOsDiskImage(SharedGalleryOSDiskImage osDiskImage) Set the osDiskImage property: This is the OS disk image.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
SharedGalleryImageVersionStorageProfile
public SharedGalleryImageVersionStorageProfile()Creates an instance of SharedGalleryImageVersionStorageProfile class.
-
-
Method Details
-
osDiskImage
Get the osDiskImage property: This is the OS disk image.- Returns:
- the osDiskImage value.
-
dataDiskImages
Get the dataDiskImages property: A list of data disk images.- Returns:
- the dataDiskImages value.
-
withDataDiskImages
public SharedGalleryImageVersionStorageProfile withDataDiskImages(List<SharedGalleryDataDiskImage> dataDiskImages) Set the dataDiskImages property: A list of data disk images.- Parameters:
dataDiskImages- the dataDiskImages value to set.- Returns:
- the SharedGalleryImageVersionStorageProfile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<SharedGalleryImageVersionStorageProfile>- Throws:
IOException
-
fromJson
public static SharedGalleryImageVersionStorageProfile fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of SharedGalleryImageVersionStorageProfile from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of SharedGalleryImageVersionStorageProfile if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the SharedGalleryImageVersionStorageProfile.
-