NicSpecV2
NicSpecV2
List of NICs to configure for the VM.
JSON Example
{
"ipAddress": "string",
"networkName": "string",
"staticRoutes": [
"string"
],
"dcVcenterNetworksSpec": {
"portGroupName": "string",
"gateway": "string",
"subnetMask": "string",
"domainName": "string",
"searchPath": [
"string"
],
"useDhcp": false,
"dns": [
"string"
],
"ntp": [
"string"
]
}
}
string As ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$
ipAddress
Required
IP address to set for the NIC.
string
networkName
Required
Name of the network defined in the deployment infrastructure's vCenter networks. Note: This is not a VC port group but refers to the definition of the network that specifies the port group.
array of string
staticRoutes
Optional
List of static routes to configure for the NIC.