|
|
@@ -65,6 +65,10 @@
|
|
|
"type": "string",
|
|
|
"description": "Name of the exported VM's flavor."
|
|
|
},
|
|
|
+ "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."
|
|
|
+ },
|
|
|
"devices": {
|
|
|
"type": "object",
|
|
|
"description": "Contains information about all of the VM's devices.",
|
|
|
@@ -172,10 +176,6 @@
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
- "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.",
|