mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-22 17:39:59 -05:00
22 lines
501 B
JSON
22 lines
501 B
JSON
|
{
|
||
|
"local-hostname": "test-vm-01",
|
||
|
"instance-id": "test-vm-id-01",
|
||
|
"network": {
|
||
|
"version":2,
|
||
|
"ethernets": {
|
||
|
"nics": {
|
||
|
"match": {
|
||
|
"name": "eth*"
|
||
|
},
|
||
|
"nameservers": {
|
||
|
"addresses": ["127.0.0.53"],
|
||
|
"search": ["eng.vmware.com", "vmware.com"]
|
||
|
},
|
||
|
"gateway4": "10.182.15.255",
|
||
|
"dhcp4": false,
|
||
|
"addresses": ["10.182.12.25/24"]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|