Enum FirewallPolicyRuleSecureTag.State (1.51.0)

public enum FirewallPolicyRuleSecureTag.State extends Enum<FirewallPolicyRuleSecureTag.State> implements ProtocolMessageEnum

[Output Only] State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.

Protobuf enum google.cloud.compute.v1.FirewallPolicyRuleSecureTag.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EFFECTIVE

EFFECTIVE = 244201863;

EFFECTIVE_VALUE

EFFECTIVE = 244201863;

INEFFECTIVE

INEFFECTIVE = 304458242;

INEFFECTIVE_VALUE

INEFFECTIVE = 304458242;

UNDEFINED_STATE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNDEFINED_STATE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()