Enum NetworkProfileNetworkFeatures.AllowFirewallPolicy (1.93.0)

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

Specifies whether firewall policy can be attached to the network.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
FIREWALL_POLICY_ALLOWED

FIREWALL_POLICY_ALLOWED = 388488346;

FIREWALL_POLICY_ALLOWED_VALUE

FIREWALL_POLICY_ALLOWED = 388488346;

FIREWALL_POLICY_BLOCKED

FIREWALL_POLICY_BLOCKED = 204651742;

FIREWALL_POLICY_BLOCKED_VALUE

FIREWALL_POLICY_BLOCKED = 204651742;

UNDEFINED_ALLOW_FIREWALL_POLICY

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_FIREWALL_POLICY = 0;

UNDEFINED_ALLOW_FIREWALL_POLICY_VALUE

A value indicating that the enum field is not set.

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