public class CustomizationSpec extends DynamicData
Java class for CustomizationSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomizationSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="options" type="{urn:vim25}CustomizationOptions" minOccurs="0"/>
<element name="identity" type="{urn:vim25}CustomizationIdentitySettings"/>
<element name="globalIPSettings" type="{urn:vim25}CustomizationGlobalIPSettings"/>
<element name="nicSettingMap" type="{urn:vim25}CustomizationAdapterMapping" maxOccurs="unbounded" minOccurs="0"/>
<element name="encryptionKey" type="{http://www.w3.org/2001/XMLSchema}byte" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Byte> |
encryptionKey |
protected CustomizationGlobalIPSettings |
globalIPSettings |
protected CustomizationIdentitySettings |
identity |
protected List<CustomizationAdapterMapping> |
nicSettingMap |
protected CustomizationOptions |
options |
| Constructor and Description |
|---|
CustomizationSpec() |
| Modifier and Type | Method and Description |
|---|---|
List<Byte> |
getEncryptionKey()
Gets the value of the encryptionKey property.
|
CustomizationGlobalIPSettings |
getGlobalIPSettings()
Gets the value of the globalIPSettings property.
|
CustomizationIdentitySettings |
getIdentity()
Gets the value of the identity property.
|
List<CustomizationAdapterMapping> |
getNicSettingMap()
Gets the value of the nicSettingMap property.
|
CustomizationOptions |
getOptions()
Gets the value of the options property.
|
void |
setGlobalIPSettings(CustomizationGlobalIPSettings value)
Sets the value of the globalIPSettings property.
|
void |
setIdentity(CustomizationIdentitySettings value)
Sets the value of the identity property.
|
void |
setOptions(CustomizationOptions value)
Sets the value of the options property.
|
protected CustomizationOptions options
protected CustomizationIdentitySettings identity
protected CustomizationGlobalIPSettings globalIPSettings
protected List<CustomizationAdapterMapping> nicSettingMap
public CustomizationOptions getOptions()
CustomizationOptionspublic void setOptions(CustomizationOptions value)
value - allowed object is
CustomizationOptionspublic CustomizationIdentitySettings getIdentity()
CustomizationIdentitySettingspublic void setIdentity(CustomizationIdentitySettings value)
value - allowed object is
CustomizationIdentitySettingspublic CustomizationGlobalIPSettings getGlobalIPSettings()
CustomizationGlobalIPSettingspublic void setGlobalIPSettings(CustomizationGlobalIPSettings value)
value - allowed object is
CustomizationGlobalIPSettingspublic List<CustomizationAdapterMapping> getNicSettingMap()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the nicSettingMap property.
For example, to add a new item, do as follows:
getNicSettingMap().add(newItem);
Objects of the following type(s) are allowed in the list
CustomizationAdapterMapping
public List<Byte> getEncryptionKey()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the encryptionKey property.
For example, to add a new item, do as follows:
getEncryptionKey().add(newItem);
Objects of the following type(s) are allowed in the list
Byte
Copyright © 2018. All rights reserved.