Class: Google::Cloud::Compute::V1::NetworkEndpointGroup
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NetworkEndpointGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents a collection of network endpoints. A network endpoint group (NEG) defines how a set of endpoints should be reached, whether they are reachable, and where they are located. For more information about using NEGs, see Setting up external HTTP(S) Load Balancing with internet NEGs, Setting up zonal NEGs, or Setting up external HTTP(S) Load Balancing with serverless NEGs.
Defined Under Namespace
Modules: NetworkEndpointType Classes: AnnotationsEntry
Instance Attribute Summary collapse
-
#annotations ⇒ ::Google::Protobuf::Map{::String => ::String}
Metadata defined as annotations on the network endpoint group.
-
#app_engine ⇒ ::Google::Cloud::Compute::V1::NetworkEndpointGroupAppEngine
Only valid when networkEndpointType is "SERVERLESS".
-
#cloud_function ⇒ ::Google::Cloud::Compute::V1::NetworkEndpointGroupCloudFunction
Only valid when networkEndpointType is "SERVERLESS".
-
#cloud_run ⇒ ::Google::Cloud::Compute::V1::NetworkEndpointGroupCloudRun
Only valid when networkEndpointType is "SERVERLESS".
-
#creation_timestamp ⇒ ::String
[Output Only] Creation timestamp in RFC3339 text format.
-
#default_port ⇒ ::Integer
The default port used if the port number is not specified in the network endpoint.
-
#description ⇒ ::String
An optional description of this resource.
-
#id ⇒ ::Integer
[Output Only] The unique identifier for the resource.
-
#kind ⇒ ::String
[Output Only] Type of the resource.
-
#name ⇒ ::String
Name of the resource; provided by the client when the resource is created.
-
#network ⇒ ::String
The URL of the network to which all network endpoints in the NEG belong.
-
#network_endpoint_type ⇒ ::String
Type of network endpoints in this network endpoint group.
-
#region ⇒ ::String
[Output Only] The URL of the region where the network endpoint group is located.
-
#self_link ⇒ ::String
[Output Only] Server-defined URL for the resource.
-
#size ⇒ ::Integer
[Output only] Number of network endpoints in the network endpoint group.
-
#subnetwork ⇒ ::String
Optional URL of the subnetwork to which all network endpoints in the NEG belong.
-
#zone ⇒ ::String
[Output Only] The URL of the zone where the network endpoint group is located.
Instance Attribute Details
#annotations ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Metadata defined as annotations on the network endpoint group.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end end |
#app_engine ⇒ ::Google::Cloud::Compute::V1::NetworkEndpointGroupAppEngine
Returns Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end end |
#cloud_function ⇒ ::Google::Cloud::Compute::V1::NetworkEndpointGroupCloudFunction
Returns Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end end |
#cloud_run ⇒ ::Google::Cloud::Compute::V1::NetworkEndpointGroupCloudRun
Returns Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end end |
#creation_timestamp ⇒ ::String
Returns [Output Only] Creation timestamp in RFC3339 text format.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end end |
#default_port ⇒ ::Integer
Returns The default port used if the port number is not specified in the network endpoint.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end end |
#description ⇒ ::String
Returns An optional description of this resource. Provide this property when you create the resource.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end end |
#id ⇒ ::Integer
Returns [Output Only] The unique identifier for the resource. This identifier is defined by the server.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end end |
#kind ⇒ ::String
Returns [Output Only] Type of the resource. Always compute#networkEndpointGroup for network endpoint group.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end 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.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end end |
#network ⇒ ::String
Returns The URL of the network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end end |
#network_endpoint_type ⇒ ::String
Returns Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. Check the NetworkEndpointType enum for the list of possible values.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end end |
#region ⇒ ::String
Returns [Output Only] The URL of the region where the network endpoint group is located.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end end |
#self_link ⇒ ::String
Returns [Output Only] Server-defined URL for the resource.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end end |
#size ⇒ ::Integer
Returns [Output only] Number of network endpoints in the network endpoint group.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end end |
#subnetwork ⇒ ::String
Returns Optional URL of the subnetwork to which all network endpoints in the NEG belong.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end end |
#zone ⇒ ::String
Returns [Output Only] The URL of the zone where the network endpoint group is located.
15715 15716 15717 15718 15719 15720 15721 15722 15723 15724 15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 15746 15747 15748 15749 15750 15751 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 15715 class NetworkEndpointGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT. module NetworkEndpointType # A value indicating that the enum field is not set. UNDEFINED_NETWORK_ENDPOINT_TYPE = 0 # The network endpoint is represented by an IP address. GCE_VM_IP = 401880793 # The network endpoint is represented by IP address and port pair. GCE_VM_IP_PORT = 501838375 # The network endpoint is represented by fully qualified domain name and port. INTERNET_FQDN_PORT = 404154477 # The network endpoint is represented by an internet IP address and port. INTERNET_IP_PORT = 477719963 # The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises. NON_GCP_PRIVATE_IP_PORT = 336447968 # The network endpoint is handled by specified serverless infrastructure. SERVERLESS = 270492508 end end |