Class: CustomizationSpecInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomizationSpecInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationSpecInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
description - SOAP::SOAPString
type - SOAP::SOAPString
changeVersion - SOAP::SOAPString
lastUpdateTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#changeVersion ⇒ Object
Returns the value of attribute changeVersion.
-
#description ⇒ Object
Returns the value of attribute description.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#lastUpdateTime ⇒ Object
Returns the value of attribute lastUpdateTime.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, description = nil, type = nil, changeVersion = nil, lastUpdateTime = nil) ⇒ CustomizationSpecInfo
constructor
A new instance of CustomizationSpecInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, description = nil, type = nil, changeVersion = nil, lastUpdateTime = nil) ⇒ CustomizationSpecInfo
Returns a new instance of CustomizationSpecInfo.
746 747 748 749 750 751 752 753 754 |
# File 'lib/vmware/soap/vim25.rb', line 746 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, description = nil, type = nil, changeVersion = nil, lastUpdateTime = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @description = description @type = type @changeVersion = changeVersion @lastUpdateTime = lastUpdateTime end |
Instance Attribute Details
#changeVersion ⇒ Object
Returns the value of attribute changeVersion.
743 744 745 |
# File 'lib/vmware/soap/vim25.rb', line 743 def changeVersion @changeVersion end |
#description ⇒ Object
Returns the value of attribute description.
741 742 743 |
# File 'lib/vmware/soap/vim25.rb', line 741 def description @description end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
739 740 741 |
# File 'lib/vmware/soap/vim25.rb', line 739 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
738 739 740 |
# File 'lib/vmware/soap/vim25.rb', line 738 def dynamicType @dynamicType end |
#lastUpdateTime ⇒ Object
Returns the value of attribute lastUpdateTime.
744 745 746 |
# File 'lib/vmware/soap/vim25.rb', line 744 def lastUpdateTime @lastUpdateTime end |
#name ⇒ Object
Returns the value of attribute name.
740 741 742 |
# File 'lib/vmware/soap/vim25.rb', line 740 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
742 743 744 |
# File 'lib/vmware/soap/vim25.rb', line 742 def type @type end |