Class: PhysicalNicCdpDeviceCapability

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

Overview

urn:vim25PhysicalNicCdpDeviceCapability

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
router - SOAP::SOAPBoolean
transparentBridge - SOAP::SOAPBoolean
sourceRouteBridge - SOAP::SOAPBoolean
networkSwitch - SOAP::SOAPBoolean
host - SOAP::SOAPBoolean
igmpEnabled - SOAP::SOAPBoolean
repeater - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], router = nil, transparentBridge = nil, sourceRouteBridge = nil, networkSwitch = nil, host = nil, igmpEnabled = nil, repeater = nil) ⇒ PhysicalNicCdpDeviceCapability

Returns a new instance of PhysicalNicCdpDeviceCapability.



20929
20930
20931
20932
20933
20934
20935
20936
20937
20938
20939
# File 'lib/vmware/soap/vim25.rb', line 20929

def initialize(dynamicType = nil, dynamicProperty = [], router = nil, transparentBridge = nil, sourceRouteBridge = nil, networkSwitch = nil, host = nil, igmpEnabled = nil, repeater = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @router = router
  @transparentBridge = transparentBridge
  @sourceRouteBridge = sourceRouteBridge
  @networkSwitch = networkSwitch
  @host = host
  @igmpEnabled = igmpEnabled
  @repeater = repeater
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20920
20921
20922
# File 'lib/vmware/soap/vim25.rb', line 20920

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20919
20920
20921
# File 'lib/vmware/soap/vim25.rb', line 20919

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



20925
20926
20927
# File 'lib/vmware/soap/vim25.rb', line 20925

def host
  @host
end

#igmpEnabledObject

Returns the value of attribute igmpEnabled.



20926
20927
20928
# File 'lib/vmware/soap/vim25.rb', line 20926

def igmpEnabled
  @igmpEnabled
end

#networkSwitchObject

Returns the value of attribute networkSwitch.



20924
20925
20926
# File 'lib/vmware/soap/vim25.rb', line 20924

def networkSwitch
  @networkSwitch
end

#repeaterObject

Returns the value of attribute repeater.



20927
20928
20929
# File 'lib/vmware/soap/vim25.rb', line 20927

def repeater
  @repeater
end

#routerObject

Returns the value of attribute router.



20921
20922
20923
# File 'lib/vmware/soap/vim25.rb', line 20921

def router
  @router
end

#sourceRouteBridgeObject

Returns the value of attribute sourceRouteBridge.



20923
20924
20925
# File 'lib/vmware/soap/vim25.rb', line 20923

def sourceRouteBridge
  @sourceRouteBridge
end

#transparentBridgeObject

Returns the value of attribute transparentBridge.



20922
20923
20924
# File 'lib/vmware/soap/vim25.rb', line 20922

def transparentBridge
  @transparentBridge
end