Class: CustomizationWinOptions

Inherits:
CustomizationOptions show all
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

Instance Method Summary collapse

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

#changeSIDObject

Returns the value of attribute changeSID.



24695
24696
24697
# File 'lib/vmware/soap/vim25.rb', line 24695

def changeSID
  @changeSID
end

#deleteAccountsObject

Returns the value of attribute deleteAccounts.



24696
24697
24698
# File 'lib/vmware/soap/vim25.rb', line 24696

def deleteAccounts
  @deleteAccounts
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24694
24695
24696
# File 'lib/vmware/soap/vim25.rb', line 24694

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24693
24694
24695
# File 'lib/vmware/soap/vim25.rb', line 24693

def dynamicType
  @dynamicType
end

#rebootObject

Returns the value of attribute reboot.



24697
24698
24699
# File 'lib/vmware/soap/vim25.rb', line 24697

def reboot
  @reboot
end