Method: CustomizationSpec#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(dynamicType = nil, dynamicProperty = [], options = nil, identity = nil, globalIPSettings = nil, nicSettingMap = [], encryptionKey = []) ⇒ CustomizationSpec

Returns a new instance of CustomizationSpec.



24556
24557
24558
24559
24560
24561
24562
24563
24564
# File 'lib/vmware/soap/vim25.rb', line 24556

def initialize(dynamicType = nil, dynamicProperty = [], options = nil, identity = nil, globalIPSettings = nil, nicSettingMap = [], encryptionKey = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @options = options
  @identity = identity
  @globalIPSettings = globalIPSettings
  @nicSettingMap = nicSettingMap
  @encryptionKey = encryptionKey
end