Method: HostVirtualSwitchConfig#initialize

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

#initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, name = nil, spec = nil) ⇒ HostVirtualSwitchConfig

Returns a new instance of HostVirtualSwitchConfig.



22029
22030
22031
22032
22033
22034
22035
# File 'lib/vmware/soap/vim25.rb', line 22029

def initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, name = nil, spec = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @changeOperation = changeOperation
  @name = name
  @spec = spec
end