Class: CustomizationWinOptions
- Inherits:
-
CustomizationOptions
- Object
- DynamicData
- CustomizationOptions
- CustomizationWinOptions
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationWinOptions
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
changeSID - SOAP::SOAPBoolean
deleteAccounts - SOAP::SOAPBoolean
reboot - CustomizationSysprepRebootOption
Instance Attribute Summary collapse
-
#changeSID ⇒ Object
Returns the value of attribute changeSID.
-
#deleteAccounts ⇒ Object
Returns the value of attribute deleteAccounts.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#reboot ⇒ Object
Returns the value of attribute reboot.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], changeSID = nil, deleteAccounts = nil, reboot = nil) ⇒ CustomizationWinOptions
constructor
A new instance of CustomizationWinOptions.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], changeSID = nil, deleteAccounts = nil, reboot = nil) ⇒ CustomizationWinOptions
Returns a new instance of CustomizationWinOptions.
24699 24700 24701 24702 24703 24704 24705 |
# File 'lib/vmware/soap/vim25.rb', line 24699 def initialize(dynamicType = nil, dynamicProperty = [], changeSID = nil, deleteAccounts = nil, reboot = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @changeSID = changeSID @deleteAccounts = deleteAccounts @reboot = reboot end |
Instance Attribute Details
#changeSID ⇒ Object
Returns the value of attribute changeSID.
24695 24696 24697 |
# File 'lib/vmware/soap/vim25.rb', line 24695 def changeSID @changeSID end |
#deleteAccounts ⇒ Object
Returns the value of attribute deleteAccounts.
24696 24697 24698 |
# File 'lib/vmware/soap/vim25.rb', line 24696 def deleteAccounts @deleteAccounts end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24694 24695 24696 |
# File 'lib/vmware/soap/vim25.rb', line 24694 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24693 24694 24695 |
# File 'lib/vmware/soap/vim25.rb', line 24693 def dynamicType @dynamicType end |
#reboot ⇒ Object
Returns the value of attribute reboot.
24697 24698 24699 |
# File 'lib/vmware/soap/vim25.rb', line 24697 def reboot @reboot end |