Class: VirtualMachineCdromInfo
- Inherits:
-
VirtualMachineTargetInfo
- Object
- DynamicData
- VirtualMachineTargetInfo
- VirtualMachineCdromInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineCdromInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
configurationTag - SOAP::SOAPString
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 = []) ⇒ VirtualMachineCdromInfo
constructor
A new instance of VirtualMachineCdromInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = []) ⇒ VirtualMachineCdromInfo
Returns a new instance of VirtualMachineCdromInfo.
24142 24143 24144 24145 24146 24147 |
# File 'lib/vmware/soap/vim25.rb', line 24142 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.
24140 24141 24142 |
# File 'lib/vmware/soap/vim25.rb', line 24140 def configurationTag @configurationTag end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24138 24139 24140 |
# File 'lib/vmware/soap/vim25.rb', line 24138 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24137 24138 24139 |
# File 'lib/vmware/soap/vim25.rb', line 24137 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
24139 24140 24141 |
# File 'lib/vmware/soap/vim25.rb', line 24139 def name @name end |