Class ComputeSecurityPolicyRuleMatchConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_security_policy.ComputeSecurityPolicyRuleMatchConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeSecurityPolicyRuleMatchConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeSecurityPolicyRuleMatchConfig
@Stability(Stable) @Internal public static final class ComputeSecurityPolicyRuleMatchConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeSecurityPolicyRuleMatchConfig
An implementation forComputeSecurityPolicyRuleMatchConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_security_policy.ComputeSecurityPolicyRuleMatchConfig
ComputeSecurityPolicyRuleMatchConfig.Builder, ComputeSecurityPolicyRuleMatchConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeSecurityPolicyRuleMatchConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeSecurityPolicyRuleMatchConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getSrcIpRanges()Set of IP addresses or ranges (IPV4 or IPV6) in CIDR notation to match against inbound traffic.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComputeSecurityPolicyRuleMatchConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeSecurityPolicyRuleMatchConfig.Builder.
-
-
Method Detail
-
getSrcIpRanges
public final List<String> getSrcIpRanges()
Description copied from interface:ComputeSecurityPolicyRuleMatchConfigSet 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}
- Specified by:
getSrcIpRangesin interfaceComputeSecurityPolicyRuleMatchConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-