[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

PriorityGroupDataDrResponseEntity

Recovery priority group. Used to translate server priority values to client priorities.\nThe recovery priority for this VM. P1 is the highest and P5 is the lowest priority.


AllOf


This class requires all of the following:

Properties

_meta Optional

Response meta data. Contains data about the response payload data.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		]
	},
	"priority": "P1"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Plan Virtual Machine Recovery Priority

Feedback

Was this page helpful?