VMwareMigrateAgentModelCustomPropertiesArgs

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

VMware MigrateAgent model custom properties.

Constructors

constructor(fabricFriendlyName: Output<String>? = null, instanceType: Output<String>, vmwareSiteId: Output<String>? = null)

Properties

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

Gets or sets the friendly name of the,of the MigrateAgent fabric.

Link copied to clipboard
val instanceType: Output<String>

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

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

Gets or sets the master Site Id of the Migrate Agent.

Functions

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