Class: VirtualMachineSerialInfo
- Inherits:
-
VirtualMachineTargetInfo
- Object
- DynamicData
- VirtualMachineTargetInfo
- VirtualMachineSerialInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineSerialInfo
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 = []) ⇒ VirtualMachineSerialInfo
constructor
A new instance of VirtualMachineSerialInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = []) ⇒ VirtualMachineSerialInfo
Returns a new instance of VirtualMachineSerialInfo.
24361 24362 24363 24364 24365 24366 |
# File 'lib/vmware/soap/vim25.rb', line 24361 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.
24359 24360 24361 |
# File 'lib/vmware/soap/vim25.rb', line 24359 def configurationTag @configurationTag end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24357 24358 24359 |
# File 'lib/vmware/soap/vim25.rb', line 24357 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24356 24357 24358 |
# File 'lib/vmware/soap/vim25.rb', line 24356 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
24358 24359 24360 |
# File 'lib/vmware/soap/vim25.rb', line 24358 def name @name end |