Uses of Class
com.hashicorp.cdktf.providers.google.compute_security_policy.ComputeSecurityPolicyRuleMatchConfig.Builder
-
Packages that use ComputeSecurityPolicyRuleMatchConfig.Builder Package Description com.hashicorp.cdktf.providers.google.compute_security_policy google_compute_security_policy -
-
Uses of ComputeSecurityPolicyRuleMatchConfig.Builder in com.hashicorp.cdktf.providers.google.compute_security_policy
Methods in com.hashicorp.cdktf.providers.google.compute_security_policy that return ComputeSecurityPolicyRuleMatchConfig.Builder Modifier and Type Method Description static ComputeSecurityPolicyRuleMatchConfig.BuilderComputeSecurityPolicyRuleMatchConfig. builder()ComputeSecurityPolicyRuleMatchConfig.BuilderComputeSecurityPolicyRuleMatchConfig.Builder. srcIpRanges(List<String> srcIpRanges)Sets the value ofComputeSecurityPolicyRuleMatchConfig.getSrcIpRanges()Constructors in com.hashicorp.cdktf.providers.google.compute_security_policy with parameters of type ComputeSecurityPolicyRuleMatchConfig.Builder Constructor Description Jsii$Proxy(ComputeSecurityPolicyRuleMatchConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeSecurityPolicyRuleMatchConfig.Builder.
-