Class ComputeSecurityPolicyRuleMatch.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_security_policy.ComputeSecurityPolicyRuleMatch.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeSecurityPolicyRuleMatch,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeSecurityPolicyRuleMatch
@Stability(Stable) @Internal public static final class ComputeSecurityPolicyRuleMatch.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeSecurityPolicyRuleMatch
An implementation forComputeSecurityPolicyRuleMatch
-
-
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_security_policy.ComputeSecurityPolicyRuleMatch
ComputeSecurityPolicyRuleMatch.Builder, ComputeSecurityPolicyRuleMatch.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeSecurityPolicyRuleMatch.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeSecurityPolicyRuleMatch.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)ComputeSecurityPolicyRuleMatchConfiggetConfig()config block.ComputeSecurityPolicyRuleMatchExprgetExpr()expr block.ComputeSecurityPolicyRuleMatchExprOptionsgetExprOptions()expr_options block.StringgetVersionedExpr()Predefined rule expression.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(ComputeSecurityPolicyRuleMatch.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeSecurityPolicyRuleMatch.Builder.
-
-
Method Detail
-
getConfig
public final ComputeSecurityPolicyRuleMatchConfig getConfig()
Description copied from interface:ComputeSecurityPolicyRuleMatchconfig block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy#config ComputeSecurityPolicy#config}
- Specified by:
getConfigin interfaceComputeSecurityPolicyRuleMatch
-
getExpr
public final ComputeSecurityPolicyRuleMatchExpr getExpr()
Description copied from interface:ComputeSecurityPolicyRuleMatchexpr block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy#expr ComputeSecurityPolicy#expr}
- Specified by:
getExprin interfaceComputeSecurityPolicyRuleMatch
-
getExprOptions
public final ComputeSecurityPolicyRuleMatchExprOptions getExprOptions()
Description copied from interface:ComputeSecurityPolicyRuleMatchexpr_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy#expr_options ComputeSecurityPolicy#expr_options}
- Specified by:
getExprOptionsin interfaceComputeSecurityPolicyRuleMatch
-
getVersionedExpr
public final String getVersionedExpr()
Description copied from interface:ComputeSecurityPolicyRuleMatchPredefined rule expression.If this field is specified, config must also be specified. Available options: SRC_IPS_V1: Must specify the corresponding src_ip_ranges field in config. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy#versioned_expr ComputeSecurityPolicy#versioned_expr}
- Specified by:
getVersionedExprin interfaceComputeSecurityPolicyRuleMatch
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-