Network Management V1 API - Module Google::Cloud::NetworkManagement::V1::IpMasqueradingSkippedInfo::Reason (v2.7.0)

Reference documentation and code samples for the Network Management V1 API module Google::Cloud::NetworkManagement::V1::IpMasqueradingSkippedInfo::Reason.

Reason why IP masquerading was skipped.

Constants

REASON_UNSPECIFIED

value: 0
Unused default value.

DESTINATION_IP_IN_CONFIGURED_NON_MASQUERADE_RANGE

value: 1
Masquerading not applied because destination IP is in one of configured non-masquerade ranges.

DESTINATION_IP_IN_DEFAULT_NON_MASQUERADE_RANGE

value: 2
Masquerading not applied because destination IP is in one of default non-masquerade ranges.

DESTINATION_ON_SAME_NODE

value: 3
Masquerading not applied because destination is on the same Node.

DEFAULT_SNAT_DISABLED

value: 4
Masquerading not applied because ip-masq-agent doesn't exist and default SNAT is disabled.

NO_MASQUERADING_FOR_IPV6

value: 5
Masquerading not applied because the packet's IP version is IPv6.

POD_USES_NODE_NETWORK_NAMESPACE

value: 6
Masquerading not applied because the source Pod uses the host Node's network namespace, including the Node's IP address.

NO_MASQUERADING_FOR_RETURN_PACKET

value: 7
Masquerading not applied because the packet is a return packet.