Class: Google::Cloud::Compute::V1::NetworkEndpointGroupAppEngine

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Configuration for an App Engine network endpoint group (NEG). The service is optional, may be provided explicitly or in the URL mask. The version is optional and can only be provided explicitly or in the URL mask when service is present. Note: App Engine service must be in the same project and located in the same region as the Serverless NEG.

Instance Attribute Summary collapse

Instance Attribute Details

#service::String



21595
21596
21597
21598
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21595

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

#url_mask::String



21595
21596
21597
21598
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21595

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

#version::String



21595
21596
21597
21598
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21595

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