public sealed class EkmConnection : IMessage<EkmConnection>, IEquatable<EkmConnection>, IDeepCloneable<EkmConnection>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Key Management Service v1 API class EkmConnection.
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].
Implements
IMessage<EkmConnection>, IEquatable<EkmConnection>, IDeepCloneable<EkmConnection>, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
EkmConnection()
public EkmConnection()EkmConnection(EkmConnection)
public EkmConnection(EkmConnection other)| Parameter | |
|---|---|
| Name | Description |
other |
EkmConnection |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time at which the [EkmConnection][google.cloud.kms.v1.EkmConnection] was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EkmConnectionName
public EkmConnectionName EkmConnectionName { get; set; }EkmConnectionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EkmConnectionName |
|
Etag
public string Etag { get; set; }Optional. Etag of the currently stored [EkmConnection][google.cloud.kms.v1.EkmConnection].
| Property Value | |
|---|---|
| Type | Description |
String |
|
Name
public string Name { get; set; }Output only. The resource name for the
[EkmConnection][google.cloud.kms.v1.EkmConnection] in the format
projects/*/locations/*/ekmConnections/*.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ServiceResolvers
public RepeatedField<EkmConnection.Types.ServiceResolver> ServiceResolvers { get; }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.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<EkmConnection.Types.ServiceResolver> |
|