Class: CustomizationSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomizationSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
- CustomizationOptions
identity - CustomizationIdentitySettings
globalIPSettings - CustomizationGlobalIPSettings
nicSettingMap - CustomizationAdapterMapping
encryptionKey - SOAP::SOAPByte
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#encryptionKey ⇒ Object
Returns the value of attribute encryptionKey.
-
#globalIPSettings ⇒ Object
Returns the value of attribute globalIPSettings.
-
#identity ⇒ Object
Returns the value of attribute identity.
-
#nicSettingMap ⇒ Object
Returns the value of attribute nicSettingMap.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], options = nil, identity = nil, globalIPSettings = nil, nicSettingMap = [], encryptionKey = []) ⇒ CustomizationSpec
constructor
A new instance of CustomizationSpec.
Constructor Details
permalink #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 = [], = nil, identity = nil, globalIPSettings = nil, nicSettingMap = [], encryptionKey = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @options = @identity = identity @globalIPSettings = globalIPSettings @nicSettingMap = nicSettingMap @encryptionKey = encryptionKey end |
Instance Attribute Details
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24549 24550 24551 |
# File 'lib/vmware/soap/vim25.rb', line 24549 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24548 24549 24550 |
# File 'lib/vmware/soap/vim25.rb', line 24548 def dynamicType @dynamicType end |
permalink #encryptionKey ⇒ Object
Returns the value of attribute encryptionKey.
24554 24555 24556 |
# File 'lib/vmware/soap/vim25.rb', line 24554 def encryptionKey @encryptionKey end |
permalink #globalIPSettings ⇒ Object
Returns the value of attribute globalIPSettings.
24552 24553 24554 |
# File 'lib/vmware/soap/vim25.rb', line 24552 def globalIPSettings @globalIPSettings end |
permalink #identity ⇒ Object
Returns the value of attribute identity.
24551 24552 24553 |
# File 'lib/vmware/soap/vim25.rb', line 24551 def identity @identity end |
permalink #nicSettingMap ⇒ Object
Returns the value of attribute nicSettingMap.
24553 24554 24555 |
# File 'lib/vmware/soap/vim25.rb', line 24553 def nicSettingMap @nicSettingMap end |
permalink #options ⇒ Object
Returns the value of attribute options.
24550 24551 24552 |
# File 'lib/vmware/soap/vim25.rb', line 24550 def @options end |