Enum NetworkProfileNetworkFeatures.AllowClassDFirewalls (1.65.0)

public enum NetworkProfileNetworkFeatures.AllowClassDFirewalls extends Enum<NetworkProfileNetworkFeatures.AllowClassDFirewalls> implements ProtocolMessageEnum

Specifies whether firewalls for Class D address ranges are supported.

Protobuf enum google.cloud.compute.v1.NetworkProfileNetworkFeatures.AllowClassDFirewalls

Implements

ProtocolMessageEnum

Static Fields

Name Description
CLASS_D_FIREWALLS_ALLOWED

CLASS_D_FIREWALLS_ALLOWED = 348219386;

CLASS_D_FIREWALLS_ALLOWED_VALUE

CLASS_D_FIREWALLS_ALLOWED = 348219386;

CLASS_D_FIREWALLS_BLOCKED

CLASS_D_FIREWALLS_BLOCKED = 164382782;

CLASS_D_FIREWALLS_BLOCKED_VALUE

CLASS_D_FIREWALLS_BLOCKED = 164382782;

UNDEFINED_ALLOW_CLASS_D_FIREWALLS

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_CLASS_D_FIREWALLS = 0;

UNDEFINED_ALLOW_CLASS_D_FIREWALLS_VALUE

A value indicating that the enum field is not set.

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