Class NotificationEndpoint (0.8.0)

NotificationEndpoint(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a notification endpoint. A notification endpoint resource defines an endpoint to receive notifications when there are status changes detected by the associated health check service. For more information, see Health checks overview.

Attributes

NameDescription
creation_timestamp str
[Output Only] Creation timestamp in RFC3339 text format. This field is a member of oneof_ _creation_timestamp.
description str
An optional description of this resource. Provide this property when you create the resource. This field is a member of oneof_ _description.
grpc_settings google.cloud.compute_v1.types.NotificationEndpointGrpcSettings
Settings of the gRPC notification endpoint including the endpoint URL and the retry duration. This field is a member of oneof_ _grpc_settings.
id int
[Output Only] A unique identifier for this resource type. The server generates this identifier. This field is a member of oneof_ _id.
kind str
[Output Only] Type of the resource. Always compute#notificationEndpoint for notification endpoints. This field is a member of oneof_ _kind.
name str
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. This field is a member of oneof_ _name.
region str
[Output Only] URL of the region where the notification endpoint resides. This field applies only to the regional resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. This field is a member of oneof_ _region.
self_link str
[Output Only] Server-defined URL for the resource. This field is a member of oneof_ _self_link.