Method: VMOnVirtualIntranet#initialize

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

#initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil) ⇒ VMOnVirtualIntranet



32290
32291
32292
32293
32294
32295
32296
# File 'lib/vmware/soap/vim25.rb', line 32290

def initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @device = device
  @backing = backing
  @connected = connected
end