Enum NetworkProfileNetworkFeatures.AllowVpcFirewallRules (1.93.0)

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

Specifies whether VPC firewall rules can be created under the network.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
UNDEFINED_ALLOW_VPC_FIREWALL_RULES

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_VPC_FIREWALL_RULES = 0;

UNDEFINED_ALLOW_VPC_FIREWALL_RULES_VALUE

A value indicating that the enum field is not set.

UNDEFINED_ALLOW_VPC_FIREWALL_RULES = 0;

UNRECOGNIZED
VPC_FIREWALL_RULES_ALLOWED

VPC_FIREWALL_RULES_ALLOWED = 489586007;

VPC_FIREWALL_RULES_ALLOWED_VALUE

VPC_FIREWALL_RULES_ALLOWED = 489586007;

VPC_FIREWALL_RULES_BLOCKED

VPC_FIREWALL_RULES_BLOCKED = 305749403;

VPC_FIREWALL_RULES_BLOCKED_VALUE

VPC_FIREWALL_RULES_BLOCKED = 305749403;

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