Class: PhysicalNicCdpInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- PhysicalNicCdpInfo
- 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
-
#address ⇒ Object
Returns the value of attribute address.
-
#cdpVersion ⇒ Object
Returns the value of attribute cdpVersion.
-
#deviceCapability ⇒ Object
Returns the value of attribute deviceCapability.
-
#devId ⇒ Object
Returns the value of attribute devId.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullDuplex ⇒ Object
Returns the value of attribute fullDuplex.
-
#hardwarePlatform ⇒ Object
Returns the value of attribute hardwarePlatform.
-
#ipPrefix ⇒ Object
Returns the value of attribute ipPrefix.
-
#ipPrefixLen ⇒ Object
Returns the value of attribute ipPrefixLen.
-
#location ⇒ Object
Returns the value of attribute location.
-
#mgmtAddr ⇒ Object
Returns the value of attribute mgmtAddr.
-
#mtu ⇒ Object
Returns the value of attribute mtu.
-
#portId ⇒ Object
Returns the value of attribute portId.
-
#samples ⇒ Object
Returns the value of attribute samples.
-
#softwareVersion ⇒ Object
Returns the value of attribute softwareVersion.
-
#systemName ⇒ Object
Returns the value of attribute systemName.
-
#systemOID ⇒ Object
Returns the value of attribute systemOID.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#ttl ⇒ Object
Returns the value of attribute ttl.
-
#vlan ⇒ Object
Returns the value of attribute vlan.
Instance Method Summary collapse
-
#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
constructor
A new instance of PhysicalNicCdpInfo.
Constructor Details
permalink #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.
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
permalink #address ⇒ Object
Returns the value of attribute address.
20972 20973 20974 |
# File 'lib/vmware/soap/vim25.rb', line 20972 def address @address end |
permalink #cdpVersion ⇒ Object
Returns the value of attribute cdpVersion.
20967 20968 20969 |
# File 'lib/vmware/soap/vim25.rb', line 20967 def cdpVersion @cdpVersion end |
permalink #deviceCapability ⇒ Object
Returns the value of attribute deviceCapability.
20974 20975 20976 |
# File 'lib/vmware/soap/vim25.rb', line 20974 def deviceCapability @deviceCapability end |
permalink #devId ⇒ Object
Returns the value of attribute devId.
20971 20972 20973 |
# File 'lib/vmware/soap/vim25.rb', line 20971 def devId @devId end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20966 20967 20968 |
# File 'lib/vmware/soap/vim25.rb', line 20966 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20965 20966 20967 |
# File 'lib/vmware/soap/vim25.rb', line 20965 def dynamicType @dynamicType end |
permalink #fullDuplex ⇒ Object
Returns the value of attribute fullDuplex.
20980 20981 20982 |
# File 'lib/vmware/soap/vim25.rb', line 20980 def fullDuplex @fullDuplex end |
permalink #hardwarePlatform ⇒ Object
Returns the value of attribute hardwarePlatform.
20976 20977 20978 |
# File 'lib/vmware/soap/vim25.rb', line 20976 def hardwarePlatform @hardwarePlatform end |
permalink #ipPrefix ⇒ Object
Returns the value of attribute ipPrefix.
20977 20978 20979 |
# File 'lib/vmware/soap/vim25.rb', line 20977 def ipPrefix @ipPrefix end |
permalink #ipPrefixLen ⇒ Object
Returns the value of attribute ipPrefixLen.
20978 20979 20980 |
# File 'lib/vmware/soap/vim25.rb', line 20978 def ipPrefixLen @ipPrefixLen end |
permalink #location ⇒ Object
Returns the value of attribute location.
20985 20986 20987 |
# File 'lib/vmware/soap/vim25.rb', line 20985 def location @location end |
permalink #mgmtAddr ⇒ Object
Returns the value of attribute mgmtAddr.
20984 20985 20986 |
# File 'lib/vmware/soap/vim25.rb', line 20984 def mgmtAddr @mgmtAddr end |
permalink #mtu ⇒ Object
Returns the value of attribute mtu.
20981 20982 20983 |
# File 'lib/vmware/soap/vim25.rb', line 20981 def mtu @mtu end |
permalink #portId ⇒ Object
Returns the value of attribute portId.
20973 20974 20975 |
# File 'lib/vmware/soap/vim25.rb', line 20973 def portId @portId end |
permalink #samples ⇒ Object
Returns the value of attribute samples.
20970 20971 20972 |
# File 'lib/vmware/soap/vim25.rb', line 20970 def samples @samples end |
permalink #softwareVersion ⇒ Object
Returns the value of attribute softwareVersion.
20975 20976 20977 |
# File 'lib/vmware/soap/vim25.rb', line 20975 def softwareVersion @softwareVersion end |
permalink #systemName ⇒ Object
Returns the value of attribute systemName.
20982 20983 20984 |
# File 'lib/vmware/soap/vim25.rb', line 20982 def systemName @systemName end |
permalink #systemOID ⇒ Object
Returns the value of attribute systemOID.
20983 20984 20985 |
# File 'lib/vmware/soap/vim25.rb', line 20983 def systemOID @systemOID end |
permalink #timeout ⇒ Object
Returns the value of attribute timeout.
20968 20969 20970 |
# File 'lib/vmware/soap/vim25.rb', line 20968 def timeout @timeout end |
permalink #ttl ⇒ Object
Returns the value of attribute ttl.
20969 20970 20971 |
# File 'lib/vmware/soap/vim25.rb', line 20969 def ttl @ttl end |
permalink #vlan ⇒ Object
Returns the value of attribute vlan.
20979 20980 20981 |
# File 'lib/vmware/soap/vim25.rb', line 20979 def vlan @vlan end |