Class: HostNetOffloadCapabilities
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostNetOffloadCapabilities
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostNetOffloadCapabilities
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
csumOffload - SOAP::SOAPBoolean
tcpSegmentation - SOAP::SOAPBoolean
zeroCopyXmit - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#csumOffload ⇒ Object
Returns the value of attribute csumOffload.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#tcpSegmentation ⇒ Object
Returns the value of attribute tcpSegmentation.
-
#zeroCopyXmit ⇒ Object
Returns the value of attribute zeroCopyXmit.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], csumOffload = nil, tcpSegmentation = nil, zeroCopyXmit = nil) ⇒ HostNetOffloadCapabilities
constructor
A new instance of HostNetOffloadCapabilities.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], csumOffload = nil, tcpSegmentation = nil, zeroCopyXmit = nil) ⇒ HostNetOffloadCapabilities
Returns a new instance of HostNetOffloadCapabilities.
20322 20323 20324 20325 20326 20327 20328 |
# File 'lib/vmware/soap/vim25.rb', line 20322 def initialize(dynamicType = nil, dynamicProperty = [], csumOffload = nil, tcpSegmentation = nil, zeroCopyXmit = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @csumOffload = csumOffload @tcpSegmentation = tcpSegmentation @zeroCopyXmit = zeroCopyXmit end |
Instance Attribute Details
#csumOffload ⇒ Object
Returns the value of attribute csumOffload.
20318 20319 20320 |
# File 'lib/vmware/soap/vim25.rb', line 20318 def csumOffload @csumOffload end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20317 20318 20319 |
# File 'lib/vmware/soap/vim25.rb', line 20317 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20316 20317 20318 |
# File 'lib/vmware/soap/vim25.rb', line 20316 def dynamicType @dynamicType end |
#tcpSegmentation ⇒ Object
Returns the value of attribute tcpSegmentation.
20319 20320 20321 |
# File 'lib/vmware/soap/vim25.rb', line 20319 def tcpSegmentation @tcpSegmentation end |
#zeroCopyXmit ⇒ Object
Returns the value of attribute zeroCopyXmit.
20320 20321 20322 |
# File 'lib/vmware/soap/vim25.rb', line 20320 def zeroCopyXmit @zeroCopyXmit end |