Enum AddressGroup.Purpose (0.77.0)

public enum AddressGroup.Purpose extends Enum<AddressGroup.Purpose> implements ProtocolMessageEnum

Purpose of the Address Group.

Protobuf enum google.cloud.networksecurity.v1.AddressGroup.Purpose

Implements

ProtocolMessageEnum

Static Fields

Name Description
CLOUD_ARMOR

Address Group is usable in Cloud Armor.

CLOUD_ARMOR = 2;

CLOUD_ARMOR_VALUE

Address Group is usable in Cloud Armor.

CLOUD_ARMOR = 2;

DEFAULT

Address Group is distributed to VMC, and is usable in Firewall Policies and other systems that rely on VMC.

DEFAULT = 1;

DEFAULT_VALUE

Address Group is distributed to VMC, and is usable in Firewall Policies and other systems that rely on VMC.

DEFAULT = 1;

PURPOSE_UNSPECIFIED

Default value. Should never happen.

PURPOSE_UNSPECIFIED = 0;

PURPOSE_UNSPECIFIED_VALUE

Default value. Should never happen.

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