Class EthereumEndpoints
Contains endpoint information specific to Ethereum nodes.
Implements
Inherited Members
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 |