Class StorageProfileUpdate


  • public final class StorageProfileUpdate
    extends Object
    Defines the resource properties.
    • Constructor Detail

      • StorageProfileUpdate

        public StorageProfileUpdate()
    • Method Detail

      • disks

        public List<VirtualDiskUpdate> disks()
        Get the disks property: Gets or sets the list of virtual disks associated with the virtual machine.
        Returns:
        the disks value.
      • withDisks

        public StorageProfileUpdate withDisks​(List<VirtualDiskUpdate> disks)
        Set the disks property: Gets or sets the list of virtual disks associated with the virtual machine.
        Parameters:
        disks - the disks value to set.
        Returns:
        the StorageProfileUpdate object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.