Class ComputeFirewallPolicyRuleMatch.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_firewall_policy_rule.ComputeFirewallPolicyRuleMatch.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeFirewallPolicyRuleMatch,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeFirewallPolicyRuleMatch
@Stability(Stable) @Internal public static final class ComputeFirewallPolicyRuleMatch.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeFirewallPolicyRuleMatch
An implementation forComputeFirewallPolicyRuleMatch
-
-
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_firewall_policy_rule.ComputeFirewallPolicyRuleMatch
ComputeFirewallPolicyRuleMatch.Builder, ComputeFirewallPolicyRuleMatch.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeFirewallPolicyRuleMatch.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeFirewallPolicyRuleMatch.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.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(ComputeFirewallPolicyRuleMatch.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeFirewallPolicyRuleMatch.Builder.
-
-
Method Detail
-
getLayer4Configs
public final Object getLayer4Configs()
Description copied from interface:ComputeFirewallPolicyRuleMatchlayer4_configs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_firewall_policy_rule#layer4_configs ComputeFirewallPolicyRule#layer4_configs}
- Specified by:
getLayer4Configsin interfaceComputeFirewallPolicyRuleMatch
-
getDestAddressGroups
public final List<String> getDestAddressGroups()
Description copied from interface:ComputeFirewallPolicyRuleMatchAddress 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_firewall_policy_rule#dest_address_groups ComputeFirewallPolicyRule#dest_address_groups}
- Specified by:
getDestAddressGroupsin interfaceComputeFirewallPolicyRuleMatch
-
getDestFqdns
public final List<String> getDestFqdns()
Description copied from interface:ComputeFirewallPolicyRuleMatchDomain 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_firewall_policy_rule#dest_fqdns ComputeFirewallPolicyRule#dest_fqdns}
- Specified by:
getDestFqdnsin interfaceComputeFirewallPolicyRuleMatch
-
getDestIpRanges
public final List<String> getDestIpRanges()
Description copied from interface:ComputeFirewallPolicyRuleMatchCIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 256.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_firewall_policy_rule#dest_ip_ranges ComputeFirewallPolicyRule#dest_ip_ranges}
- Specified by:
getDestIpRangesin interfaceComputeFirewallPolicyRuleMatch
-
getDestRegionCodes
public final List<String> getDestRegionCodes()
Description copied from interface:ComputeFirewallPolicyRuleMatchThe 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_firewall_policy_rule#dest_region_codes ComputeFirewallPolicyRule#dest_region_codes}
- Specified by:
getDestRegionCodesin interfaceComputeFirewallPolicyRuleMatch
-
getDestThreatIntelligences
public final List<String> getDestThreatIntelligences()
Description copied from interface:ComputeFirewallPolicyRuleMatchName 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_firewall_policy_rule#dest_threat_intelligences ComputeFirewallPolicyRule#dest_threat_intelligences}
- Specified by:
getDestThreatIntelligencesin interfaceComputeFirewallPolicyRuleMatch
-
getSrcAddressGroups
public final List<String> getSrcAddressGroups()
Description copied from interface:ComputeFirewallPolicyRuleMatchAddress 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_firewall_policy_rule#src_address_groups ComputeFirewallPolicyRule#src_address_groups}
- Specified by:
getSrcAddressGroupsin interfaceComputeFirewallPolicyRuleMatch
-
getSrcFqdns
public final List<String> getSrcFqdns()
Description copied from interface:ComputeFirewallPolicyRuleMatchDomain 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_firewall_policy_rule#src_fqdns ComputeFirewallPolicyRule#src_fqdns}
- Specified by:
getSrcFqdnsin interfaceComputeFirewallPolicyRuleMatch
-
getSrcIpRanges
public final List<String> getSrcIpRanges()
Description copied from interface:ComputeFirewallPolicyRuleMatchCIDR IP address range. Maximum number of source CIDR IP ranges allowed is 256.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_firewall_policy_rule#src_ip_ranges ComputeFirewallPolicyRule#src_ip_ranges}
- Specified by:
getSrcIpRangesin interfaceComputeFirewallPolicyRuleMatch
-
getSrcRegionCodes
public final List<String> getSrcRegionCodes()
Description copied from interface:ComputeFirewallPolicyRuleMatchThe 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_firewall_policy_rule#src_region_codes ComputeFirewallPolicyRule#src_region_codes}
- Specified by:
getSrcRegionCodesin interfaceComputeFirewallPolicyRuleMatch
-
getSrcThreatIntelligences
public final List<String> getSrcThreatIntelligences()
Description copied from interface:ComputeFirewallPolicyRuleMatchName 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_firewall_policy_rule#src_threat_intelligences ComputeFirewallPolicyRule#src_threat_intelligences}
- Specified by:
getSrcThreatIntelligencesin interfaceComputeFirewallPolicyRuleMatch
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-