Class: LegacyNetworkInterfaceInUse

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

Overview

urn:vim25LegacyNetworkInterfaceInUse

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) ⇒ LegacyNetworkInterfaceInUse

Returns a new instance of LegacyNetworkInterfaceInUse.

[View source]

32268
32269
32270
32271
32272
32273
32274
# File 'lib/vmware/soap/vim25.rb', line 32268

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.


32265
32266
32267
# File 'lib/vmware/soap/vim25.rb', line 32265

def backing
  @backing
end

#connectedObject

Returns the value of attribute connected.


32266
32267
32268
# File 'lib/vmware/soap/vim25.rb', line 32266

def connected
  @connected
end

#deviceObject

Returns the value of attribute device.


32264
32265
32266
# File 'lib/vmware/soap/vim25.rb', line 32264

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


32263
32264
32265
# File 'lib/vmware/soap/vim25.rb', line 32263

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


32262
32263
32264
# File 'lib/vmware/soap/vim25.rb', line 32262

def dynamicType
  @dynamicType
end