Package version:

VMwareV2 fabric provider specific settings.

interface VMwareV2FabricCreationInput {
    instanceType: "VMwareV2";
    migrationSolutionId: string;
    physicalSiteId?: string;
    vmwareSiteId?: string;
}

Hierarchy (view full)

Properties

instanceType

Polymorphic discriminator, which specifies the different types this object can be

migrationSolutionId: string

The ARM Id of the migration solution.

physicalSiteId?: string

The ARM Id of the physical site.

vmwareSiteId?: string

The ARM Id of the VMware site.