ApacheTomcatWorkloadInstanceModelCustomPropertiesResponse

data class ApacheTomcatWorkloadInstanceModelCustomPropertiesResponse(val apacheTomcatWebApplication: ApacheTomcatWebApplicationResponse? = null, val instanceType: String, val webAppArmId: String? = null, val webAppSiteName: String? = null)

ApacheTomcat workload instance model custom properties.

Constructors

constructor(apacheTomcatWebApplication: ApacheTomcatWebApplicationResponse? = null, instanceType: String, webAppArmId: String? = null, webAppSiteName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ApacheTomcat web application.

Link copied to clipboard

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

Link copied to clipboard
val webAppArmId: String? = null

Gets or sets the Web application ARM id.

Link copied to clipboard
val webAppSiteName: String? = null

Gets or sets the Web application site name.