public class CustomizationSpec extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
byte[] |
encryptionKey |
CustomizationGlobalIPSettings |
globalIPSettings |
CustomizationIdentitySettings |
identity |
CustomizationAdapterMapping[] |
nicSettingMap |
CustomizationOptions |
options |
dynamicProperty, dynamicType| Constructor and Description |
|---|
CustomizationSpec() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncryptionKey() |
CustomizationGlobalIPSettings |
getGlobalIPSettings() |
CustomizationIdentitySettings |
getIdentity() |
CustomizationAdapterMapping[] |
getNicSettingMap() |
CustomizationOptions |
getOptions() |
void |
setEncryptionKey(byte[] encryptionKey) |
void |
setGlobalIPSettings(CustomizationGlobalIPSettings globalIPSettings) |
void |
setIdentity(CustomizationIdentitySettings identity) |
void |
setNicSettingMap(CustomizationAdapterMapping[] nicSettingMap) |
void |
setOptions(CustomizationOptions options) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic CustomizationOptions options
public CustomizationIdentitySettings identity
public CustomizationGlobalIPSettings globalIPSettings
public CustomizationAdapterMapping[] nicSettingMap
public byte[] encryptionKey
public CustomizationOptions getOptions()
public CustomizationIdentitySettings getIdentity()
public CustomizationGlobalIPSettings getGlobalIPSettings()
public CustomizationAdapterMapping[] getNicSettingMap()
public byte[] getEncryptionKey()
public void setOptions(CustomizationOptions options)
public void setIdentity(CustomizationIdentitySettings identity)
public void setGlobalIPSettings(CustomizationGlobalIPSettings globalIPSettings)
public void setNicSettingMap(CustomizationAdapterMapping[] nicSettingMap)
public void setEncryptionKey(byte[] encryptionKey)
Copyright © 2011-2012. All Rights Reserved.