PrivateCloud.UpdateStages.WithEncryption Interface

public static interface PrivateCloud.UpdateStages.WithEncryption

The stage of the PrivateCloud update allowing to specify encryption.

Method Summary

Modifier and Type Method and Description
abstract Update withEncryption(Encryption encryption)

Specifies the encryption property: Customer managed key encryption, can be enabled or disabled.

Method Details

withEncryption

public abstract PrivateCloud.Update withEncryption(Encryption encryption)

Specifies the encryption property: Customer managed key encryption, can be enabled or disabled.

Parameters:

encryption - Customer managed key encryption, can be enabled or disabled.

Returns:

the next definition stage.

Applies to