Partager via


DiskVolumeEncryptionMonitor Interface

Implements

public interface DiskVolumeEncryptionMonitor
extends Refreshable<DiskVolumeEncryptionMonitor>

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

Method Summary

Modifier and Type Method and Description
abstract EncryptionStatus dataDiskStatus()

Gets data disks encryption status.

abstract Map<String,InstanceViewStatus> diskInstanceViewEncryptionStatuses()

Gets disks encryption status from instance view level.

abstract EncryptionStatus osDiskStatus()

Gets operating system disk encryption status.

abstract OperatingSystemTypes osType()

Gets operating system type of the virtual machine.

abstract String progressMessage()

Gets the encryption progress message.

abstract Mono<DiskVolumeEncryptionMonitor> refreshAsync()

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

Method Details

dataDiskStatus

public abstract EncryptionStatus dataDiskStatus()

Gets data disks encryption status.

Returns:

data disks encryption status

diskInstanceViewEncryptionStatuses

public abstract Map diskInstanceViewEncryptionStatuses()

Gets disks encryption status from instance view level.

Returns:

disks encryption status from instance view level.

osDiskStatus

public abstract EncryptionStatus osDiskStatus()

Gets operating system disk encryption status.

Returns:

operating system disk encryption status

osType

public abstract OperatingSystemTypes osType()

Gets operating system type of the virtual machine.

Returns:

operating system type of the virtual machine

progressMessage

public abstract String progressMessage()

Gets the encryption progress message.

Returns:

the encryption progress message

refreshAsync

public abstract Mono refreshAsync()

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

Returns:

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

Applies to