Class ConnectionInfo
The connection information through which to interact with a blockchain node.
Implements
Inherited Members
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 |