LogicalDatabaseTransparentDataEncryptionInner Class

public final class LogicalDatabaseTransparentDataEncryptionInner
extends ProxyResource

A logical database transparent data encryption state.

Constructor Summary

Constructor Description
LogicalDatabaseTransparentDataEncryptionInner()

Creates an instance of LogicalDatabaseTransparentDataEncryptionInner class.

Method Summary

Modifier and Type Method and Description
static LogicalDatabaseTransparentDataEncryptionInner fromJson(JsonReader jsonReader)

Reads an instance of LogicalDatabaseTransparentDataEncryptionInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

TransparentDataEncryptionState state()

Get the state property: Specifies the state of the transparent data encryption.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

LogicalDatabaseTransparentDataEncryptionInner withState(TransparentDataEncryptionState state)

Set the state property: Specifies the state of the transparent data encryption.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

LogicalDatabaseTransparentDataEncryptionInner

public LogicalDatabaseTransparentDataEncryptionInner()

Creates an instance of LogicalDatabaseTransparentDataEncryptionInner class.

Method Details

fromJson

public static LogicalDatabaseTransparentDataEncryptionInner fromJson(JsonReader jsonReader)

Reads an instance of LogicalDatabaseTransparentDataEncryptionInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of LogicalDatabaseTransparentDataEncryptionInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

LogicalDatabaseTransparentDataEncryptionInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

LogicalDatabaseTransparentDataEncryptionInner.name()

Returns:

the name value.

state

public TransparentDataEncryptionState state()

Get the state property: Specifies the state of the transparent data encryption.

Returns:

the state value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

LogicalDatabaseTransparentDataEncryptionInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

LogicalDatabaseTransparentDataEncryptionInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withState

public LogicalDatabaseTransparentDataEncryptionInner withState(TransparentDataEncryptionState state)

Set the state property: Specifies the state of the transparent data encryption.

Parameters:

state - the state value to set.

Returns:

the LogicalDatabaseTransparentDataEncryptionInner object itself.

Applies to