Class ComputeRegionNetworkFirewallPolicyRuleConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_network_firewall_policy_rule.ComputeRegionNetworkFirewallPolicyRuleConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionNetworkFirewallPolicyRuleConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionNetworkFirewallPolicyRuleConfig
@Stability(Stable) @Internal public static final class ComputeRegionNetworkFirewallPolicyRuleConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionNetworkFirewallPolicyRuleConfig
An implementation forComputeRegionNetworkFirewallPolicyRuleConfig
-
-
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.ComputeRegionNetworkFirewallPolicyRuleConfig
ComputeRegionNetworkFirewallPolicyRuleConfig.Builder, ComputeRegionNetworkFirewallPolicyRuleConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionNetworkFirewallPolicyRuleConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionNetworkFirewallPolicyRuleConfig.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)StringgetAction()The Action to perform when the client connection triggers the rule.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()An optional description for this resource.StringgetDirection()The direction in which this rule applies.ObjectgetDisabled()Denotes whether the firewall policy rule is disabled.ObjectgetEnableLogging()Denotes whether to enable logging for a particular rule.StringgetFirewallPolicy()The firewall policy of the resource.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#id ComputeRegionNetworkFirewallPolicyRule#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()ComputeRegionNetworkFirewallPolicyRuleMatchgetMatch()match block.NumbergetPriority()An integer indicating the priority of a rule in the list.StringgetProject()The project for the resource.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetRegion()The location of this resource.StringgetRuleName()An optional name for the rule.StringgetSecurityProfileGroup()A fully-qualified URL of a SecurityProfileGroup resource.ObjectgetTargetSecureTags()target_secure_tags block.List<String>getTargetServiceAccounts()A list of service accounts indicating the sets of instances that are applied with this rule.ComputeRegionNetworkFirewallPolicyRuleTimeoutsgetTimeouts()timeouts block.ObjectgetTlsInspect()Boolean flag indicating if the traffic should be TLS decrypted.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(ComputeRegionNetworkFirewallPolicyRuleConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionNetworkFirewallPolicyRuleConfig.Builder.
-
-
Method Detail
-
getAction
public final String getAction()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigThe Action to perform when the client connection triggers the rule. Valid actions are "allow", "deny", "goto_next" and "apply_security_profile_group".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#action ComputeRegionNetworkFirewallPolicyRule#action}
- Specified by:
getActionin interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getDirection
public final String getDirection()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigThe direction in which this rule applies. Possible values: INGRESS, EGRESS.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#direction ComputeRegionNetworkFirewallPolicyRule#direction}
- Specified by:
getDirectionin interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getFirewallPolicy
public final String getFirewallPolicy()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigThe firewall policy of the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#firewall_policy ComputeRegionNetworkFirewallPolicyRule#firewall_policy}
- Specified by:
getFirewallPolicyin interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getMatch
public final ComputeRegionNetworkFirewallPolicyRuleMatch getMatch()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigmatch block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#match ComputeRegionNetworkFirewallPolicyRule#match}
- Specified by:
getMatchin interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getPriority
public final Number getPriority()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigAn integer indicating the priority of a rule in the list.The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#priority ComputeRegionNetworkFirewallPolicyRule#priority}
- Specified by:
getPriorityin interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getDescription
public final String getDescription()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigAn optional description for this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#description ComputeRegionNetworkFirewallPolicyRule#description}
- Specified by:
getDescriptionin interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getDisabled
public final Object getDisabled()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigDenotes whether the firewall policy rule is disabled.When set to true, the firewall policy rule is not enforced and traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#disabled ComputeRegionNetworkFirewallPolicyRule#disabled}
- Specified by:
getDisabledin interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getEnableLogging
public final Object getEnableLogging()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigDenotes whether to enable logging for a particular rule.If logging is enabled, logs will be exported to the configured export destination in Stackdriver. Logs may be exported to BigQuery or Pub/Sub. Note: you cannot enable logging on "goto_next" rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#enable_logging ComputeRegionNetworkFirewallPolicyRule#enable_logging}
- Specified by:
getEnableLoggingin interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getId
public final String getId()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#id ComputeRegionNetworkFirewallPolicyRule#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getProject
public final String getProject()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigThe project for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#project ComputeRegionNetworkFirewallPolicyRule#project}
- Specified by:
getProjectin interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getRegion
public final String getRegion()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigThe location of this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#region ComputeRegionNetworkFirewallPolicyRule#region}
- Specified by:
getRegionin interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getRuleName
public final String getRuleName()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigAn optional name for the rule. This field is not a unique identifier and can be updated.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#rule_name ComputeRegionNetworkFirewallPolicyRule#rule_name}
- Specified by:
getRuleNamein interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getSecurityProfileGroup
public final String getSecurityProfileGroup()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigA fully-qualified URL of a SecurityProfileGroup resource.Example: https://networksecurity.googleapis.com/v1/organizations/{organizationId}/locations/global/securityProfileGroups/my-security-profile-group. It must be specified if action = 'apply_security_profile_group' and cannot be specified for other actions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#security_profile_group ComputeRegionNetworkFirewallPolicyRule#security_profile_group}
- Specified by:
getSecurityProfileGroupin interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getTargetSecureTags
public final Object getTargetSecureTags()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigtarget_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#target_secure_tags ComputeRegionNetworkFirewallPolicyRule#target_secure_tags}
- Specified by:
getTargetSecureTagsin interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getTargetServiceAccounts
public final List<String> getTargetServiceAccounts()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigA list of service accounts indicating the sets of instances that are applied with this rule.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#target_service_accounts ComputeRegionNetworkFirewallPolicyRule#target_service_accounts}
- Specified by:
getTargetServiceAccountsin interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getTimeouts
public final ComputeRegionNetworkFirewallPolicyRuleTimeouts getTimeouts()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#timeouts ComputeRegionNetworkFirewallPolicyRule#timeouts}
- Specified by:
getTimeoutsin interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getTlsInspect
public final Object getTlsInspect()
Description copied from interface:ComputeRegionNetworkFirewallPolicyRuleConfigBoolean flag indicating if the traffic should be TLS decrypted.It can be set only if action = 'apply_security_profile_group' and cannot be set for other actions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_rule#tls_inspect ComputeRegionNetworkFirewallPolicyRule#tls_inspect}
- Specified by:
getTlsInspectin interfaceComputeRegionNetworkFirewallPolicyRuleConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-