Show / Hide Table of Contents

Class EthereumEndpoints

Contains endpoint information specific to Ethereum nodes.

Inheritance
object
EthereumEndpoints
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 EthereumEndpoints : IDirectResponseSchema

Properties

BeaconApiEndpoint

Output only. The assigned URL for the node's Beacon API endpoint.

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

BeaconPrometheusMetricsApiEndpoint

Output only. The assigned URL for the node's Beacon Prometheus metrics endpoint. See Prometheus Metrics for more details.

Declaration
[JsonProperty("beaconPrometheusMetricsApiEndpoint")]
public virtual string BeaconPrometheusMetricsApiEndpoint { 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

ExecutionClientPrometheusMetricsApiEndpoint

Output only. The assigned URL for the node's execution client's Prometheus metrics endpoint.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX