Class: DestinationSwitchFull
- Inherits:
-
CannotAccessNetwork
- Object
- MethodFault
- VimFault
- VmConfigFault
- CannotAccessVmComponent
- CannotAccessVmDevice
- CannotAccessNetwork
- DestinationSwitchFull
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DestinationSwitchFull
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) ⇒ DestinationSwitchFull
constructor
A new instance of DestinationSwitchFull.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil) ⇒ DestinationSwitchFull
Returns a new instance of DestinationSwitchFull.
32246 32247 32248 32249 32250 32251 32252 |
# File 'lib/vmware/soap/vim25.rb', line 32246 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.
32243 32244 32245 |
# File 'lib/vmware/soap/vim25.rb', line 32243 def backing @backing end |
#connected ⇒ Object
Returns the value of attribute connected.
32244 32245 32246 |
# File 'lib/vmware/soap/vim25.rb', line 32244 def connected @connected end |
#device ⇒ Object
Returns the value of attribute device.
32242 32243 32244 |
# File 'lib/vmware/soap/vim25.rb', line 32242 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32241 32242 32243 |
# File 'lib/vmware/soap/vim25.rb', line 32241 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32240 32241 32242 |
# File 'lib/vmware/soap/vim25.rb', line 32240 def dynamicType @dynamicType end |