Data Object - ConverterNetworkParams

Property of
ConverterAgentInternalVMOptions, ConverterCloningParams
Extends
DynamicData
See also
ConverterNetworkParamsNicParams
Since
Converter API 1.0

Data Object Description

Target network configuration information for the cloning operation.

Properties

Name Type Description
nic*ConverterNetworkParamsNicParams[]

Custom NIC mapping information.

This field is only used if preserveNicMapping is false.

If preserveNicCount is false, the number of target NICs will be equal to the number of elements in the nic array.

If preserveNicCount is true, and the number of the number of elements in the nic array is less than the number of source NICs, the mapping for the remaining NICs will be set to default.

preserveNicCount*xsd:boolean

If set to true, the cloning operation will create the same number if NICs in the target VM as there were discovered in the source.

Depending on the value of preserveNicMapping, the NIC mapping information for the target NICs is either carried over from the source or specified by nic

The default is true.

preserveNicMapping*xsd:boolean

If set to true, the cloning operation will try to preserve the source NIC mapping information, such as the virtual network mapping, connection type and connected/disconnected status.

If preserveNicCount is false, this field is ignored.

If NIC mapping information cannot be preserved (for instance, because the source NIC type is different from the target NIC type), the target NIC mapping will be set to default.

The default is false.

Properties inherited from DynamicData
None
*Need not be set