VMwareV2FabricCreationInputArgs

data class VMwareV2FabricCreationInputArgs(val instanceType: Output<String>, val migrationSolutionId: Output<String>, val physicalSiteId: Output<String>? = null, val vmwareSiteId: Output<String>? = null) : ConvertibleToJava<VMwareV2FabricCreationInputArgs>

VMwareV2 fabric provider specific settings.

Constructors

Link copied to clipboard
constructor(instanceType: Output<String>, migrationSolutionId: Output<String>, physicalSiteId: Output<String>? = null, vmwareSiteId: Output<String>? = null)

Properties

Link copied to clipboard
val instanceType: Output<String>

Gets the class type. Expected value is 'VMwareV2'.

Link copied to clipboard

The ARM Id of the migration solution.

Link copied to clipboard
val physicalSiteId: Output<String>? = null

The ARM Id of the physical site.

Link copied to clipboard
val vmwareSiteId: Output<String>? = null

The ARM Id of the VMware site.

Functions

Link copied to clipboard
open override fun toJava(): VMwareV2FabricCreationInputArgs