Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::FirewallPolicyRuleSecureTag.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Name of the secure tag, created with TagManager's TagValue API.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of the secure tag, created with TagManager's TagValue API.
Returns
- (::String) — Name of the secure tag, created with TagManager's TagValue API.
#state
def state() -> ::String
Returns
-
(::String) — [Output Only] State of the secure tag, either
EFFECTIVE
orINEFFECTIVE
. A secure tag isINEFFECTIVE
when it is deleted or its network is deleted. Check the State enum for the list of possible values.
#state=
def state=(value) -> ::String
Parameter
-
value (::String) — [Output Only] State of the secure tag, either
EFFECTIVE
orINEFFECTIVE
. A secure tag isINEFFECTIVE
when it is deleted or its network is deleted. Check the State enum for the list of possible values.
Returns
-
(::String) — [Output Only] State of the secure tag, either
EFFECTIVE
orINEFFECTIVE
. A secure tag isINEFFECTIVE
when it is deleted or its network is deleted. Check the State enum for the list of possible values.