Class: HostNetworkConfigResult
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostNetworkConfigResult
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostNetworkConfigResult
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vnicDevice - SOAP::SOAPString
consoleVnicDevice - SOAP::SOAPString
Instance Attribute Summary collapse
-
#consoleVnicDevice ⇒ Object
Returns the value of attribute consoleVnicDevice.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#vnicDevice ⇒ Object
Returns the value of attribute vnicDevice.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], vnicDevice = [], consoleVnicDevice = []) ⇒ HostNetworkConfigResult
constructor
A new instance of HostNetworkConfigResult.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], vnicDevice = [], consoleVnicDevice = []) ⇒ HostNetworkConfigResult
Returns a new instance of HostNetworkConfigResult.
20342 20343 20344 20345 20346 20347 |
# File 'lib/vmware/soap/vim25.rb', line 20342 def initialize(dynamicType = nil, dynamicProperty = [], vnicDevice = [], consoleVnicDevice = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @vnicDevice = vnicDevice @consoleVnicDevice = consoleVnicDevice end |
Instance Attribute Details
#consoleVnicDevice ⇒ Object
Returns the value of attribute consoleVnicDevice.
20340 20341 20342 |
# File 'lib/vmware/soap/vim25.rb', line 20340 def consoleVnicDevice @consoleVnicDevice end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20338 20339 20340 |
# File 'lib/vmware/soap/vim25.rb', line 20338 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20337 20338 20339 |
# File 'lib/vmware/soap/vim25.rb', line 20337 def dynamicType @dynamicType end |
#vnicDevice ⇒ Object
Returns the value of attribute vnicDevice.
20339 20340 20341 |
# File 'lib/vmware/soap/vim25.rb', line 20339 def vnicDevice @vnicDevice end |