Просмотр исходного кода

Merge pull request #70 from aznashwan/add-export-schema-publicip

Add 'public_ip_address' property to VM export info schema.
Nashwan Azhari 6 лет назад
Родитель
Сommit
3068b3fa5d
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      coriolis/schemas/vm_export_info_schema.json

+ 4 - 0
coriolis/schemas/vm_export_info_schema.json

@@ -172,6 +172,10 @@
             ]
           }
         },
+        "public_ip_address": {
+          "type": "string",
+          "description": "Public IP address of the VM. If there are multiple public IP associations, only the main/preferred one should be returned. Should not be set if no such public IP association exists."
+        },
         "serial_ports": {
           "type": "array",
           "description": "List of additional serial ports attached to the VM.",