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