Interface ComputeSecurityPolicyRuleMatch
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeSecurityPolicyRuleMatch.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.958Z") @Stability(Stable) public interface ComputeSecurityPolicyRuleMatch extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeSecurityPolicyRuleMatch.BuilderA builder forComputeSecurityPolicyRuleMatchstatic classComputeSecurityPolicyRuleMatch.Jsii$ProxyAn implementation forComputeSecurityPolicyRuleMatch
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeSecurityPolicyRuleMatch.Builderbuilder()default ComputeSecurityPolicyRuleMatchConfiggetConfig()config block.default ComputeSecurityPolicyRuleMatchExprgetExpr()expr block.default ComputeSecurityPolicyRuleMatchExprOptionsgetExprOptions()expr_options block.default StringgetVersionedExpr()Predefined rule expression.
-
-
-
Method Detail
-
getConfig
@Stability(Stable) @Nullable default ComputeSecurityPolicyRuleMatchConfig getConfig()
config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy#config ComputeSecurityPolicy#config}
-
getExpr
@Stability(Stable) @Nullable default ComputeSecurityPolicyRuleMatchExpr getExpr()
expr block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_security_policy#expr ComputeSecurityPolicy#expr}
-
getExprOptions
@Stability(Stable) @Nullable default ComputeSecurityPolicyRuleMatchExprOptions getExprOptions()
expr_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}
-
getVersionedExpr
@Stability(Stable) @Nullable default String getVersionedExpr()
Predefined 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}
-
builder
@Stability(Stable) static ComputeSecurityPolicyRuleMatch.Builder builder()
-
-