| Package | Description |
|---|---|
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyRuleSecureTag |
FirewallPolicyRuleSecureTag.clone() |
FirewallPolicyRuleSecureTag |
FirewallPolicyRuleSecureTag.set(String fieldName,
Object value) |
FirewallPolicyRuleSecureTag |
FirewallPolicyRuleSecureTag.setName(String name)
Name of the secure tag, created with TagManager's TagValue API.
|
FirewallPolicyRuleSecureTag |
FirewallPolicyRuleSecureTag.setState(String state)
[Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`.
|
| Modifier and Type | Method and Description |
|---|---|
List<FirewallPolicyRuleSecureTag> |
FirewallPolicyRuleMatcher.getSrcSecureTags()
List of secure tag values, which should be matched at the source of the traffic.
|
List<FirewallPolicyRuleSecureTag> |
FirewallPolicyRule.getTargetSecureTags()
A list of secure tags that controls which instances the firewall rule applies to.
|
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyRuleMatcher |
FirewallPolicyRuleMatcher.setSrcSecureTags(List<FirewallPolicyRuleSecureTag> srcSecureTags)
List of secure tag values, which should be matched at the source of the traffic.
|
FirewallPolicyRule |
FirewallPolicyRule.setTargetSecureTags(List<FirewallPolicyRuleSecureTag> targetSecureTags)
A list of secure tags that controls which instances the firewall rule applies to.
|
Copyright © 2011–2021 Google. All rights reserved.