GlobalNetworkEndpointGroupType enum

network_endpoint_type for google_compute_global_network_endpoint_group.

  • internetFqdnPort: endpoint identified by DNS name + port. Use for off-Google origins addressed by hostname (e.g. partner API, third-party CDN). The hostname is resolved per-request by Google's resolver.
  • internetIpPort: endpoint identified by literal IP + port. Use when the origin's public IP is stable and you do not want DNS in the request path.
Inheritance
Available extensions

Values

internetFqdnPort → const GlobalNetworkEndpointGroupType
const GlobalNetworkEndpointGroupType('INTERNET_FQDN_PORT')
internetIpPort → const GlobalNetworkEndpointGroupType
const GlobalNetworkEndpointGroupType('INTERNET_IP_PORT')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terraformValue String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<GlobalNetworkEndpointGroupType>
A constant List of the values in this enum, in order of their declaration.