Enum FirewallPolicyRule.TargetType (1.105.0)

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

Target types of the firewall policy rule. Default value is INSTANCES.

Protobuf enum google.cloud.compute.v1.FirewallPolicyRule.TargetType

Implements

ProtocolMessageEnum

Static Fields

Name Description
INSTANCES

INSTANCES = 131337822;

INSTANCES_VALUE

INSTANCES = 131337822;

INTERNAL_MANAGED_LB

INTERNAL_MANAGED_LB = 309241080;

INTERNAL_MANAGED_LB_VALUE

INTERNAL_MANAGED_LB = 309241080;

UNDEFINED_TARGET_TYPE

A value indicating that the enum field is not set.

UNDEFINED_TARGET_TYPE = 0;

UNDEFINED_TARGET_TYPE_VALUE

A value indicating that the enum field is not set.

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