Class: CustomizationLicenseFilePrintData
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomizationLicenseFilePrintData
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationLicenseFilePrintData
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
autoMode - CustomizationLicenseDataMode
autoUsers - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#autoMode ⇒ Object
Returns the value of attribute autoMode.
-
#autoUsers ⇒ Object
Returns the value of attribute autoUsers.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], autoMode = nil, autoUsers = nil) ⇒ CustomizationLicenseFilePrintData
constructor
A new instance of CustomizationLicenseFilePrintData.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], autoMode = nil, autoUsers = nil) ⇒ CustomizationLicenseFilePrintData
Returns a new instance of CustomizationLicenseFilePrintData.
24823 24824 24825 24826 24827 24828 |
# File 'lib/vmware/soap/vim25.rb', line 24823 def initialize(dynamicType = nil, dynamicProperty = [], autoMode = nil, autoUsers = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @autoMode = autoMode @autoUsers = autoUsers end |
Instance Attribute Details
#autoMode ⇒ Object
Returns the value of attribute autoMode.
24820 24821 24822 |
# File 'lib/vmware/soap/vim25.rb', line 24820 def autoMode @autoMode end |
#autoUsers ⇒ Object
Returns the value of attribute autoUsers.
24821 24822 24823 |
# File 'lib/vmware/soap/vim25.rb', line 24821 def autoUsers @autoUsers end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24819 24820 24821 |
# File 'lib/vmware/soap/vim25.rb', line 24819 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24818 24819 24820 |
# File 'lib/vmware/soap/vim25.rb', line 24818 def dynamicType @dynamicType end |