Apache Tomcat Workload Instance Model Custom Properties Response
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
Link copied to clipboard
fun ApacheTomcatWorkloadInstanceModelCustomPropertiesResponse(apacheTomcatWebApplication: ApacheTomcatWebApplicationResponse? = null, instanceType: String, webAppArmId: String? = null, webAppSiteName: String? = null)