Class: PhysicalNicHintInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- PhysicalNicHintInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PhysicalNicHintInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
subnet - PhysicalNicIpHint
network - PhysicalNicNameHint
connectedSwitchPort - PhysicalNicCdpInfo
Instance Attribute Summary collapse
-
#connectedSwitchPort ⇒ Object
Returns the value of attribute connectedSwitchPort.
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#network ⇒ Object
Returns the value of attribute network.
-
#subnet ⇒ Object
Returns the value of attribute subnet.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, subnet = [], network = [], connectedSwitchPort = nil) ⇒ PhysicalNicHintInfo
constructor
A new instance of PhysicalNicHintInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, subnet = [], network = [], connectedSwitchPort = nil) ⇒ PhysicalNicHintInfo
Returns a new instance of PhysicalNicHintInfo.
20898 20899 20900 20901 20902 20903 20904 20905 |
# File 'lib/vmware/soap/vim25.rb', line 20898 def initialize(dynamicType = nil, dynamicProperty = [], device = nil, subnet = [], network = [], connectedSwitchPort = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @device = device @subnet = subnet @network = network @connectedSwitchPort = connectedSwitchPort end |
Instance Attribute Details
#connectedSwitchPort ⇒ Object
Returns the value of attribute connectedSwitchPort.
20896 20897 20898 |
# File 'lib/vmware/soap/vim25.rb', line 20896 def connectedSwitchPort @connectedSwitchPort end |
#device ⇒ Object
Returns the value of attribute device.
20893 20894 20895 |
# File 'lib/vmware/soap/vim25.rb', line 20893 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20892 20893 20894 |
# File 'lib/vmware/soap/vim25.rb', line 20892 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20891 20892 20893 |
# File 'lib/vmware/soap/vim25.rb', line 20891 def dynamicType @dynamicType end |
#network ⇒ Object
Returns the value of attribute network.
20895 20896 20897 |
# File 'lib/vmware/soap/vim25.rb', line 20895 def network @network end |
#subnet ⇒ Object
Returns the value of attribute subnet.
20894 20895 20896 |
# File 'lib/vmware/soap/vim25.rb', line 20894 def subnet @subnet end |