Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "customer_metadata": {
- "root_authorized_keys": "blah"
- }
- "alias": "blah",
- "brand": "bhyve",
- "resolvers": [
- "8.8.8.8",
- "8.8.4.4"
- ],
- "ram": "16384",
- "vcpus": "4",
- "nics": [
- {
- "nic_tag": "admin",
- "ip": "x.x.x.x",
- "netmask": "x.x.x.x",
- "gateway": "x.x.x.x",
- "model": "virtio",
- "primary": true
- }
- ],
- "disks": [
- {
- "image_uuid": "cccbdd29-adc0-4231-ac2c-26b4a762df5f",
- "boot": true,
- "model": "virtio"
- },
- {
- "model": "virtio",
- "size": 6000000,
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment