Class: CustomizationGuiUnattended
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomizationGuiUnattended
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationGuiUnattended
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
password - CustomizationPassword
timeZone - SOAP::SOAPInt
autoLogon - SOAP::SOAPBoolean
autoLogonCount - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#autoLogon ⇒ Object
Returns the value of attribute autoLogon.
-
#autoLogonCount ⇒ Object
Returns the value of attribute autoLogonCount.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#password ⇒ Object
Returns the value of attribute password.
-
#timeZone ⇒ Object
Returns the value of attribute timeZone.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], password = nil, timeZone = nil, autoLogon = nil, autoLogonCount = nil) ⇒ CustomizationGuiUnattended
constructor
A new instance of CustomizationGuiUnattended.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], password = nil, timeZone = nil, autoLogon = nil, autoLogonCount = nil) ⇒ CustomizationGuiUnattended
Returns a new instance of CustomizationGuiUnattended.
24736 24737 24738 24739 24740 24741 24742 24743 |
# File 'lib/vmware/soap/vim25.rb', line 24736 def initialize(dynamicType = nil, dynamicProperty = [], password = nil, timeZone = nil, autoLogon = nil, autoLogonCount = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @password = password @timeZone = timeZone @autoLogon = autoLogon @autoLogonCount = autoLogonCount end |
Instance Attribute Details
#autoLogon ⇒ Object
Returns the value of attribute autoLogon.
24733 24734 24735 |
# File 'lib/vmware/soap/vim25.rb', line 24733 def autoLogon @autoLogon end |
#autoLogonCount ⇒ Object
Returns the value of attribute autoLogonCount.
24734 24735 24736 |
# File 'lib/vmware/soap/vim25.rb', line 24734 def autoLogonCount @autoLogonCount end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24730 24731 24732 |
# File 'lib/vmware/soap/vim25.rb', line 24730 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24729 24730 24731 |
# File 'lib/vmware/soap/vim25.rb', line 24729 def dynamicType @dynamicType end |
#password ⇒ Object
Returns the value of attribute password.
24731 24732 24733 |
# File 'lib/vmware/soap/vim25.rb', line 24731 def password @password end |
#timeZone ⇒ Object
Returns the value of attribute timeZone.
24732 24733 24734 |
# File 'lib/vmware/soap/vim25.rb', line 24732 def timeZone @timeZone end |