Class: CustomizationUserData
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomizationUserData
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationUserData
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
fullName - SOAP::SOAPString
orgName - SOAP::SOAPString
computerName - CustomizationName
productId - SOAP::SOAPString
Instance Attribute Summary collapse
-
#computerName ⇒ Object
Returns the value of attribute computerName.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullName ⇒ Object
Returns the value of attribute fullName.
-
#orgName ⇒ Object
Returns the value of attribute orgName.
-
#productId ⇒ Object
Returns the value of attribute productId.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], fullName = nil, orgName = nil, computerName = nil, productId = nil) ⇒ CustomizationUserData
constructor
A new instance of CustomizationUserData.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], fullName = nil, orgName = nil, computerName = nil, productId = nil) ⇒ CustomizationUserData
Returns a new instance of CustomizationUserData.
24761 24762 24763 24764 24765 24766 24767 24768 |
# File 'lib/vmware/soap/vim25.rb', line 24761 def initialize(dynamicType = nil, dynamicProperty = [], fullName = nil, orgName = nil, computerName = nil, productId = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @fullName = fullName @orgName = orgName @computerName = computerName @productId = productId end |
Instance Attribute Details
#computerName ⇒ Object
Returns the value of attribute computerName.
24758 24759 24760 |
# File 'lib/vmware/soap/vim25.rb', line 24758 def computerName @computerName end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24755 24756 24757 |
# File 'lib/vmware/soap/vim25.rb', line 24755 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24754 24755 24756 |
# File 'lib/vmware/soap/vim25.rb', line 24754 def dynamicType @dynamicType end |
#fullName ⇒ Object
Returns the value of attribute fullName.
24756 24757 24758 |
# File 'lib/vmware/soap/vim25.rb', line 24756 def fullName @fullName end |
#orgName ⇒ Object
Returns the value of attribute orgName.
24757 24758 24759 |
# File 'lib/vmware/soap/vim25.rb', line 24757 def orgName @orgName end |
#productId ⇒ Object
Returns the value of attribute productId.
24759 24760 24761 |
# File 'lib/vmware/soap/vim25.rb', line 24759 def productId @productId end |