Class: CustomizationSpec

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25CustomizationSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
options - CustomizationOptions
identity - CustomizationIdentitySettings
globalIPSettings - CustomizationGlobalIPSettings
nicSettingMap - CustomizationAdapterMapping
encryptionKey - SOAP::SOAPByte

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CustomizationSpec.

[View source]

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


24549
24550
24551
# File 'lib/vmware/soap/vim25.rb', line 24549

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


24548
24549
24550
# File 'lib/vmware/soap/vim25.rb', line 24548

def dynamicType
  @dynamicType
end

#encryptionKeyObject

Returns the value of attribute encryptionKey.


24554
24555
24556
# File 'lib/vmware/soap/vim25.rb', line 24554

def encryptionKey
  @encryptionKey
end

#globalIPSettingsObject

Returns the value of attribute globalIPSettings.


24552
24553
24554
# File 'lib/vmware/soap/vim25.rb', line 24552

def globalIPSettings
  @globalIPSettings
end

#identityObject

Returns the value of attribute identity.


24551
24552
24553
# File 'lib/vmware/soap/vim25.rb', line 24551

def identity
  @identity
end

#nicSettingMapObject

Returns the value of attribute nicSettingMap.


24553
24554
24555
# File 'lib/vmware/soap/vim25.rb', line 24553

def nicSettingMap
  @nicSettingMap
end

#optionsObject

Returns the value of attribute options.


24550
24551
24552
# File 'lib/vmware/soap/vim25.rb', line 24550

def options
  @options
end