Share via


PrivateCloud.DefinitionStages.WithEncryption Interface

public static interface PrivateCloud.DefinitionStages.WithEncryption

The stage of the PrivateCloud definition allowing to specify encryption.

Method Summary

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

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

Method Details

withEncryption

public abstract PrivateCloud.DefinitionStages.WithCreate 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