Compute V1 Client - Class FirewallPolicyRuleSecureTag (1.5.0)

Reference documentation and code samples for the Compute V1 Client class FirewallPolicyRuleSecureTag.

Generated from protobuf message google.cloud.compute.v1.FirewallPolicyRuleSecureTag

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Name of the secure tag, created with TagManager's TagValue API.

↳ state string

[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. Check the State enum for the list of possible values.

getName

Name of the secure tag, created with TagManager's TagValue API.

Generated from protobuf field optional string name = 3373707;

Returns
TypeDescription
string

hasName

clearName

setName

Name of the secure tag, created with TagManager's TagValue API.

Generated from protobuf field optional string name = 3373707;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getState

[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.

Check the State enum for the list of possible values.

Generated from protobuf field optional string state = 109757585;

Returns
TypeDescription
string

hasState

clearState

setState

[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.

Check the State enum for the list of possible values.

Generated from protobuf field optional string state = 109757585;

Parameter
NameDescription
var string
Returns
TypeDescription
$this