TransparentDataEncryption.UpdateStages.WithStatus Interface

public static interface TransparentDataEncryption.UpdateStages.WithStatus

The stage of the TransparentDataEncryption update allowing to specify status.

Method Summary

Modifier and Type Method and Description
abstract Update withStatus(TransparentDataEncryptionStatus status)

Specifies the status property: The status of the database transparent data encryption..

Method Details

withStatus

public abstract TransparentDataEncryption.Update withStatus(TransparentDataEncryptionStatus status)

Specifies the status property: The status of the database transparent data encryption..

Parameters:

status - The status of the database transparent data encryption.

Returns:

the next definition stage.

Applies to