Class: CustomizationGuiUnattended

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

Instance Method Summary collapse

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

#autoLogonObject

Returns the value of attribute autoLogon.



24733
24734
24735
# File 'lib/vmware/soap/vim25.rb', line 24733

def autoLogon
  @autoLogon
end

#autoLogonCountObject

Returns the value of attribute autoLogonCount.



24734
24735
24736
# File 'lib/vmware/soap/vim25.rb', line 24734

def autoLogonCount
  @autoLogonCount
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24730
24731
24732
# File 'lib/vmware/soap/vim25.rb', line 24730

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24729
24730
24731
# File 'lib/vmware/soap/vim25.rb', line 24729

def dynamicType
  @dynamicType
end

#passwordObject

Returns the value of attribute password.



24731
24732
24733
# File 'lib/vmware/soap/vim25.rb', line 24731

def password
  @password
end

#timeZoneObject

Returns the value of attribute timeZone.



24732
24733
24734
# File 'lib/vmware/soap/vim25.rb', line 24732

def timeZone
  @timeZone
end