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

ProtectionGroupVmInfoDrResponseEntity

Details about a VM and its protection settings within a protection group.


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"
			}
		]
	},
	"id": "string",
	"inside_vapp": false,
	"name": "string",
	"protection_info": {
		"recovery_folder": {
			"id": "string",
			"name": "string"
		},
		"recovery_host": {
			"id": "string",
			"name": "string"
		},
		"recovery_networks": [
			{
				"id": "string",
				"name": "string",
				"type": "UNKNOWN"
			}
		],
		"recovery_resource_pool": {
			"id": "string",
			"name": "string"
		},
		"vmotion_eligible": false
	},
	"protection_status_details": {
		"errors": [
			"string"
		],
		"status": "LOADING"
	},
	"template": false,
	"vvol_replication_group_data": [
		{
			"device_group_id": "string",
			"fault_domain_id": "string",
			"name": "string"
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Group VM

Feedback

Was this page helpful?