VMwareV2FabricCreationInputArgs

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

VMwareV2 fabric provider specific settings.

Constructors

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

Properties

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

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

Link copied to clipboard

The ARM Id of the migration solution.

Link copied to clipboard
val vmwareSiteId: Output<String>

The ARM Id of the VMware site.

Functions

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