Class: HostNetOffloadCapabilities

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#csumOffloadObject

Returns the value of attribute csumOffload.



20318
20319
20320
# File 'lib/vmware/soap/vim25.rb', line 20318

def csumOffload
  @csumOffload
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20317
20318
20319
# File 'lib/vmware/soap/vim25.rb', line 20317

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20316
20317
20318
# File 'lib/vmware/soap/vim25.rb', line 20316

def dynamicType
  @dynamicType
end

#tcpSegmentationObject

Returns the value of attribute tcpSegmentation.



20319
20320
20321
# File 'lib/vmware/soap/vim25.rb', line 20319

def tcpSegmentation
  @tcpSegmentation
end

#zeroCopyXmitObject

Returns the value of attribute zeroCopyXmit.



20320
20321
20322
# File 'lib/vmware/soap/vim25.rb', line 20320

def zeroCopyXmit
  @zeroCopyXmit
end