[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
DatastoreGroupVmInfo
Details about VM in the context of a datastore group.
Properties
string
id
Required
The identifier of the virtual machine.
string
name
Required
The name of the virtual machine.
array of
string
datastores
Optional
Datastores that have disks of this VM.
boolean
inside_vapp
Optional
Whether this VM is inside a vApp
array of
DatastoreGroupVmProtectionIssue
protection_issues
Optional
A list of the protection issues with this VM in the context of the current datastore group.
string
protection_status
Optional
Protection status of a VM in the context of the current datastore group:
- PROTECTED
- NOT_PROTECTED
- NOT_REPLICATED
Possible values are: PROTECTED , NOT_PROTECTED , NOT_REPLICATED
boolean
template
Optional
Whether this VM is a template VM
JSON Example
{
"id": "string",
"name": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of
DatastoreGroupInfo