Class: VMOnVirtualIntranet
- Inherits:
-
CannotAccessNetwork
- Object
- MethodFault
- VimFault
- VmConfigFault
- CannotAccessVmComponent
- CannotAccessVmDevice
- CannotAccessNetwork
- VMOnVirtualIntranet
- 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
-
#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) ⇒ VMOnVirtualIntranet
constructor
A new instance of VMOnVirtualIntranet.
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
#backing ⇒ Object
Returns the value of attribute backing.
32287 32288 32289 |
# File 'lib/vmware/soap/vim25.rb', line 32287 def backing @backing end |
#connected ⇒ Object
Returns the value of attribute connected.
32288 32289 32290 |
# File 'lib/vmware/soap/vim25.rb', line 32288 def connected @connected end |
#device ⇒ Object
Returns the value of attribute device.
32286 32287 32288 |
# File 'lib/vmware/soap/vim25.rb', line 32286 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32285 32286 32287 |
# File 'lib/vmware/soap/vim25.rb', line 32285 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32284 32285 32286 |
# File 'lib/vmware/soap/vim25.rb', line 32284 def dynamicType @dynamicType end |