Class ComputeNetworkFirewallPolicyRuleMatch.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_network_firewall_policy_rule.ComputeNetworkFirewallPolicyRuleMatch.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeNetworkFirewallPolicyRuleMatch,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeNetworkFirewallPolicyRuleMatch
@Stability(Stable) @Internal public static final class ComputeNetworkFirewallPolicyRuleMatch.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeNetworkFirewallPolicyRuleMatch
An implementation forComputeNetworkFirewallPolicyRuleMatch
-
-
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_network_firewall_policy_rule.ComputeNetworkFirewallPolicyRuleMatch
ComputeNetworkFirewallPolicyRuleMatch.Builder, ComputeNetworkFirewallPolicyRuleMatch.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeNetworkFirewallPolicyRuleMatch.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeNetworkFirewallPolicyRuleMatch.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(ComputeNetworkFirewallPolicyRuleMatch.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeNetworkFirewallPolicyRuleMatch.Builder.
-
-
Method Detail
-
getLayer4Configs
public final Object getLayer4Configs()
Description copied from interface:ComputeNetworkFirewallPolicyRuleMatchlayer4_configs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_firewall_policy_rule#layer4_configs ComputeNetworkFirewallPolicyRule#layer4_configs}
- Specified by:
getLayer4Configsin interfaceComputeNetworkFirewallPolicyRuleMatch
-
getDestAddressGroups
public final List<String> getDestAddressGroups()
Description copied from interface:ComputeNetworkFirewallPolicyRuleMatchAddress 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_network_firewall_policy_rule#dest_address_groups ComputeNetworkFirewallPolicyRule#dest_address_groups}
- Specified by:
getDestAddressGroupsin interfaceComputeNetworkFirewallPolicyRuleMatch
-
getDestFqdns
public final List<String> getDestFqdns()
Description copied from interface:ComputeNetworkFirewallPolicyRuleMatchDomain 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_network_firewall_policy_rule#dest_fqdns ComputeNetworkFirewallPolicyRule#dest_fqdns}
- Specified by:
getDestFqdnsin interfaceComputeNetworkFirewallPolicyRuleMatch
-
getDestIpRanges
public final List<String> getDestIpRanges()
Description copied from interface:ComputeNetworkFirewallPolicyRuleMatchCIDR 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_network_firewall_policy_rule#dest_ip_ranges ComputeNetworkFirewallPolicyRule#dest_ip_ranges}
- Specified by:
getDestIpRangesin interfaceComputeNetworkFirewallPolicyRuleMatch
-
getDestRegionCodes
public final List<String> getDestRegionCodes()
Description copied from interface:ComputeNetworkFirewallPolicyRuleMatchThe 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_network_firewall_policy_rule#dest_region_codes ComputeNetworkFirewallPolicyRule#dest_region_codes}
- Specified by:
getDestRegionCodesin interfaceComputeNetworkFirewallPolicyRuleMatch
-
getDestThreatIntelligences
public final List<String> getDestThreatIntelligences()
Description copied from interface:ComputeNetworkFirewallPolicyRuleMatchName 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_network_firewall_policy_rule#dest_threat_intelligences ComputeNetworkFirewallPolicyRule#dest_threat_intelligences}
- Specified by:
getDestThreatIntelligencesin interfaceComputeNetworkFirewallPolicyRuleMatch
-
getSrcAddressGroups
public final List<String> getSrcAddressGroups()
Description copied from interface:ComputeNetworkFirewallPolicyRuleMatchAddress 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_network_firewall_policy_rule#src_address_groups ComputeNetworkFirewallPolicyRule#src_address_groups}
- Specified by:
getSrcAddressGroupsin interfaceComputeNetworkFirewallPolicyRuleMatch
-
getSrcFqdns
public final List<String> getSrcFqdns()
Description copied from interface:ComputeNetworkFirewallPolicyRuleMatchDomain 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_network_firewall_policy_rule#src_fqdns ComputeNetworkFirewallPolicyRule#src_fqdns}
- Specified by:
getSrcFqdnsin interfaceComputeNetworkFirewallPolicyRuleMatch
-
getSrcIpRanges
public final List<String> getSrcIpRanges()
Description copied from interface:ComputeNetworkFirewallPolicyRuleMatchCIDR 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_network_firewall_policy_rule#src_ip_ranges ComputeNetworkFirewallPolicyRule#src_ip_ranges}
- Specified by:
getSrcIpRangesin interfaceComputeNetworkFirewallPolicyRuleMatch
-
getSrcRegionCodes
public final List<String> getSrcRegionCodes()
Description copied from interface:ComputeNetworkFirewallPolicyRuleMatchThe 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_network_firewall_policy_rule#src_region_codes ComputeNetworkFirewallPolicyRule#src_region_codes}
- Specified by:
getSrcRegionCodesin interfaceComputeNetworkFirewallPolicyRuleMatch
-
getSrcSecureTags
public final Object getSrcSecureTags()
Description copied from interface:ComputeNetworkFirewallPolicyRuleMatchsrc_secure_tags block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_firewall_policy_rule#src_secure_tags ComputeNetworkFirewallPolicyRule#src_secure_tags}
- Specified by:
getSrcSecureTagsin interfaceComputeNetworkFirewallPolicyRuleMatch
-
getSrcThreatIntelligences
public final List<String> getSrcThreatIntelligences()
Description copied from interface:ComputeNetworkFirewallPolicyRuleMatchName 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_network_firewall_policy_rule#src_threat_intelligences ComputeNetworkFirewallPolicyRule#src_threat_intelligences}
- Specified by:
getSrcThreatIntelligencesin interfaceComputeNetworkFirewallPolicyRuleMatch
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-