Class: LegacyNetworkInterfaceInUse
- Inherits:
-
CannotAccessNetwork
- Object
- MethodFault
- VimFault
- VmConfigFault
- CannotAccessVmComponent
- CannotAccessVmDevice
- CannotAccessNetwork
- LegacyNetworkInterfaceInUse
- 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
-
#backing ⇒ Object
Returns the value of attribute backing.
-
#connected ⇒ Object
Returns the value of attribute connected.
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil) ⇒ LegacyNetworkInterfaceInUse
constructor
A new instance of LegacyNetworkInterfaceInUse.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil) ⇒ LegacyNetworkInterfaceInUse
Returns a new instance of LegacyNetworkInterfaceInUse.
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
permalink #backing ⇒ Object
Returns the value of attribute backing.
32265 32266 32267 |
# File 'lib/vmware/soap/vim25.rb', line 32265 def backing @backing end |
permalink #connected ⇒ Object
Returns the value of attribute connected.
32266 32267 32268 |
# File 'lib/vmware/soap/vim25.rb', line 32266 def connected @connected end |
permalink #device ⇒ Object
Returns the value of attribute device.
32264 32265 32266 |
# File 'lib/vmware/soap/vim25.rb', line 32264 def device @device end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32263 32264 32265 |
# File 'lib/vmware/soap/vim25.rb', line 32263 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32262 32263 32264 |
# File 'lib/vmware/soap/vim25.rb', line 32262 def dynamicType @dynamicType end |