Class: VirtualMachineFloppyInfo
- Inherits:
-
VirtualMachineTargetInfo
- Object
- DynamicData
- VirtualMachineTargetInfo
- VirtualMachineFloppyInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineFloppyInfo
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 = []) ⇒ VirtualMachineFloppyInfo
constructor
A new instance of VirtualMachineFloppyInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = []) ⇒ VirtualMachineFloppyInfo
Returns a new instance of VirtualMachineFloppyInfo.
24273 24274 24275 24276 24277 24278 |
# File 'lib/vmware/soap/vim25.rb', line 24273 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.
24271 24272 24273 |
# File 'lib/vmware/soap/vim25.rb', line 24271 def configurationTag @configurationTag end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24269 24270 24271 |
# File 'lib/vmware/soap/vim25.rb', line 24269 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24268 24269 24270 |
# File 'lib/vmware/soap/vim25.rb', line 24268 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
24270 24271 24272 |
# File 'lib/vmware/soap/vim25.rb', line 24270 def name @name end |