Show / Hide Table of Contents

Class NotificationEndpointGrpcSettings

Represents a gRPC setting that describes one gRPC notification endpoint and the retry duration attempting to send notification to this endpoint.

Inheritance
object
NotificationEndpointGrpcSettings
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class NotificationEndpointGrpcSettings : IDirectResponseSchema

Properties

Authority

Optional. If specified, this field is used to set the authority header by the sender of notifications. See https://tools.ietf.org/html/rfc7540#section-8.1.2.3

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

Endpoint

Endpoint to which gRPC notifications are sent. This must be a valid gRPCLB DNS name.

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

PayloadName

Optional. If specified, this field is used to populate the "name" field in gRPC requests.

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

ResendInterval

Optional. This field is used to configure how often to send a full update of all non-healthy backends. If unspecified, full updates are not sent. If specified, must be in the range between 600 seconds to 3600 seconds. Nanos are disallowed. Can only be set for regional notification endpoints.

Declaration
[JsonProperty("resendInterval")]
public virtual Duration ResendInterval { get; set; }
Property Value
Type Description
Duration

RetryDurationSec

How much time (in seconds) is spent attempting notification retries until a successful response is received. Default is 30s. Limit is 20m (1200s). Must be a positive number.

Declaration
[JsonProperty("retryDurationSec")]
public virtual long? RetryDurationSec { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX