Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 973 Bytes

LoadbalancerFirewallRule.md

File metadata and controls

24 lines (18 loc) · 973 Bytes

VultrRuby::LoadbalancerFirewallRule

Properties

Name Type Description Notes
id String The unique ID for the firewall rule [optional]
port Integer Port for this rule. [optional]
source String If the source string is given a value of "cloudflare" then cloudflare IPs will be supplied. Otherwise enter a IP address with subnet size that you wish to permit through the firewall. Possible values:
ip_type String The type of IP rule. * v4 * v6 [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::LoadbalancerFirewallRule.new(
  id: null,
  port: null,
  source: null,
  ip_type: null
)