Uses of Class
com.hashicorp.cdktf.providers.google.compute_firewall_policy_rule.ComputeFirewallPolicyRuleMatchLayer4Configs.Builder
-
Packages that use ComputeFirewallPolicyRuleMatchLayer4Configs.Builder Package Description com.hashicorp.cdktf.providers.google.compute_firewall_policy_rule google_compute_firewall_policy_rule -
-
Uses of ComputeFirewallPolicyRuleMatchLayer4Configs.Builder in com.hashicorp.cdktf.providers.google.compute_firewall_policy_rule
Methods in com.hashicorp.cdktf.providers.google.compute_firewall_policy_rule that return ComputeFirewallPolicyRuleMatchLayer4Configs.Builder Modifier and Type Method Description static ComputeFirewallPolicyRuleMatchLayer4Configs.BuilderComputeFirewallPolicyRuleMatchLayer4Configs. builder()ComputeFirewallPolicyRuleMatchLayer4Configs.BuilderComputeFirewallPolicyRuleMatchLayer4Configs.Builder. ipProtocol(String ipProtocol)Sets the value ofComputeFirewallPolicyRuleMatchLayer4Configs.getIpProtocol()ComputeFirewallPolicyRuleMatchLayer4Configs.BuilderComputeFirewallPolicyRuleMatchLayer4Configs.Builder. ports(List<String> ports)Sets the value ofComputeFirewallPolicyRuleMatchLayer4Configs.getPorts()Constructors in com.hashicorp.cdktf.providers.google.compute_firewall_policy_rule with parameters of type ComputeFirewallPolicyRuleMatchLayer4Configs.Builder Constructor Description Jsii$Proxy(ComputeFirewallPolicyRuleMatchLayer4Configs.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeFirewallPolicyRuleMatchLayer4Configs.Builder.
-