ServerKeyInner Class

public final class ServerKeyInner
extends ProxyResource

A MySQL Server key.

Constructor Summary

Constructor Description
ServerKeyInner()

Method Summary

Modifier and Type Method and Description
OffsetDateTime creationDate()

Get the creationDate property: The key creation date.

String kind()

Get the kind property: Kind of encryption protector used to protect the key.

ServerKeyType serverKeyType()

Get the serverKeyType property: The key type like 'AzureKeyVault'.

String uri()

Get the uri property: The URI of the key.

void validate()

Validates the instance.

ServerKeyInner withServerKeyType(ServerKeyType serverKeyType)

Set the serverKeyType property: The key type like 'AzureKeyVault'.

ServerKeyInner withUri(String uri)

Set the uri property: The URI of the key.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ServerKeyInner

public ServerKeyInner()

Method Details

creationDate

public OffsetDateTime creationDate()

Get the creationDate property: The key creation date.

Returns:

the creationDate value.

kind

public String kind()

Get the kind property: Kind of encryption protector used to protect the key.

Returns:

the kind value.

serverKeyType

public ServerKeyType serverKeyType()

Get the serverKeyType property: The key type like 'AzureKeyVault'.

Returns:

the serverKeyType value.

uri

public String uri()

Get the uri property: The URI of the key.

Returns:

the uri value.

validate

public void validate()

Validates the instance.

withServerKeyType

public ServerKeyInner withServerKeyType(ServerKeyType serverKeyType)

Set the serverKeyType property: The key type like 'AzureKeyVault'.

Parameters:

serverKeyType - the serverKeyType value to set.

Returns:

the ServerKeyInner object itself.

withUri

public ServerKeyInner withUri(String uri)

Set the uri property: The URI of the key.

Parameters:

uri - the uri value to set.

Returns:

the ServerKeyInner object itself.

Applies to