foo
Yaml
code posted
by
egg
created at 20 Nov 10:34
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
resources: - type: compute.v1.instance name: vm-my-first-deployment properties: zone: us-central1-f machineType: https://www.googleapis.com/compute/v1/projects/foo/zones/us-central1-f/machineTypes/f1-micro disks: - deviceName: boot type: PERSISTENT boot: true autoDelete: true initializeParams: sourceImage: https://www.googleapis.com/compute/v1/projects/debian-cloud/global/images/debian-7-wheezy-v20150818 networkInterfaces: - network: https://www.googleapis.com/compute/v1/projects/foo/global/networks/default accessConfigs: - name: External NAT type: ONE_TO_ONE_NAT |
666 Bytes in 2 ms with coderay