Package com.vmware.vim25
Class CustomizationSpec
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.CustomizationSpec
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte[]Fields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]voidsetEncryptionKey(byte[] encryptionKey) voidsetGlobalIPSettings(CustomizationGlobalIPSettings globalIPSettings) voidsetIdentity(CustomizationIdentitySettings identity) voidsetNicSettingMap(CustomizationAdapterMapping[] nicSettingMap) voidsetOptions(CustomizationOptions options) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
options
-
identity
-
globalIPSettings
-
nicSettingMap
-
encryptionKey
public byte[] encryptionKey
-
-
Constructor Details
-
CustomizationSpec
public CustomizationSpec()
-
-
Method Details
-
getOptions
-
getIdentity
-
getGlobalIPSettings
-
getNicSettingMap
-
getEncryptionKey
public byte[] getEncryptionKey() -
setOptions
-
setIdentity
-
setGlobalIPSettings
-
setNicSettingMap
-
setEncryptionKey
public void setEncryptionKey(byte[] encryptionKey)
-