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
Shweta 73624d9e20
Updated the latest bindings and samples for 70U3 release (#288)
Signed-off-by: shweta <spurohit@vmware.com>
2021-10-13 19:13:53 +05:30

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