public sealed class EkmConnection : IMessage<EkmConnection>, IEquatable<EkmConnection>, IDeepCloneable<EkmConnection>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1beta API class EkmConnection.
Details about the EKM connection
Implements
IMessageEkmConnection, IEquatableEkmConnection, IDeepCloneableEkmConnection, IBufferMessage, IMessageNamespace
Google.Cloud.CloudControlsPartner.V1BetaAssembly
Google.Cloud.CloudControlsPartner.V1Beta.dll
Constructors
EkmConnection()
public EkmConnection()
EkmConnection(EkmConnection)
public EkmConnection(EkmConnection other)
Parameter | |
---|---|
Name | Description |
other |
EkmConnection |
Properties
ConnectionError
public EkmConnection.Types.ConnectionError ConnectionError { get; set; }
The connection error that occurred if any
Property Value | |
---|---|
Type | Description |
EkmConnectionTypesConnectionError |
ConnectionName
public string ConnectionName { get; set; }
Resource name of the EKM connection in the format: projects/{project}/locations/{location}/ekmConnections/{ekm_connection}
Property Value | |
---|---|
Type | Description |
string |
ConnectionState
public EkmConnection.Types.ConnectionState ConnectionState { get; set; }
Output only. The connection state
Property Value | |
---|---|
Type | Description |
EkmConnectionTypesConnectionState |