Show / Hide Table of Contents

Class ConnectionInfo

The connection information through which to interact with a blockchain node.

Inheritance
object
ConnectionInfo
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.BlockchainNodeEngine.v1.Data
Assembly: Google.Apis.BlockchainNodeEngine.v1.dll
Syntax
public class ConnectionInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EndpointInfo

Output only. The endpoint information through which to interact with a blockchain node.

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

ServiceAttachment

Output only. A service attachment that exposes a node, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX