Class DiskInstanceView

java.lang.Object
com.microsoft.azure.management.compute.DiskInstanceView

public class DiskInstanceView extends Object
The instance view of the disk.
  • Constructor Details

    • DiskInstanceView

      public DiskInstanceView()
  • Method Details

    • name

      public String name()
      Get the disk name.
      Returns:
      the name value
    • withName

      public DiskInstanceView withName(String name)
      Set the disk name.
      Parameters:
      name - the name value to set
      Returns:
      the DiskInstanceView object itself.
    • encryptionSettings

      public List<DiskEncryptionSettings> encryptionSettings()
      Get specifies the encryption settings for the OS Disk. <br><br> Minimum api-version: 2015-06-15.
      Returns:
      the encryptionSettings value
    • withEncryptionSettings

      public DiskInstanceView withEncryptionSettings(List<DiskEncryptionSettings> encryptionSettings)
      Set specifies the encryption settings for the OS Disk. <br><br> Minimum api-version: 2015-06-15.
      Parameters:
      encryptionSettings - the encryptionSettings value to set
      Returns:
      the DiskInstanceView object itself.
    • statuses

      public List<InstanceViewStatus> statuses()
      Get the resource status information.
      Returns:
      the statuses value
    • withStatuses

      public DiskInstanceView withStatuses(List<InstanceViewStatus> statuses)
      Set the resource status information.
      Parameters:
      statuses - the statuses value to set
      Returns:
      the DiskInstanceView object itself.