public enum AddressGroup.Purpose extends Enum<AddressGroup.Purpose> implements ProtocolMessageEnum
Purpose of the Address Group.
Protobuf enum google.cloud.networksecurity.v1.AddressGroup.Purpose
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CLOUD_ARMOR |
Address Group is usable in Cloud Armor. |
CLOUD_ARMOR_VALUE |
Address Group is usable in Cloud Armor. |
DEFAULT |
Address Group is distributed to VMC, and is usable in Firewall Policies and other systems that rely on VMC. |
DEFAULT_VALUE |
Address Group is distributed to VMC, and is usable in Firewall Policies and other systems that rely on VMC. |
PURPOSE_UNSPECIFIED |
Default value. Should never happen. |
PURPOSE_UNSPECIFIED_VALUE |
Default value. Should never happen. |
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() |