Enum FirewallInfo.TargetType (1.84.0)

public enum FirewallInfo.TargetType extends Enum<FirewallInfo.TargetType> implements ProtocolMessageEnum

Target type of the firewall rule.

Protobuf enum google.cloud.networkmanagement.v1.FirewallInfo.TargetType

Implements

ProtocolMessageEnum

Static Fields

Name Description
INSTANCES

Firewall rule applies to instances.

INSTANCES = 1;

INSTANCES_VALUE

Firewall rule applies to instances.

INSTANCES = 1;

INTERNAL_MANAGED_LB

Firewall rule applies to internal managed load balancers.

INTERNAL_MANAGED_LB = 2;

INTERNAL_MANAGED_LB_VALUE

Firewall rule applies to internal managed load balancers.

INTERNAL_MANAGED_LB = 2;

TARGET_TYPE_UNSPECIFIED

Target type is not specified. In this case we treat the rule as applying to INSTANCES target type.

TARGET_TYPE_UNSPECIFIED = 0;

TARGET_TYPE_UNSPECIFIED_VALUE

Target type is not specified. In this case we treat the rule as applying to INSTANCES target type.

TARGET_TYPE_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()