1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-22 17:39:59 -05:00
vsphere-automation-sdk-python/samples/vsphere/vcenter/guest/sample_metadata.json

22 lines
501 B
JSON
Raw Normal View History

{
"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"]
}
}
}
}