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

VmProtectionLocation

Details about a protection resource of a VM. For example: folder, resource pool, host, network.


Properties

boolean
editable Optional

Whether this location protection setting is editable in the current state


boolean
is_inventory_mapped_target Optional

Whether the target came from inventory mappings.


string
source Optional

Source location


boolean
source_has_inventory_mapping Optional

Whether the source has existing inventory mapping


string
source_name Optional

The name of the source object.


string
target Optional

Target location. If the VM is not protected this is recommendation based on the existing inventory mappings.


string
target_name Optional

The name of the target object.

JSON Example

{
	"editable": false,
	"is_inventory_mapped_target": false,
	"source": "string",
	"source_has_inventory_mapping": false,
	"source_name": "string",
	"target": "string",
	"target_name": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

VmProtectionSettings
Used By

VmProtectionNetwork

Feedback

Was this page helpful?