Struct google_api_proto::google::cloud::kms::v1::EkmConnection
source · pub struct EkmConnection {
pub name: String,
pub create_time: Option<Timestamp>,
pub service_resolvers: Vec<ServiceResolver>,
pub etag: String,
pub key_management_mode: i32,
pub crypto_space_path: String,
}
Expand description
An [EkmConnection][google.cloud.kms.v1.EkmConnection] represents an individual EKM connection. It can be used for creating [CryptoKeys][google.cloud.kms.v1.CryptoKey] and [CryptoKeyVersions][google.cloud.kms.v1.CryptoKeyVersion] with a [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of [EXTERNAL_VPC][CryptoKeyVersion.ProtectionLevel.EXTERNAL_VPC], as well as performing cryptographic operations using keys created within the [EkmConnection][google.cloud.kms.v1.EkmConnection].
Fields§
§name: String
Output only. The resource name for the
[EkmConnection][google.cloud.kms.v1.EkmConnection] in the format
projects/*/locations/*/ekmConnections/*
.
create_time: Option<Timestamp>
Output only. The time at which the [EkmConnection][google.cloud.kms.v1.EkmConnection] was created.
service_resolvers: Vec<ServiceResolver>
A list of [ServiceResolvers][google.cloud.kms.v1.EkmConnection.ServiceResolver] where the EKM can be reached. There should be one ServiceResolver per EKM replica. Currently, only a single [ServiceResolver][google.cloud.kms.v1.EkmConnection.ServiceResolver] is supported.
etag: String
Optional. Etag of the currently stored [EkmConnection][google.cloud.kms.v1.EkmConnection].
key_management_mode: i32
Optional. Describes who can perform control plane operations on the EKM. If unset, this defaults to [MANUAL][google.cloud.kms.v1.EkmConnection.KeyManagementMode.MANUAL].
crypto_space_path: String
Optional. Identifies the EKM Crypto Space that this [EkmConnection][google.cloud.kms.v1.EkmConnection] maps to. Note: This field is required if [KeyManagementMode][google.cloud.kms.v1.EkmConnection.KeyManagementMode] is [CLOUD_KMS][google.cloud.kms.v1.EkmConnection.KeyManagementMode.CLOUD_KMS].
Implementations§
source§impl EkmConnection
impl EkmConnection
sourcepub fn key_management_mode(&self) -> KeyManagementMode
pub fn key_management_mode(&self) -> KeyManagementMode
Returns the enum value of key_management_mode
, or the default if the field is set to an invalid enum value.
sourcepub fn set_key_management_mode(&mut self, value: KeyManagementMode)
pub fn set_key_management_mode(&mut self, value: KeyManagementMode)
Sets key_management_mode
to the provided enum value.
Trait Implementations§
source§impl Clone for EkmConnection
impl Clone for EkmConnection
source§fn clone(&self) -> EkmConnection
fn clone(&self) -> EkmConnection
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for EkmConnection
impl Debug for EkmConnection
source§impl Default for EkmConnection
impl Default for EkmConnection
source§impl Message for EkmConnection
impl Message for EkmConnection
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for EkmConnection
impl PartialEq for EkmConnection
source§fn eq(&self, other: &EkmConnection) -> bool
fn eq(&self, other: &EkmConnection) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for EkmConnection
Auto Trait Implementations§
impl Freeze for EkmConnection
impl RefUnwindSafe for EkmConnection
impl Send for EkmConnection
impl Sync for EkmConnection
impl Unpin for EkmConnection
impl UnwindSafe for EkmConnection
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request