Class NetworkSecurityGatewaySecurityPolicyRuleConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.network_security_gateway_security_policy_rule.NetworkSecurityGatewaySecurityPolicyRuleConfig.Jsii$Proxy
-
- All Implemented Interfaces:
NetworkSecurityGatewaySecurityPolicyRuleConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NetworkSecurityGatewaySecurityPolicyRuleConfig
@Stability(Stable) @Internal public static final class NetworkSecurityGatewaySecurityPolicyRuleConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NetworkSecurityGatewaySecurityPolicyRuleConfig
An implementation forNetworkSecurityGatewaySecurityPolicyRuleConfig
-
-
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.network_security_gateway_security_policy_rule.NetworkSecurityGatewaySecurityPolicyRuleConfig
NetworkSecurityGatewaySecurityPolicyRuleConfig.Builder, NetworkSecurityGatewaySecurityPolicyRuleConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NetworkSecurityGatewaySecurityPolicyRuleConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theNetworkSecurityGatewaySecurityPolicyRuleConfig.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)StringgetApplicationMatcher()CEL expression for matching on L7/application level criteria.StringgetBasicProfile()Profile which tells what the primitive action should be.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()Free-text description of the resource.ObjectgetEnabled()Whether the rule is enforced.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetGatewaySecurityPolicy()The name of the gatewat security policy this rule belongs to.StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#id NetworkSecurityGatewaySecurityPolicyRule#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLocation()The location of the gateway security policy.StringgetName()Name of the resource.NumbergetPriority()Priority of the rule.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#project NetworkSecurityGatewaySecurityPolicyRule#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetSessionMatcher()CEL expression for matching on session criteria.NetworkSecurityGatewaySecurityPolicyRuleTimeoutsgetTimeouts()timeouts block.ObjectgetTlsInspectionEnabled()Flag to enable TLS inspection of traffic matching on.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(NetworkSecurityGatewaySecurityPolicyRuleConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theNetworkSecurityGatewaySecurityPolicyRuleConfig.Builder.
-
-
Method Detail
-
getBasicProfile
public final String getBasicProfile()
Description copied from interface:NetworkSecurityGatewaySecurityPolicyRuleConfigProfile which tells what the primitive action should be.Possible values are: * ALLOW * DENY. Possible values: ["BASIC_PROFILE_UNSPECIFIED", "ALLOW", "DENY"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#basic_profile NetworkSecurityGatewaySecurityPolicyRule#basic_profile}
- Specified by:
getBasicProfilein interfaceNetworkSecurityGatewaySecurityPolicyRuleConfig
-
getEnabled
public final Object getEnabled()
Description copied from interface:NetworkSecurityGatewaySecurityPolicyRuleConfigWhether the rule is enforced.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#enabled NetworkSecurityGatewaySecurityPolicyRule#enabled}
- Specified by:
getEnabledin interfaceNetworkSecurityGatewaySecurityPolicyRuleConfig
-
getGatewaySecurityPolicy
public final String getGatewaySecurityPolicy()
Description copied from interface:NetworkSecurityGatewaySecurityPolicyRuleConfigThe name of the gatewat security policy this rule belongs to.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#gateway_security_policy NetworkSecurityGatewaySecurityPolicyRule#gateway_security_policy}
- Specified by:
getGatewaySecurityPolicyin interfaceNetworkSecurityGatewaySecurityPolicyRuleConfig
-
getLocation
public final String getLocation()
Description copied from interface:NetworkSecurityGatewaySecurityPolicyRuleConfigThe location of the gateway security policy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#location NetworkSecurityGatewaySecurityPolicyRule#location}
- Specified by:
getLocationin interfaceNetworkSecurityGatewaySecurityPolicyRuleConfig
-
getName
public final String getName()
Description copied from interface:NetworkSecurityGatewaySecurityPolicyRuleConfigName of the resource. ame is the full resource name so projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy}/rules/{rule} rule should match the pattern: (^a-z?$).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#name NetworkSecurityGatewaySecurityPolicyRule#name}
- Specified by:
getNamein interfaceNetworkSecurityGatewaySecurityPolicyRuleConfig
-
getPriority
public final Number getPriority()
Description copied from interface:NetworkSecurityGatewaySecurityPolicyRuleConfigPriority of the rule. Lower number corresponds to higher precedence.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#priority NetworkSecurityGatewaySecurityPolicyRule#priority}
- Specified by:
getPriorityin interfaceNetworkSecurityGatewaySecurityPolicyRuleConfig
-
getSessionMatcher
public final String getSessionMatcher()
Description copied from interface:NetworkSecurityGatewaySecurityPolicyRuleConfigCEL expression for matching on session criteria.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#session_matcher NetworkSecurityGatewaySecurityPolicyRule#session_matcher}
- Specified by:
getSessionMatcherin interfaceNetworkSecurityGatewaySecurityPolicyRuleConfig
-
getApplicationMatcher
public final String getApplicationMatcher()
Description copied from interface:NetworkSecurityGatewaySecurityPolicyRuleConfigCEL expression for matching on L7/application level criteria.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#application_matcher NetworkSecurityGatewaySecurityPolicyRule#application_matcher}
- Specified by:
getApplicationMatcherin interfaceNetworkSecurityGatewaySecurityPolicyRuleConfig
-
getDescription
public final String getDescription()
Description copied from interface:NetworkSecurityGatewaySecurityPolicyRuleConfigFree-text description of the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#description NetworkSecurityGatewaySecurityPolicyRule#description}
- Specified by:
getDescriptionin interfaceNetworkSecurityGatewaySecurityPolicyRuleConfig
-
getId
public final String getId()
Description copied from interface:NetworkSecurityGatewaySecurityPolicyRuleConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#id NetworkSecurityGatewaySecurityPolicyRule#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 interfaceNetworkSecurityGatewaySecurityPolicyRuleConfig
-
getProject
public final String getProject()
Description copied from interface:NetworkSecurityGatewaySecurityPolicyRuleConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#project NetworkSecurityGatewaySecurityPolicyRule#project}.- Specified by:
getProjectin interfaceNetworkSecurityGatewaySecurityPolicyRuleConfig
-
getTimeouts
public final NetworkSecurityGatewaySecurityPolicyRuleTimeouts getTimeouts()
Description copied from interface:NetworkSecurityGatewaySecurityPolicyRuleConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#timeouts NetworkSecurityGatewaySecurityPolicyRule#timeouts}
- Specified by:
getTimeoutsin interfaceNetworkSecurityGatewaySecurityPolicyRuleConfig
-
getTlsInspectionEnabled
public final Object getTlsInspectionEnabled()
Description copied from interface:NetworkSecurityGatewaySecurityPolicyRuleConfigFlag to enable TLS inspection of traffic matching on. Can only be true if the parent GatewaySecurityPolicy references a TLSInspectionConfig.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#tls_inspection_enabled NetworkSecurityGatewaySecurityPolicyRule#tls_inspection_enabled}
- Specified by:
getTlsInspectionEnabledin interfaceNetworkSecurityGatewaySecurityPolicyRuleConfig
-
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
-
-