Class: Google::Cloud::Compute::V1::NotificationEndpoint

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#creation_timestamp::String

Returns [Output Only] Creation timestamp in RFC3339 text format.

Returns:

  • (::String)

    [Output Only] Creation timestamp in RFC3339 text format.



22333
22334
22335
22336
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22333

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.

Returns:

  • (::String)

    An optional description of this resource. Provide this property when you create the resource.



22333
22334
22335
22336
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22333

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.

Returns:



22333
22334
22335
22336
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22333

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.

Returns:

  • (::Integer)

    [Output Only] A unique identifier for this resource type. The server generates this identifier.



22333
22334
22335
22336
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22333

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.

Returns:

  • (::String)

    [Output Only] Type of the resource. Always compute#notificationEndpoint for notification endpoints.



22333
22334
22335
22336
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22333

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.

Returns:

  • (::String)

    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.



22333
22334
22335
22336
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22333

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.

Returns:

  • (::String)

    [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.



22333
22334
22335
22336
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22333

class NotificationEndpoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

Returns [Output Only] Server-defined URL for the resource.

Returns:

  • (::String)

    [Output Only] Server-defined URL for the resource.



22333
22334
22335
22336
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22333

class NotificationEndpoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end