Enum FirewallPolicyRuleMatcher.SrcNetworkType (1.91.0)

public enum FirewallPolicyRuleMatcher.SrcNetworkType extends Enum<FirewallPolicyRuleMatcher.SrcNetworkType> implements ProtocolMessageEnum

Network type of the traffic source. Allowed values are:

  - UNSPECIFIED
  - INTERNET
  - INTRA_VPC
  - NON_INTERNET
  - VPC_NETWORKS

Additional supported values which may be not listed in the enum directly due to technical reasons: INTERNET INTRA_VPC NON_INTERNET UNSPECIFIED VPC_NETWORKS

Protobuf enum google.cloud.compute.v1.FirewallPolicyRuleMatcher.SrcNetworkType

Implements

ProtocolMessageEnum

Static Fields

Name Description
UNDEFINED_SRC_NETWORK_TYPE

A value indicating that the enum field is not set.

UNDEFINED_SRC_NETWORK_TYPE = 0;

UNDEFINED_SRC_NETWORK_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_SRC_NETWORK_TYPE = 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()