Class: HostVirtualSwitchSimpleBridge
- Inherits:
-
HostVirtualSwitchBridge
- Object
- DynamicData
- HostVirtualSwitchBridge
- HostVirtualSwitchSimpleBridge
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostVirtualSwitchSimpleBridge
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
nicDevice - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#nicDevice ⇒ Object
Returns the value of attribute nicDevice.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], nicDevice = nil) ⇒ HostVirtualSwitchSimpleBridge
constructor
A new instance of HostVirtualSwitchSimpleBridge.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], nicDevice = nil) ⇒ HostVirtualSwitchSimpleBridge
Returns a new instance of HostVirtualSwitchSimpleBridge.
21949 21950 21951 21952 21953 |
# File 'lib/vmware/soap/vim25.rb', line 21949 def initialize(dynamicType = nil, dynamicProperty = [], nicDevice = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @nicDevice = nicDevice end |
Instance Attribute Details
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21946 21947 21948 |
# File 'lib/vmware/soap/vim25.rb', line 21946 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21945 21946 21947 |
# File 'lib/vmware/soap/vim25.rb', line 21945 def dynamicType @dynamicType end |
permalink #nicDevice ⇒ Object
Returns the value of attribute nicDevice.
21947 21948 21949 |
# File 'lib/vmware/soap/vim25.rb', line 21947 def nicDevice @nicDevice end |