VMwareMigrateFabricModelCustomPropertiesArgs

data class VMwareMigrateFabricModelCustomPropertiesArgs(val instanceType: Output<String>, val migrationSolutionId: Output<String>, val vmwareSiteId: Output<String>) : ConvertibleToJava<VMwareMigrateFabricModelCustomPropertiesArgs>

VMware migrate fabric model custom properties.

Constructors

constructor(instanceType: Output<String>, migrationSolutionId: Output<String>, vmwareSiteId: Output<String>)

Properties

Link copied to clipboard
val instanceType: Output<String>

Gets or sets the instance type. Expected value is 'VMwareMigrate'.

Link copied to clipboard

Gets or sets the ARM Id of the migration solution.

Link copied to clipboard
val vmwareSiteId: Output<String>

Gets or sets the ARM Id of the VMware site.

Functions

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