InlineVcVappFailoverTestSettings2

InlineVcVappFailoverTestSettings2
InlineVcVappFailoverTestSettings2
JSON Example
{
    "exposePITsAsSnapshots": false,
    "instanceMap": {
        "rep1": "inst1",
        "rep2": "inst2"
    },
    "sync": false,
    "type": "string"
}
object
customVirtualHardwareMap
Optional

A 'vm_replication_id' -> 'instance_id' map. Specifies hardware changes to be performed on the recovered VMs.

boolean
exposePITsAsSnapshots
Optional

Indicates whether PITs should be exposed as VM snapshots.

object
instanceMap
Optional

A 'vm_replication_id' -> 'instance_id' map. Cannot be used together with the 'sync' parameter set to true.

boolean
sync
Optional

Indicates whether synchronization should be performed before test VM is recovered. Defaults to false. Cannot be set to 'true' if the 'instanceMap' parameter is populated.

string
type
Optional

Polymorphic discriminator property, value is 'vcenter'