Class: HostVirtualSwitchBondBridge

Inherits:
HostVirtualSwitchBridge show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostVirtualSwitchBondBridge

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
nicDevice - SOAP::SOAPString
beacon - HostVirtualSwitchBeaconConfig

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], nicDevice = [], beacon = nil) ⇒ HostVirtualSwitchBondBridge

Returns a new instance of HostVirtualSwitchBondBridge.

[View source]

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

#beaconObject

Returns the value of attribute beacon.


21965
21966
21967
# File 'lib/vmware/soap/vim25.rb', line 21965

def beacon
  @beacon
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


21963
21964
21965
# File 'lib/vmware/soap/vim25.rb', line 21963

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


21962
21963
21964
# File 'lib/vmware/soap/vim25.rb', line 21962

def dynamicType
  @dynamicType
end

#nicDeviceObject

Returns the value of attribute nicDevice.


21964
21965
21966
# File 'lib/vmware/soap/vim25.rb', line 21964

def nicDevice
  @nicDevice
end