Class: VMOnVirtualIntranet

Inherits:
CannotAccessNetwork show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VMOnVirtualIntranet

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
backing - SOAP::SOAPString
connected - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of 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

Instance Attribute Details

#backingObject

Returns the value of attribute backing.



32287
32288
32289
# File 'lib/vmware/soap/vim25.rb', line 32287

def backing
  @backing
end

#connectedObject

Returns the value of attribute connected.



32288
32289
32290
# File 'lib/vmware/soap/vim25.rb', line 32288

def connected
  @connected
end

#deviceObject

Returns the value of attribute device.



32286
32287
32288
# File 'lib/vmware/soap/vim25.rb', line 32286

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32285
32286
32287
# File 'lib/vmware/soap/vim25.rb', line 32285

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32284
32285
32286
# File 'lib/vmware/soap/vim25.rb', line 32284

def dynamicType
  @dynamicType
end