WarUploadedUserSourceInfoArgs

data class WarUploadedUserSourceInfoArgs(val jvmOptions: Output<String>? = null, val relativePath: Output<String>? = null, val runtimeVersion: Output<String>? = null, val serverVersion: Output<String>? = null, val type: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<WarUploadedUserSourceInfoArgs>

Uploaded War binary for a deployment

Constructors

Link copied to clipboard
constructor(jvmOptions: Output<String>? = null, relativePath: Output<String>? = null, runtimeVersion: Output<String>? = null, serverVersion: Output<String>? = null, type: Output<String>, version: Output<String>? = null)

Properties

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

JVM parameter

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

Relative path of the storage which stores the source

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

Runtime version of the war file

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

Server version, currently only Apache Tomcat is supported

Link copied to clipboard
val type: Output<String>

Type of the source uploaded Expected value is 'War'.

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

Version of the source

Functions

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