Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
FirewallPolicyRuleMatcher |
FirewallPolicyRuleMatcher.clone() |
FirewallPolicyRuleMatcher |
FirewallPolicyRule.getMatch()
A match condition that incoming traffic is evaluated against.
|
FirewallPolicyRuleMatcher |
FirewallPolicyRuleMatcher.set(String fieldName,
Object value) |
FirewallPolicyRuleMatcher |
FirewallPolicyRuleMatcher.setDestAddressGroups(List<String> destAddressGroups)
Address groups which should be matched against the traffic destination.
|
FirewallPolicyRuleMatcher |
FirewallPolicyRuleMatcher.setDestFqdns(List<String> destFqdns)
Fully Qualified Domain Name (FQDN) which should be matched against traffic destination.
|
FirewallPolicyRuleMatcher |
FirewallPolicyRuleMatcher.setDestIpRanges(List<String> destIpRanges)
CIDR IP address range.
|
FirewallPolicyRuleMatcher |
FirewallPolicyRuleMatcher.setDestRegionCodes(List<String> destRegionCodes)
Region codes whose IP addresses will be used to match for destination of traffic.
|
FirewallPolicyRuleMatcher |
FirewallPolicyRuleMatcher.setLayer4Configs(List<FirewallPolicyRuleMatcherLayer4Config> layer4Configs)
Pairs of IP protocols and ports that the rule should match.
|
FirewallPolicyRuleMatcher |
FirewallPolicyRuleMatcher.setSrcAddressGroups(List<String> srcAddressGroups)
Address groups which should be matched against the traffic source.
|
FirewallPolicyRuleMatcher |
FirewallPolicyRuleMatcher.setSrcFqdns(List<String> srcFqdns)
Fully Qualified Domain Name (FQDN) which should be matched against traffic source.
|
FirewallPolicyRuleMatcher |
FirewallPolicyRuleMatcher.setSrcIpRanges(List<String> srcIpRanges)
CIDR IP address range.
|
FirewallPolicyRuleMatcher |
FirewallPolicyRuleMatcher.setSrcRegionCodes(List<String> srcRegionCodes)
Region codes whose IP addresses will be used to match for source of traffic.
|
FirewallPolicyRuleMatcher |
FirewallPolicyRuleMatcher.setSrcSecureTags(List<FirewallPolicyRuleSecureTag> srcSecureTags)
List of secure tag values, which should be matched at the source of the traffic.
|
Modifier and Type | Method and Description |
---|---|
FirewallPolicyRule |
FirewallPolicyRule.setMatch(FirewallPolicyRuleMatcher match)
A match condition that incoming traffic is evaluated against.
|
Copyright © 2011–2022 Google. All rights reserved.