public sealed class ConnectionStatus : IMessage<ConnectionStatus>, IEquatable<ConnectionStatus>, IDeepCloneable<ConnectionStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class ConnectionStatus.
ConnectionStatus indicates the state of the connection.
Implements
IMessageConnectionStatus, IEquatableConnectionStatus, IDeepCloneableConnectionStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
ConnectionStatus()
public ConnectionStatus()
ConnectionStatus(ConnectionStatus)
public ConnectionStatus(ConnectionStatus other)
Parameter | |
---|---|
Name | Description |
other |
ConnectionStatus |
Properties
Description
public string Description { get; set; }
Description.
Property Value | |
---|---|
Type | Description |
string |
State
public ConnectionStatus.Types.State State { get; set; }
State.
Property Value | |
---|---|
Type | Description |
ConnectionStatusTypesState |
Status
public string Status { get; set; }
Status provides detailed information for the state.
Property Value | |
---|---|
Type | Description |
string |