TransparentDataEncryption.DefinitionStages.WithStatus Interface

public static interface TransparentDataEncryption.DefinitionStages.WithStatus

The stage of the TransparentDataEncryption definition allowing to specify status.

Method Summary

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

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

Method Details

withStatus

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