Class ComputeRegionNetworkFirewallPolicyRuleMatch.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_network_firewall_policy_rule.ComputeRegionNetworkFirewallPolicyRuleMatch.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionNetworkFirewallPolicyRuleMatch,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionNetworkFirewallPolicyRuleMatch
@Stability(Stable) @Internal public static final class ComputeRegionNetworkFirewallPolicyRuleMatch.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionNetworkFirewallPolicyRuleMatch
An implementation forComputeRegionNetworkFirewallPolicyRuleMatch
-
-
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_region_network_firewall_policy_rule.ComputeRegionNetworkFirewallPolicyRuleMatch
ComputeRegionNetworkFirewallPolicyRuleMatch.Builder, ComputeRegionNetworkFirewallPolicyRuleMatch.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionNetworkFirewallPolicyRuleMatch.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionNetworkFirewallPolicyRuleMatch.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>getDestAddressGroups()Address groups which should be matched against the traffic destination.List<String>getDestFqdns()Domain names that will be used to match against the resolved domain name of destination of traffic.List<String>getDestIpRanges()CIDR IP address range.List<String>getDestRegionCodes()The Unicode country codes whose IP addresses will be used to match against the source of traffic.List<String>getDestThreatIntelligences()Name of the Google Cloud Threat Intelligence list.ObjectgetLayer4Configs()layer4_configs block.List<String>getSrcAddressGroups()Address groups which should be matched against the traffic source.List<String>getSrcFqdns()Domain names that will be used to match against the resolved domain name of source of traffic.List<String>getSrcIpRanges()CIDR IP address range.List<String>getSrcRegionCodes()The Unicode country codes whose IP addresses will be used to match against the source of traffic.ObjectgetSrcSecureTags()src_secure_tags block.List<String>getSrcThreatIntelligences()Name of the Google Cloud Threat Intelligence list.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(ComputeRegionNetworkFirewallPolicyRuleMatch.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionNetworkFirewallPolicyRuleMatch.Builder.
-
-
Method Detail
-
getLayer4Configs
public final Object getLayer4Configs()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleMatchlayer4_configs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#layer4_configs ComputeRegionNetworkFirewallPolicyRule#layer4_configs}
- Specified by:
getLayer4Configsin interfaceComputeRegionNetworkFirewallPolicyRuleMatch
-
getDestAddressGroups
public final List<String> getDestAddressGroups()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleMatchAddress groups which should be matched against the traffic destination.Maximum number of destination address groups is 10. Destination address groups is only supported in Egress rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#dest_address_groups ComputeRegionNetworkFirewallPolicyRule#dest_address_groups}
- Specified by:
getDestAddressGroupsin interfaceComputeRegionNetworkFirewallPolicyRuleMatch
-
getDestFqdns
public final List<String> getDestFqdns()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleMatchDomain names that will be used to match against the resolved domain name of destination of traffic.Can only be specified if DIRECTION is egress. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#dest_fqdns ComputeRegionNetworkFirewallPolicyRule#dest_fqdns}
- Specified by:
getDestFqdnsin interfaceComputeRegionNetworkFirewallPolicyRuleMatch
-
getDestIpRanges
public final List<String> getDestIpRanges()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleMatchCIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#dest_ip_ranges ComputeRegionNetworkFirewallPolicyRule#dest_ip_ranges}
- Specified by:
getDestIpRangesin interfaceComputeRegionNetworkFirewallPolicyRuleMatch
-
getDestRegionCodes
public final List<String> getDestRegionCodes()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleMatchThe Unicode country codes whose IP addresses will be used to match against the source of traffic.Can only be specified if DIRECTION is egress. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#dest_region_codes ComputeRegionNetworkFirewallPolicyRule#dest_region_codes}
- Specified by:
getDestRegionCodesin interfaceComputeRegionNetworkFirewallPolicyRuleMatch
-
getDestThreatIntelligences
public final List<String> getDestThreatIntelligences()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleMatchName of the Google Cloud Threat Intelligence list.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#dest_threat_intelligences ComputeRegionNetworkFirewallPolicyRule#dest_threat_intelligences}
- Specified by:
getDestThreatIntelligencesin interfaceComputeRegionNetworkFirewallPolicyRuleMatch
-
getSrcAddressGroups
public final List<String> getSrcAddressGroups()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleMatchAddress groups which should be matched against the traffic source.Maximum number of source address groups is 10. Source address groups is only supported in Ingress rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#src_address_groups ComputeRegionNetworkFirewallPolicyRule#src_address_groups}
- Specified by:
getSrcAddressGroupsin interfaceComputeRegionNetworkFirewallPolicyRuleMatch
-
getSrcFqdns
public final List<String> getSrcFqdns()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleMatchDomain names that will be used to match against the resolved domain name of source of traffic.Can only be specified if DIRECTION is ingress. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#src_fqdns ComputeRegionNetworkFirewallPolicyRule#src_fqdns}
- Specified by:
getSrcFqdnsin interfaceComputeRegionNetworkFirewallPolicyRuleMatch
-
getSrcIpRanges
public final List<String> getSrcIpRanges()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleMatchCIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#src_ip_ranges ComputeRegionNetworkFirewallPolicyRule#src_ip_ranges}
- Specified by:
getSrcIpRangesin interfaceComputeRegionNetworkFirewallPolicyRuleMatch
-
getSrcRegionCodes
public final List<String> getSrcRegionCodes()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleMatchThe Unicode country codes whose IP addresses will be used to match against the source of traffic.Can only be specified if DIRECTION is ingress. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#src_region_codes ComputeRegionNetworkFirewallPolicyRule#src_region_codes}
- Specified by:
getSrcRegionCodesin interfaceComputeRegionNetworkFirewallPolicyRuleMatch
-
getSrcSecureTags
public final Object getSrcSecureTags()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleMatchsrc_secure_tags block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#src_secure_tags ComputeRegionNetworkFirewallPolicyRule#src_secure_tags}
- Specified by:
getSrcSecureTagsin interfaceComputeRegionNetworkFirewallPolicyRuleMatch
-
getSrcThreatIntelligences
public final List<String> getSrcThreatIntelligences()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleMatchName of the Google Cloud Threat Intelligence list.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#src_threat_intelligences ComputeRegionNetworkFirewallPolicyRule#src_threat_intelligences}
- Specified by:
getSrcThreatIntelligencesin interfaceComputeRegionNetworkFirewallPolicyRuleMatch
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-