Migrate Agent Model Properties Args
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)