Guest User

Untitled

a guest
Dec 9th, 2023
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | Software | 0 0
  1. {
  2. "customer_metadata": {
  3. "root_authorized_keys": "blah"
  4. }
  5. "alias": "blah",
  6. "brand": "bhyve",
  7. "resolvers": [
  8. "8.8.8.8",
  9. "8.8.4.4"
  10. ],
  11. "ram": "16384",
  12. "vcpus": "4",
  13. "nics": [
  14. {
  15. "nic_tag": "admin",
  16. "ip": "x.x.x.x",
  17. "netmask": "x.x.x.x",
  18. "gateway": "x.x.x.x",
  19. "model": "virtio",
  20. "primary": true
  21. }
  22. ],
  23. "disks": [
  24. {
  25. "image_uuid": "cccbdd29-adc0-4231-ac2c-26b4a762df5f",
  26. "boot": true,
  27. "model": "virtio"
  28. },
  29. {
  30. "model": "virtio",
  31. "size": 6000000,
  32. }
  33. ]
  34. }
Advertisement
Add Comment
Please, Sign In to add comment