DiskVolumeEncryptionMonitor Interface

public interface DiskVolumeEncryptionMonitor extends Refreshable

Type that can be used to monitor encryption enable and disable status of a virtual machine.

Method Summary

Modifier and Type Method and Description
EncryptionStatus dataDiskStatus()
EncryptionStatus osDiskStatus()
OperatingSystemTypes osType()
String progressMessage()
Observable<DiskVolumeEncryptionMonitor> refreshAsync()

Inherited Members

Method Details

dataDiskStatus

public EncryptionStatus dataDiskStatus()

Returns:

data disks encryption status

osDiskStatus

public EncryptionStatus osDiskStatus()

Returns:

operating system disk encryption status

osType

public OperatingSystemTypes osType()

Returns:

operating system type of the virtual machine

progressMessage

public String progressMessage()

Returns:

the encryption progress message

refreshAsync

public Observable refreshAsync()

Overrides:

DiskVolumeEncryptionMonitor.refreshAsync()

Returns:

a representation of the deferred computation of this call returning the encryption status once the refresh is done

Applies to