Class: VirtualMachineTargetInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineTargetInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineTargetInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
configurationTag - SOAP::SOAPString
Direct Known Subclasses
VirtualMachineCdromInfo, VirtualMachineDatastoreInfo, VirtualMachineDiskDeviceInfo, VirtualMachineFloppyInfo, VirtualMachineNetworkInfo, VirtualMachineParallelInfo, VirtualMachineScsiPassthroughInfo, VirtualMachineSerialInfo, VirtualMachineSoundInfo, VirtualMachineUsbInfo
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.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = []) ⇒ VirtualMachineTargetInfo
constructor
A new instance of VirtualMachineTargetInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = []) ⇒ VirtualMachineTargetInfo
Returns a new instance of VirtualMachineTargetInfo.
24123 24124 24125 24126 24127 24128 |
# File 'lib/vmware/soap/vim25.rb', line 24123 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @configurationTag = configurationTag end |
Instance Attribute Details
#configurationTag ⇒ Object
Returns the value of attribute configurationTag.
24121 24122 24123 |
# File 'lib/vmware/soap/vim25.rb', line 24121 def configurationTag @configurationTag end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24119 24120 24121 |
# File 'lib/vmware/soap/vim25.rb', line 24119 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24118 24119 24120 |
# File 'lib/vmware/soap/vim25.rb', line 24118 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
24120 24121 24122 |
# File 'lib/vmware/soap/vim25.rb', line 24120 def name @name end |