VMwareV2FabricCreationInput interface
VMwareV2 fabric provider specific settings.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
migration |
The ARM Id of the migration solution. |
physical |
The ARM Id of the physical site. |
vmware |
The ARM Id of the VMware site. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "VMwareV2"
Property Value
"VMwareV2"
migrationSolutionId
The ARM Id of the migration solution.
migrationSolutionId: string
Property Value
string
physicalSiteId
The ARM Id of the physical site.
physicalSiteId?: string
Property Value
string
vmwareSiteId
The ARM Id of the VMware site.
vmwareSiteId?: string
Property Value
string