Compute V1 Client - Class FirewallPolicyRuleSecureTag (1.8.3)

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
dataarray

Optional. Data for populating the Message object.

↳ namestring

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

↳ statestring

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

Returns
TypeDescription
string

hasName

clearName

setName

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

Parameter
NameDescription
varstring
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.

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.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this