Class: CustomizationFixedName
- Inherits:
-
CustomizationName
- Object
- DynamicData
- CustomizationName
- CustomizationFixedName
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationFixedName
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#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) ⇒ CustomizationFixedName
constructor
A new instance of CustomizationFixedName.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil) ⇒ CustomizationFixedName
Returns a new instance of CustomizationFixedName.
24589 24590 24591 24592 24593 |
# File 'lib/vmware/soap/vim25.rb', line 24589 def initialize(dynamicType = nil, dynamicProperty = [], name = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24586 24587 24588 |
# File 'lib/vmware/soap/vim25.rb', line 24586 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24585 24586 24587 |
# File 'lib/vmware/soap/vim25.rb', line 24585 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
24587 24588 24589 |
# File 'lib/vmware/soap/vim25.rb', line 24587 def name @name end |