Show / Hide Table of Contents

Class EkmConnection

Details about the EKM connection

Inheritance
object
EkmConnection
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudControlsPartnerService.v1beta.Data
Assembly: Google.Apis.CloudControlsPartnerService.v1beta.dll
Syntax
public class EkmConnection : IDirectResponseSchema

Properties

ConnectionError

The connection error that occurred if any

Declaration
[JsonProperty("connectionError")]
public virtual ConnectionError ConnectionError { get; set; }
Property Value
Type Description
ConnectionError

ConnectionName

Resource name of the EKM connection in the format: projects/{project}/locations/{location}/ekmConnections/{ekm_connection}

Declaration
[JsonProperty("connectionName")]
public virtual string ConnectionName { get; set; }
Property Value
Type Description
string

ConnectionState

Output only. The connection state

Declaration
[JsonProperty("connectionState")]
public virtual string ConnectionState { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX