WorkloadInstanceModelPropertiesArgs

data class WorkloadInstanceModelPropertiesArgs(val customProperties: Output<Either<ApacheTomcatWorkloadInstanceModelCustomPropertiesArgs, IISWorkloadInstanceModelCustomPropertiesArgs>>? = null, val displayName: Output<String>? = null, val masterSiteName: Output<String>? = null, val migrateAgentId: Output<String>? = null, val name: Output<String>? = null, val sourceName: Output<String>? = null, val sourcePlatform: Output<String>? = null) : ConvertibleToJava<WorkloadInstanceModelPropertiesArgs>

Workload instance model properties.

Constructors

Link copied to clipboard
constructor(customProperties: Output<Either<ApacheTomcatWorkloadInstanceModelCustomPropertiesArgs, IISWorkloadInstanceModelCustomPropertiesArgs>>? = null, displayName: Output<String>? = null, masterSiteName: Output<String>? = null, migrateAgentId: Output<String>? = null, name: Output<String>? = null, sourceName: Output<String>? = null, sourcePlatform: Output<String>? = null)

Properties

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

Gets or sets the display name.

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

Gets or Sets the master site name.

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

Gets or sets the migrate agent id associated with the workload instance.

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

Gets or sets the workload instance name.

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

Gets or sets the source name.

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

Gets or sets the source platform.

Functions

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