public static enum Network.NetworkFirewallPolicyEnforcementOrder extends Enum<Network.NetworkFirewallPolicyEnforcementOrder> implements com.google.protobuf.ProtocolMessageEnum
The network firewall policy enforcement order. Can be either AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to AFTER_CLASSIC_FIREWALL if the field is not specified.Protobuf enum
google.cloud.compute.v1.Network.NetworkFirewallPolicyEnforcementOrder| Enum Constant and Description |
|---|
AFTER_CLASSIC_FIREWALL
AFTER_CLASSIC_FIREWALL = 154582608; |
BEFORE_CLASSIC_FIREWALL
BEFORE_CLASSIC_FIREWALL = 338458349; |
UNDEFINED_NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
AFTER_CLASSIC_FIREWALL_VALUE
AFTER_CLASSIC_FIREWALL = 154582608; |
static int |
BEFORE_CLASSIC_FIREWALL_VALUE
BEFORE_CLASSIC_FIREWALL = 338458349; |
static int |
UNDEFINED_NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static Network.NetworkFirewallPolicyEnforcementOrder |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Network.NetworkFirewallPolicyEnforcementOrder> |
internalGetValueMap() |
static Network.NetworkFirewallPolicyEnforcementOrder |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Network.NetworkFirewallPolicyEnforcementOrder |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Network.NetworkFirewallPolicyEnforcementOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Network.NetworkFirewallPolicyEnforcementOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Network.NetworkFirewallPolicyEnforcementOrder UNDEFINED_NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER
A value indicating that the enum field is not set.
UNDEFINED_NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER = 0;public static final Network.NetworkFirewallPolicyEnforcementOrder AFTER_CLASSIC_FIREWALL
AFTER_CLASSIC_FIREWALL = 154582608;public static final Network.NetworkFirewallPolicyEnforcementOrder BEFORE_CLASSIC_FIREWALL
BEFORE_CLASSIC_FIREWALL = 338458349;public static final Network.NetworkFirewallPolicyEnforcementOrder UNRECOGNIZED
public static final int UNDEFINED_NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER_VALUE
A value indicating that the enum field is not set.
UNDEFINED_NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER = 0;public static final int AFTER_CLASSIC_FIREWALL_VALUE
AFTER_CLASSIC_FIREWALL = 154582608;public static final int BEFORE_CLASSIC_FIREWALL_VALUE
BEFORE_CLASSIC_FIREWALL = 338458349;public static Network.NetworkFirewallPolicyEnforcementOrder[] values()
for (Network.NetworkFirewallPolicyEnforcementOrder c : Network.NetworkFirewallPolicyEnforcementOrder.values()) System.out.println(c);
public static Network.NetworkFirewallPolicyEnforcementOrder valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Network.NetworkFirewallPolicyEnforcementOrder valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Network.NetworkFirewallPolicyEnforcementOrder forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Network.NetworkFirewallPolicyEnforcementOrder> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Network.NetworkFirewallPolicyEnforcementOrder valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.