Ver Fonte

Add 'public_ip_address' property to VM export info schema.

Nashwan Azhari há 6 anos atrás
pai
commit
8fccbabf2f
1 ficheiros alterados com 4 adições e 0 exclusões
  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.",