VirtualMachine.UpdateStages.WithAdditionalCapacities Interface

public static interface VirtualMachine.UpdateStages.WithAdditionalCapacities

The stage of the VM update allowing to specify additional capacities.

Method Summary

Modifier and Type Method and Description
abstract Update disableHibernation()

Disables hibernation feature.

abstract Update disableUltraSsd()

Disables ultra SSD feature.

abstract Update enableHibernation()

Enables hibernation feature.

abstract Update enableUltraSsd()

Enables ultra SSD feature.

Method Details

disableHibernation

public abstract VirtualMachine.Update disableHibernation()

Disables hibernation feature. Update can only be applied when the virtual machine is stopped (deallocated).

Returns:

the next stage of the update

disableUltraSsd

public abstract VirtualMachine.Update disableUltraSsd()

Disables ultra SSD feature.

Returns:

the next stage of the update

enableHibernation

public abstract VirtualMachine.Update enableHibernation()

Enables hibernation feature. Update can only be applied when the virtual machine is stopped (deallocated).

Returns:

the next stage of the update

enableUltraSsd

public abstract VirtualMachine.Update enableUltraSsd()

Enables ultra SSD feature.

Returns:

the next stage of the update

Applies to