Workload Instance Model Properties Args
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
val customProperties: Output<Either<ApacheTomcatWorkloadInstanceModelCustomPropertiesArgs, IISWorkloadInstanceModelCustomPropertiesArgs>>? = null
Workload instance model custom properties.
Link copied to clipboard
Gets or sets the display name.
Link copied to clipboard
Gets or Sets the master site name.
Link copied to clipboard
Gets or sets the migrate agent id associated with the workload instance.
Link copied to clipboard
Gets or sets the source name.
Link copied to clipboard
Gets or sets the source platform.