Enum GkeNetworkPolicySkippedInfo.Reason (1.88.0)

public enum GkeNetworkPolicySkippedInfo.Reason extends Enum<GkeNetworkPolicySkippedInfo.Reason> implements ProtocolMessageEnum

Protobuf enum google.cloud.networkmanagement.v1.GkeNetworkPolicySkippedInfo.Reason

Implements

ProtocolMessageEnum

Static Fields

Name Description
EGRESS_FROM_NODE_NETWORK_NAMESPACE_POD

Egress traffic from a Pod that uses the Node's network namespace is not subject to Network Policy.

EGRESS_FROM_NODE_NETWORK_NAMESPACE_POD = 3;

EGRESS_FROM_NODE_NETWORK_NAMESPACE_POD_VALUE

Egress traffic from a Pod that uses the Node's network namespace is not subject to Network Policy.

EGRESS_FROM_NODE_NETWORK_NAMESPACE_POD = 3;

INGRESS_SOURCE_ON_SAME_NODE

Ingress traffic to a Pod from a source on the same Node is always allowed.

INGRESS_SOURCE_ON_SAME_NODE = 2;

INGRESS_SOURCE_ON_SAME_NODE_VALUE

Ingress traffic to a Pod from a source on the same Node is always allowed.

INGRESS_SOURCE_ON_SAME_NODE = 2;

NETWORK_POLICY_ANALYSIS_UNSUPPORTED

Network Policy evaluation is currently not supported for clusters with FQDN Network Policies enabled.

NETWORK_POLICY_ANALYSIS_UNSUPPORTED = 100;

NETWORK_POLICY_ANALYSIS_UNSUPPORTED_VALUE

Network Policy evaluation is currently not supported for clusters with FQDN Network Policies enabled.

NETWORK_POLICY_ANALYSIS_UNSUPPORTED = 100;

NETWORK_POLICY_DISABLED

Network Policy is disabled on the cluster.

NETWORK_POLICY_DISABLED = 1;

NETWORK_POLICY_DISABLED_VALUE

Network Policy is disabled on the cluster.

NETWORK_POLICY_DISABLED = 1;

NETWORK_POLICY_NOT_APPLIED_TO_RESPONSE_TRAFFIC

Network Policy is not applied to response traffic. This is because GKE Network Policy evaluation is stateful in both GKE Dataplane V2 (eBPF) and legacy (iptables) implementations.

NETWORK_POLICY_NOT_APPLIED_TO_RESPONSE_TRAFFIC = 4;

NETWORK_POLICY_NOT_APPLIED_TO_RESPONSE_TRAFFIC_VALUE

Network Policy is not applied to response traffic. This is because GKE Network Policy evaluation is stateful in both GKE Dataplane V2 (eBPF) and legacy (iptables) implementations.

NETWORK_POLICY_NOT_APPLIED_TO_RESPONSE_TRAFFIC = 4;

REASON_UNSPECIFIED

Unused default value.

REASON_UNSPECIFIED = 0;

REASON_UNSPECIFIED_VALUE

Unused default value.

REASON_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()