MigrateAgentModelPropertiesArgs

data class MigrateAgentModelPropertiesArgs(val authenticationIdentity: Output<IdentityModelArgs>? = null, val customProperties: Output<VMwareMigrateAgentModelCustomPropertiesArgs>? = null, val machineId: Output<String>? = null, val machineName: Output<String>? = null) : ConvertibleToJava<MigrateAgentModelPropertiesArgs>

MigrateAgent model properties.

Constructors

Link copied to clipboard
constructor(authenticationIdentity: Output<IdentityModelArgs>? = null, customProperties: Output<VMwareMigrateAgentModelCustomPropertiesArgs>? = null, machineId: Output<String>? = null, machineName: Output<String>? = null)

Properties

Link copied to clipboard

Identity model.

Link copied to clipboard

MigrateAgent model custom properties.

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

Gets or sets the machine Id where MigrateAgent is running.

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

Gets or sets the machine name where MigrateAgent is running.

Functions

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