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 Details

    • SharedGalleryImageVersionStorageProfile

      public SharedGalleryImageVersionStorageProfile()
      Creates an instance of SharedGalleryImageVersionStorageProfile class.
  • Method Details

    • osDiskImage

      public SharedGalleryOSDiskImage osDiskImage()
      Get the osDiskImage property: This is the OS disk image.
      Returns:
      the osDiskImage value.
    • withOsDiskImage

      Set the osDiskImage property: This is the OS disk image.
      Parameters:
      osDiskImage - the osDiskImage value to set.
      Returns:
      the SharedGalleryImageVersionStorageProfile object itself.
    • dataDiskImages

      public List<SharedGalleryDataDiskImage> 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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.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.