Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
SecurityPolicyRuleNetworkMatcher |
SecurityPolicyRuleNetworkMatcher.clone() |
SecurityPolicyRuleNetworkMatcher |
SecurityPolicyRule.getNetworkMatch()
A match condition that incoming packets are evaluated against for CLOUD_ARMOR_NETWORK security
policies.
|
SecurityPolicyRuleNetworkMatcher |
SecurityPolicyRuleNetworkMatcher.set(String fieldName,
Object value) |
SecurityPolicyRuleNetworkMatcher |
SecurityPolicyRuleNetworkMatcher.setDestIpRanges(List<String> destIpRanges)
Destination IPv4/IPv6 addresses or CIDR prefixes, in standard text format.
|
SecurityPolicyRuleNetworkMatcher |
SecurityPolicyRuleNetworkMatcher.setDestPorts(List<String> destPorts)
Destination port numbers for TCP/UDP/SCTP.
|
SecurityPolicyRuleNetworkMatcher |
SecurityPolicyRuleNetworkMatcher.setIpProtocols(List<String> ipProtocols)
IPv4 protocol / IPv6 next header (after extension headers).
|
SecurityPolicyRuleNetworkMatcher |
SecurityPolicyRuleNetworkMatcher.setSrcAsns(List<Long> srcAsns)
BGP Autonomous System Number associated with the source IP address.
|
SecurityPolicyRuleNetworkMatcher |
SecurityPolicyRuleNetworkMatcher.setSrcIpRanges(List<String> srcIpRanges)
Source IPv4/IPv6 addresses or CIDR prefixes, in standard text format.
|
SecurityPolicyRuleNetworkMatcher |
SecurityPolicyRuleNetworkMatcher.setSrcPorts(List<String> srcPorts)
Source port numbers for TCP/UDP/SCTP.
|
SecurityPolicyRuleNetworkMatcher |
SecurityPolicyRuleNetworkMatcher.setSrcRegionCodes(List<String> srcRegionCodes)
Two-letter ISO 3166-1 alpha-2 country code associated with the source IP address.
|
SecurityPolicyRuleNetworkMatcher |
SecurityPolicyRuleNetworkMatcher.setUserDefinedFields(List<SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch> userDefinedFields)
User-defined fields.
|
Modifier and Type | Method and Description |
---|---|
SecurityPolicyRule |
SecurityPolicyRule.setNetworkMatch(SecurityPolicyRuleNetworkMatcher networkMatch)
A match condition that incoming packets are evaluated against for CLOUD_ARMOR_NETWORK security
policies.
|
Copyright © 2011–2025 Google. All rights reserved.