VirtualMachine.UpdateStages.WithSecurityFeatures Interface

public static interface VirtualMachine.UpdateStages.WithSecurityFeatures

The stage of the VM update allowing to change security features.

Method Summary

Modifier and Type Method and Description
abstract Update withSecureBoot()

Enables secure boot feature.

abstract Update withVTpm()

Enables vTPM feature.

abstract Update withoutSecureBoot()

Disables secure boot feature.

abstract Update withoutVTpm()

Disables vTPM feature.

Method Details

withSecureBoot

public abstract VirtualMachine.Update withSecureBoot()

Enables secure boot feature.

Your VM's security type should be set in order to enable this feature. After changing security features, a restart is required for your VM to take effect.

Returns:

the next stage of the update

withVTpm

public abstract VirtualMachine.Update withVTpm()

Enables vTPM feature.

Your VM's security type should be set in order to enable this feature. After changing security features, a restart is required for your VM to take effect.

Returns:

the next stage of the update

withoutSecureBoot

public abstract VirtualMachine.Update withoutSecureBoot()

Disables secure boot feature.

After changing security features, a restart is required for your VM to take effect.

Returns:

the next stage of the update

withoutVTpm

public abstract VirtualMachine.Update withoutVTpm()

Disables vTPM feature.

After changing security features, a restart is required for your VM to take effect.

Returns:

the next stage of the update

Applies to