ReplicationPlacement

ReplicationPlacement
ReplicationPlacement

Placement settings used during initial replication configuration.

JSON Example
{
    "datastoreId": "datastore-1",
    "datastoreFolder": "folder",
    "vcId": "72707e54-b9cd-4ced-8359-499d7f89381a",
    "disks": [
        {
            "diskKey": 2000,
            "datastoreId": "datastore-1",
            "diskPath": "disk/path",
            "isSeed": false,
            "storageProfileId": "841fe316-a2cb-4203-8f30-4ce5ab186de7",
            "contentId": "040dcc1e-6532-455a-9f27-02840eed4c0a"
        }
    ],
    "validateSeedUuids": true,
    "storageProfileId": "841fe316-a2cb-4203-8f30-4ce5ab186de7"
}
string
datastoreFolder
Optional

The folder on the datastore where placing the replica files.

string
datastoreId
Optional

The managed object ID of the datastore where placing the replica files.

disks
Optional

The placement information for the disks.

string
storageProfileId
Optional

The managed object ID of the storage profile.

boolean
validateSeedUuids
Optional

Whether to validate the UUIDs of the seed disks.

string
vcId
Optional

The UUID of the vCenter Server instance where placing the replication.