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