public enum IpMasqueradingSkippedInfo.Types.ReasonReference documentation and code samples for the Network Management v1 API enum IpMasqueradingSkippedInfo.Types.Reason.
Reason why IP masquerading was skipped.
Namespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Fields |
|
|---|---|
| Name | Description |
DefaultSnatDisabled |
Masquerading not applied because ip-masq-agent doesn't exist and default SNAT is disabled. |
DestinationIpInConfiguredNonMasqueradeRange |
Masquerading not applied because destination IP is in one of configured non-masquerade ranges. |
DestinationIpInDefaultNonMasqueradeRange |
Masquerading not applied because destination IP is in one of default non-masquerade ranges. |
DestinationOnSameNode |
Masquerading not applied because destination is on the same Node. |
NoMasqueradingForIpv6 |
Masquerading not applied because the packet's IP version is IPv6. |
NoMasqueradingForReturnPacket |
Masquerading not applied because the packet is a return packet. |
PodUsesNodeNetworkNamespace |
Masquerading not applied because the source Pod uses the host Node's network namespace, including the Node's IP address. |
Unspecified |
Unused default value. |