Method: HostFirewallRule#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(dynamicType = nil, dynamicProperty = [], port = nil, endPort = nil, direction = nil, protocol = nil) ⇒ HostFirewallRule

Returns a new instance of HostFirewallRule.



21161
21162
21163
21164
21165
21166
21167
21168
# File 'lib/vmware/soap/vim25.rb', line 21161

def initialize(dynamicType = nil, dynamicProperty = [], port = nil, endPort = nil, direction = nil, protocol = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @port = port
  @endPort = endPort
  @direction = direction
  @protocol = protocol
end