ForwardingRuleIpProtocol enum

IP protocol for google_compute_forwarding_rule.ip_protocol. The set of protocols accepted at apply time depends on the load balancing scheme and target type — Application Load Balancers want tcp; protocol forwarding rules may also pick udp / esp / ah / sctp / icmp.

l3Default is regional-only: it attaches the rule to a backend service with UNSPECIFIED protocol, and pairs with allPorts: true for internal protocol forwarding. It is rejected when the backend service explicitly declares TCP or UDP.

Inheritance
Available extensions

Values

tcp → const ForwardingRuleIpProtocol
const ForwardingRuleIpProtocol('TCP')
udp → const ForwardingRuleIpProtocol
const ForwardingRuleIpProtocol('UDP')
esp → const ForwardingRuleIpProtocol
const ForwardingRuleIpProtocol('ESP')
ah → const ForwardingRuleIpProtocol
const ForwardingRuleIpProtocol('AH')
sctp → const ForwardingRuleIpProtocol
const ForwardingRuleIpProtocol('SCTP')
icmp → const ForwardingRuleIpProtocol
const ForwardingRuleIpProtocol('ICMP')
l3Default → const ForwardingRuleIpProtocol
const ForwardingRuleIpProtocol('L3_DEFAULT')

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<ForwardingRuleIpProtocol>
A constant List of the values in this enum, in order of their declaration.