Reference documentation and code samples for the Compute V1 Client class State.
[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 type google.cloud.compute.v1.FirewallPolicyRuleSecureTag.State
Namespace
Google \ Cloud \ Compute \ V1 \ FirewallPolicyRuleSecureTagMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
EFFECTIVE
Value: 244201863Generated from protobuf enum EFFECTIVE = 244201863;
INEFFECTIVE
Value: 304458242Generated from protobuf enum INEFFECTIVE = 304458242;