Interface ComputeSecurityPolicyRuleMatchConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeSecurityPolicyRuleMatchConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.959Z") @Stability(Stable) public interface ComputeSecurityPolicyRuleMatchConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeSecurityPolicyRuleMatchConfig.BuilderA builder forComputeSecurityPolicyRuleMatchConfigstatic classComputeSecurityPolicyRuleMatchConfig.Jsii$ProxyAn implementation forComputeSecurityPolicyRuleMatchConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeSecurityPolicyRuleMatchConfig.Builderbuilder()List<String>getSrcIpRanges()Set of IP addresses or ranges (IPV4 or IPV6) in CIDR notation to match against inbound traffic.
-
-
-
Method Detail
-
getSrcIpRanges
@Stability(Stable) @NotNull List<String> getSrcIpRanges()
Set of IP addresses or ranges (IPV4 or IPV6) in CIDR notation to match against inbound traffic.There is a limit of 10 IP ranges per rule. A value of '*' matches all IPs (can be used to override the default behavior). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy#src_ip_ranges ComputeSecurityPolicy#src_ip_ranges}
-
builder
@Stability(Stable) static ComputeSecurityPolicyRuleMatchConfig.Builder builder()
-
-