Class: PhysicalNicCdpInfo

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

Overview

urn:vim25PhysicalNicCdpInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
cdpVersion - SOAP::SOAPInt
timeout - SOAP::SOAPInt
ttl - SOAP::SOAPInt
samples - SOAP::SOAPInt
devId - SOAP::SOAPString
address - SOAP::SOAPString
portId - SOAP::SOAPString
deviceCapability - PhysicalNicCdpDeviceCapability
softwareVersion - SOAP::SOAPString
hardwarePlatform - SOAP::SOAPString
ipPrefix - SOAP::SOAPString
ipPrefixLen - SOAP::SOAPInt
vlan - SOAP::SOAPInt
fullDuplex - SOAP::SOAPBoolean
mtu - SOAP::SOAPInt
systemName - SOAP::SOAPString
systemOID - SOAP::SOAPString
mgmtAddr - SOAP::SOAPString
location - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], cdpVersion = nil, timeout = nil, ttl = nil, samples = nil, devId = nil, address = nil, portId = nil, deviceCapability = nil, softwareVersion = nil, hardwarePlatform = nil, ipPrefix = nil, ipPrefixLen = nil, vlan = nil, fullDuplex = nil, mtu = nil, systemName = nil, systemOID = nil, mgmtAddr = nil, location = nil) ⇒ PhysicalNicCdpInfo

Returns a new instance of PhysicalNicCdpInfo.

[View source]

20987
20988
20989
20990
20991
20992
20993
20994
20995
20996
20997
20998
20999
21000
21001
21002
21003
21004
21005
21006
21007
21008
21009
# File 'lib/vmware/soap/vim25.rb', line 20987

def initialize(dynamicType = nil, dynamicProperty = [], cdpVersion = nil, timeout = nil, ttl = nil, samples = nil, devId = nil, address = nil, portId = nil, deviceCapability = nil, softwareVersion = nil, hardwarePlatform = nil, ipPrefix = nil, ipPrefixLen = nil, vlan = nil, fullDuplex = nil, mtu = nil, systemName = nil, systemOID = nil, mgmtAddr = nil, location = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @cdpVersion = cdpVersion
  @timeout = timeout
  @ttl = ttl
  @samples = samples
  @devId = devId
  @address = address
  @portId = portId
  @deviceCapability = deviceCapability
  @softwareVersion = softwareVersion
  @hardwarePlatform = hardwarePlatform
  @ipPrefix = ipPrefix
  @ipPrefixLen = ipPrefixLen
  @vlan = vlan
  @fullDuplex = fullDuplex
  @mtu = mtu
  @systemName = systemName
  @systemOID = systemOID
  @mgmtAddr = mgmtAddr
  @location = location
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.


20972
20973
20974
# File 'lib/vmware/soap/vim25.rb', line 20972

def address
  @address
end

#cdpVersionObject

Returns the value of attribute cdpVersion.


20967
20968
20969
# File 'lib/vmware/soap/vim25.rb', line 20967

def cdpVersion
  @cdpVersion
end

#deviceCapabilityObject

Returns the value of attribute deviceCapability.


20974
20975
20976
# File 'lib/vmware/soap/vim25.rb', line 20974

def deviceCapability
  @deviceCapability
end

#devIdObject

Returns the value of attribute devId.


20971
20972
20973
# File 'lib/vmware/soap/vim25.rb', line 20971

def devId
  @devId
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


20966
20967
20968
# File 'lib/vmware/soap/vim25.rb', line 20966

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


20965
20966
20967
# File 'lib/vmware/soap/vim25.rb', line 20965

def dynamicType
  @dynamicType
end

#fullDuplexObject

Returns the value of attribute fullDuplex.


20980
20981
20982
# File 'lib/vmware/soap/vim25.rb', line 20980

def fullDuplex
  @fullDuplex
end

#hardwarePlatformObject

Returns the value of attribute hardwarePlatform.


20976
20977
20978
# File 'lib/vmware/soap/vim25.rb', line 20976

def hardwarePlatform
  @hardwarePlatform
end

#ipPrefixObject

Returns the value of attribute ipPrefix.


20977
20978
20979
# File 'lib/vmware/soap/vim25.rb', line 20977

def ipPrefix
  @ipPrefix
end

#ipPrefixLenObject

Returns the value of attribute ipPrefixLen.


20978
20979
20980
# File 'lib/vmware/soap/vim25.rb', line 20978

def ipPrefixLen
  @ipPrefixLen
end

#locationObject

Returns the value of attribute location.


20985
20986
20987
# File 'lib/vmware/soap/vim25.rb', line 20985

def location
  @location
end

#mgmtAddrObject

Returns the value of attribute mgmtAddr.


20984
20985
20986
# File 'lib/vmware/soap/vim25.rb', line 20984

def mgmtAddr
  @mgmtAddr
end

#mtuObject

Returns the value of attribute mtu.


20981
20982
20983
# File 'lib/vmware/soap/vim25.rb', line 20981

def mtu
  @mtu
end

#portIdObject

Returns the value of attribute portId.


20973
20974
20975
# File 'lib/vmware/soap/vim25.rb', line 20973

def portId
  @portId
end

#samplesObject

Returns the value of attribute samples.


20970
20971
20972
# File 'lib/vmware/soap/vim25.rb', line 20970

def samples
  @samples
end

#softwareVersionObject

Returns the value of attribute softwareVersion.


20975
20976
20977
# File 'lib/vmware/soap/vim25.rb', line 20975

def softwareVersion
  @softwareVersion
end

#systemNameObject

Returns the value of attribute systemName.


20982
20983
20984
# File 'lib/vmware/soap/vim25.rb', line 20982

def systemName
  @systemName
end

#systemOIDObject

Returns the value of attribute systemOID.


20983
20984
20985
# File 'lib/vmware/soap/vim25.rb', line 20983

def systemOID
  @systemOID
end

#timeoutObject

Returns the value of attribute timeout.


20968
20969
20970
# File 'lib/vmware/soap/vim25.rb', line 20968

def timeout
  @timeout
end

#ttlObject

Returns the value of attribute ttl.


20969
20970
20971
# File 'lib/vmware/soap/vim25.rb', line 20969

def ttl
  @ttl
end

#vlanObject

Returns the value of attribute vlan.


20979
20980
20981
# File 'lib/vmware/soap/vim25.rb', line 20979

def vlan
  @vlan
end