Class: VirtualMachineNetworkInfo
- Inherits:
-
VirtualMachineTargetInfo
- Object
- DynamicData
- VirtualMachineTargetInfo
- VirtualMachineNetworkInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineNetworkInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
configurationTag - SOAP::SOAPString
network - NetworkSummary
Instance Attribute Summary collapse
-
#configurationTag ⇒ Object
Returns the value of attribute configurationTag.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#network ⇒ Object
Returns the value of attribute network.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], network = nil) ⇒ VirtualMachineNetworkInfo
constructor
A new instance of VirtualMachineNetworkInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], network = nil) ⇒ VirtualMachineNetworkInfo
Returns a new instance of VirtualMachineNetworkInfo.
24294 24295 24296 24297 24298 24299 24300 |
# File 'lib/vmware/soap/vim25.rb', line 24294 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], network = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @configurationTag = configurationTag @network = network end |
Instance Attribute Details
#configurationTag ⇒ Object
Returns the value of attribute configurationTag.
24291 24292 24293 |
# File 'lib/vmware/soap/vim25.rb', line 24291 def configurationTag @configurationTag end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24289 24290 24291 |
# File 'lib/vmware/soap/vim25.rb', line 24289 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24288 24289 24290 |
# File 'lib/vmware/soap/vim25.rb', line 24288 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
24290 24291 24292 |
# File 'lib/vmware/soap/vim25.rb', line 24290 def name @name end |
#network ⇒ Object
Returns the value of attribute network.
24292 24293 24294 |
# File 'lib/vmware/soap/vim25.rb', line 24292 def network @network end |