Class: Google::Cloud::Compute::V1::NotificationEndpoint
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NotificationEndpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
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.
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::String
[Output Only] Creation timestamp in RFC3339 text format.
-
#description ⇒ ::String
An optional description of this resource.
-
#grpc_settings ⇒ ::Google::Cloud::Compute::V1::NotificationEndpointGrpcSettings
Settings of the gRPC notification endpoint including the endpoint URL and the retry duration.
-
#id ⇒ ::Integer
[Output Only] A unique identifier for this resource type.
-
#kind ⇒ ::String
[Output Only] Type of the resource.
-
#name ⇒ ::String
Name of the resource.
-
#region ⇒ ::String
[Output Only] URL of the region where the notification endpoint resides.
-
#self_link ⇒ ::String
[Output Only] Server-defined URL for the resource.
Instance Attribute Details
#creation_timestamp ⇒ ::String
Returns [Output Only] Creation timestamp in RFC3339 text format.
25423 25424 25425 25426 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25423 class NotificationEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns An optional description of this resource. Provide this property when you create the resource.
25423 25424 25425 25426 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25423 class NotificationEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#grpc_settings ⇒ ::Google::Cloud::Compute::V1::NotificationEndpointGrpcSettings
Returns Settings of the gRPC notification endpoint including the endpoint URL and the retry duration.
25423 25424 25425 25426 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25423 class NotificationEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::Integer
Returns [Output Only] A unique identifier for this resource type. The server generates this identifier.
25423 25424 25425 25426 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25423 class NotificationEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns [Output Only] Type of the resource. Always compute#notificationEndpoint for notification endpoints.
25423 25424 25425 25426 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25423 class NotificationEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns 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.
25423 25424 25425 25426 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25423 class NotificationEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns [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.
25423 25424 25425 25426 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25423 class NotificationEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#self_link ⇒ ::String
Returns [Output Only] Server-defined URL for the resource.
25423 25424 25425 25426 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25423 class NotificationEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |