Advertisement
Guest User

Untitled

a guest
Dec 24th, 2018
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. {
  2. "name": "my-instance",
  3. "machineType": "zones/us-central1-c/machineTypes/n1-standard-1",
  4.  
  5. "disks": [
  6. {
  7. "boot": "True",
  8. "autoDelete": "True",
  9. "initializeParams": {
  10. "sourceImage": "https://www.googleapis.com/compute/v1/projects/gce-uefi-images/global/images/ubuntu-1804-bionic-v20181203a"
  11. }
  12. }
  13. ],
  14.  
  15. "networkInterfaces": [{
  16. "network": "global/networks/default",
  17. "accessConfigs": [
  18. {"type": "ONE_TO_ONE_NAT", "name": "External NAT"}
  19. ]
  20. }],
  21.  
  22. "serviceAccounts": [{
  23. "email": "default",
  24. "scopes": [
  25. "https://www.googleapis.com/auth/devstorage.read_only",
  26. "https://www.googleapis.com/auth/logging.write",
  27. "https://www.googleapis.com/auth/monitoring.write",
  28. "https://www.googleapis.com/auth/servicecontrol",
  29. "https://www.googleapis.com/auth/service.management.readonly",
  30. "https://www.googleapis.com/auth/trace.append"
  31. ]]
  32. }],
  33.  
  34. "metadata": {
  35. "items": [{
  36. "key": "startup-script-uri",
  37. "value": "gs://my-bucket/my-startup.sh"
  38. }]
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement