Class: HostVirtualSwitchBondBridge
- Inherits:
-
HostVirtualSwitchBridge
- Object
- DynamicData
- HostVirtualSwitchBridge
- HostVirtualSwitchBondBridge
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostVirtualSwitchBondBridge
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
nicDevice - SOAP::SOAPString
beacon - HostVirtualSwitchBeaconConfig
Instance Attribute Summary collapse
-
#beacon ⇒ Object
Returns the value of attribute beacon.
-
#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 = [], beacon = nil) ⇒ HostVirtualSwitchBondBridge
constructor
A new instance of HostVirtualSwitchBondBridge.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], nicDevice = [], beacon = nil) ⇒ HostVirtualSwitchBondBridge
Returns a new instance of HostVirtualSwitchBondBridge.
21967 21968 21969 21970 21971 21972 |
# File 'lib/vmware/soap/vim25.rb', line 21967 def initialize(dynamicType = nil, dynamicProperty = [], nicDevice = [], beacon = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @nicDevice = nicDevice @beacon = beacon end |
Instance Attribute Details
permalink #beacon ⇒ Object
Returns the value of attribute beacon.
21965 21966 21967 |
# File 'lib/vmware/soap/vim25.rb', line 21965 def beacon @beacon end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21963 21964 21965 |
# File 'lib/vmware/soap/vim25.rb', line 21963 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21962 21963 21964 |
# File 'lib/vmware/soap/vim25.rb', line 21962 def dynamicType @dynamicType end |
permalink #nicDevice ⇒ Object
Returns the value of attribute nicDevice.
21964 21965 21966 |
# File 'lib/vmware/soap/vim25.rb', line 21964 def nicDevice @nicDevice end |