Class: PhysicalNicSpec

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

Overview

urn:vim25PhysicalNicSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
ip - HostIpConfig
linkSpeed - PhysicalNicLinkInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], ip = nil, linkSpeed = nil) ⇒ PhysicalNicSpec

Returns a new instance of PhysicalNicSpec.



20783
20784
20785
20786
20787
20788
# File 'lib/vmware/soap/vim25.rb', line 20783

def initialize(dynamicType = nil, dynamicProperty = [], ip = nil, linkSpeed = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @ip = ip
  @linkSpeed = linkSpeed
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20779
20780
20781
# File 'lib/vmware/soap/vim25.rb', line 20779

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20778
20779
20780
# File 'lib/vmware/soap/vim25.rb', line 20778

def dynamicType
  @dynamicType
end

#ipObject

Returns the value of attribute ip.



20780
20781
20782
# File 'lib/vmware/soap/vim25.rb', line 20780

def ip
  @ip
end

#linkSpeedObject

Returns the value of attribute linkSpeed.



20781
20782
20783
# File 'lib/vmware/soap/vim25.rb', line 20781

def linkSpeed
  @linkSpeed
end