Method: HostPortGroup#initialize

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

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, port = [], vswitch = nil, computedPolicy = nil, spec = nil) ⇒ HostPortGroup

Returns a new instance of HostPortGroup.



21135
21136
21137
21138
21139
21140
21141
21142
21143
# File 'lib/vmware/soap/vim25.rb', line 21135

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, port = [], vswitch = nil, computedPolicy = nil, spec = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @port = port
  @vswitch = vswitch
  @computedPolicy = computedPolicy
  @spec = spec
end