Class: PhysicalNicLinkInfo

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

Overview

urn:vim25PhysicalNicLinkInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
speedMb - SOAP::SOAPInt
duplex - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], speedMb = nil, duplex = nil) ⇒ PhysicalNicLinkInfo

Returns a new instance of PhysicalNicLinkInfo.



20821
20822
20823
20824
20825
20826
# File 'lib/vmware/soap/vim25.rb', line 20821

def initialize(dynamicType = nil, dynamicProperty = [], speedMb = nil, duplex = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @speedMb = speedMb
  @duplex = duplex
end

Instance Attribute Details

#duplexObject

Returns the value of attribute duplex.



20819
20820
20821
# File 'lib/vmware/soap/vim25.rb', line 20819

def duplex
  @duplex
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20817
20818
20819
# File 'lib/vmware/soap/vim25.rb', line 20817

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20816
20817
20818
# File 'lib/vmware/soap/vim25.rb', line 20816

def dynamicType
  @dynamicType
end

#speedMbObject

Returns the value of attribute speedMb.



20818
20819
20820
# File 'lib/vmware/soap/vim25.rb', line 20818

def speedMb
  @speedMb
end