Assets/PVSToGCPExample.json

{
    "CustomerId": "your-citrix-customer-id",
    "CloudPlatform": "gcp",
    "CloudProvisioningType": "Mcs",
    "UploadSmb": {
        "Host": "hostname of SMB server where the exported disk will be stored",
        "Share": "share_name",
        "Path": "path\\to\\disk",
        "DiskName": "name of disk with no extension",
        "DiskFormat": "one of VhdDiskFormat, VhdxDiskFormat, VmdkDiskFormat, VmdkSparseDiskFormat, QCow2DiskFormat, or RawDiskFormat",
        "UserDomain": "domain",
        "UserName": "username"
    },
    "PrepareResourceLocationId": "citrix-cloud-gcp-resource-id-guid",
    "CloudCwSecretId": "cloud-credential-wallet-id",
    "GcpZone": "us-east4-a",
    "VpcNetworkName": "networkname",
    "VpcNetworkSubnetName": "regions/us-east4/subnetworks/subnetname",
    "CloudDiskName": "disk-name",
    "Tags": {
        "first-tag-name": "first-tag-value",
        "second-tag-name": "second-tag-value"
    },
    "InstallMisa": true,
    "XdReconfigure": [{"ParameterName": "controllers", "ParameterValue": "The fully qualified domain name of your cloud connector"}]
}