Cloud Controls Partner v1beta API - Class EkmConnection (1.0.0-beta02)

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

Inheritance

object > EkmConnection

Namespace

Google.Cloud.CloudControlsPartner.V1Beta

Assembly

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