[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

NicSettings

Contains information about IP settings for each NIC.

  • primary_ip_settings contains information required to customize the network adapters on the virtual machine when migrating back to the source vCenter Server
  • secondary_ip_settings contains information required to customize the network adapters on the virtual machine when migrating to a new vCenter Server


Properties

integer as int32
device_id Optional

The ID of the NIC.


primary_ip_settings Optional

IP settings for an adapter.


secondary_ip_settings Optional

IP settings for an adapter.

JSON Example

{
	"device_id": 0,
	"primary_ip_settings": {
		"dns": {
			"alternate_server": "string",
			"preferred_server": "string",
			"suffixes": [
				"string"
			],
			"type": "DHCP"
		},
		"ip_v4": {
			"alternate_gateway": "string",
			"default_gateway": "string",
			"ip_address": "string",
			"subnet_mask": "255.255.255.0",
			"type": "DHCP"
		},
		"ip_v6": {
			"alternate_gateway": "string",
			"default_gateway": "string",
			"ip_address": "fdda:5cc1:23:4::1f",
			"subnet_prefix_length": 0,
			"type": "DHCP"
		},
		"wins": {
			"alternate_server": "string",
			"primary_server": "string"
		}
	},
	"secondary_ip_settings": {
		"dns": {
			"alternate_server": "string",
			"preferred_server": "string",
			"suffixes": [
				"string"
			],
			"type": "DHCP"
		},
		"ip_v4": {
			"alternate_gateway": "string",
			"default_gateway": "string",
			"ip_address": "string",
			"subnet_mask": "255.255.255.0",
			"type": "DHCP"
		},
		"ip_v6": {
			"alternate_gateway": "string",
			"default_gateway": "string",
			"ip_address": "fdda:5cc1:23:4::1f",
			"subnet_prefix_length": 0,
			"type": "DHCP"
		},
		"wins": {
			"alternate_server": "string",
			"primary_server": "string"
		}
	}
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

VmRecoveryIpCustomizationSettings
VmRecoveryIpCustomizationSettingsSpec
VmRecoverySettings
VmRecoverySettingsSpec

Feedback

Was this page helpful?