Interface LocationMetadataOrBuilder (2.86.0)

public interface LocationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEkmAvailable()

public abstract boolean getEkmAvailable()

Indicates whether CryptoKeys with protection_level EXTERNAL can be created in this location.

bool ekm_available = 2;

Returns
Type Description
boolean

The ekmAvailable.

getHsmAvailable()

public abstract boolean getHsmAvailable()

Indicates whether CryptoKeys with protection_level HSM can be created in this location.

bool hsm_available = 1;

Returns
Type Description
boolean

The hsmAvailable.

getHsmSingleTenantAvailable()

public abstract boolean getHsmSingleTenantAvailable()

Indicates whether CryptoKeys with protection_level HSM_SINGLE_TENANT can be created in this location.

bool hsm_single_tenant_available = 3;

Returns
Type Description
boolean

The hsmSingleTenantAvailable.