SpringbootappsPropertiesResponse

data class SpringbootappsPropertiesResponse(val appName: String? = null, val appPort: Int? = null, val appType: String? = null, val applicationConfigurations: List<SpringbootappsPropertiesResponseApplicationConfigurations>? = null, val artifactName: String? = null, val bindingPorts: List<Int>? = null, val buildJdkVersion: String? = null, val certificates: List<String>? = null, val checksum: String? = null, val connectionStrings: List<String>? = null, val dependencies: List<String>? = null, val environments: List<String>? = null, val errors: List<ErrorResponse>? = null, val instanceCount: Int? = null, val instances: List<SpringbootappsPropertiesResponseInstances>? = null, val jarFileLocation: String? = null, val jvmMemoryInMB: Int? = null, val jvmOptions: List<String>? = null, val labels: Map<String, String>? = null, val lastModifiedTime: String? = null, val lastUpdatedTime: String? = null, val machineArmIds: List<String>? = null, val miscs: List<SpringbootappsPropertiesResponseMiscs>? = null, val provisioningState: String, val runtimeJdkVersion: String? = null, val servers: List<String>? = null, val springBootVersion: String? = null, val staticContentLocations: List<String>? = null)

The springbootapps resource definition.

Constructors

Link copied to clipboard
constructor(appName: String? = null, appPort: Int? = null, appType: String? = null, applicationConfigurations: List<SpringbootappsPropertiesResponseApplicationConfigurations>? = null, artifactName: String? = null, bindingPorts: List<Int>? = null, buildJdkVersion: String? = null, certificates: List<String>? = null, checksum: String? = null, connectionStrings: List<String>? = null, dependencies: List<String>? = null, environments: List<String>? = null, errors: List<ErrorResponse>? = null, instanceCount: Int? = null, instances: List<SpringbootappsPropertiesResponseInstances>? = null, jarFileLocation: String? = null, jvmMemoryInMB: Int? = null, jvmOptions: List<String>? = null, labels: Map<String, String>? = null, lastModifiedTime: String? = null, lastUpdatedTime: String? = null, machineArmIds: List<String>? = null, miscs: List<SpringbootappsPropertiesResponseMiscs>? = null, provisioningState: String, runtimeJdkVersion: String? = null, servers: List<String>? = null, springBootVersion: String? = null, staticContentLocations: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val appName: String? = null

The name of SpringBootApp.

Link copied to clipboard
val appPort: Int? = null

The application port.

Link copied to clipboard
val appType: String? = null

The application type, whether it is a SpringBoot app.

Link copied to clipboard
val artifactName: String? = null

The artifact name of SpringBootApp.

Link copied to clipboard
val bindingPorts: List<Int>? = null

The application binding port list.

Link copied to clipboard
val buildJdkVersion: String? = null

The jdk version in build.

Link copied to clipboard
val certificates: List<String>? = null

The certificate file list.

Link copied to clipboard
val checksum: String? = null

The checksum of jar file.

Link copied to clipboard

The connection string list.

Link copied to clipboard
val dependencies: List<String>? = null

The dependency list.

Link copied to clipboard
val environments: List<String>? = null

The environment variable list.

Link copied to clipboard
val errors: List<ErrorResponse>? = null

The list of errors.

Link copied to clipboard
val instanceCount: Int? = null

The total instance count the app deployed.

Link copied to clipboard

The breakdown info for app instances on all the servers

Link copied to clipboard
val jarFileLocation: String? = null

The jar file location on the server.

Link copied to clipboard
val jvmMemoryInMB: Int? = null

The jvm heap memory allocated.

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

The jvm options.

Link copied to clipboard
val labels: Map<String, String>? = null

Resource labels

Link copied to clipboard

Time when this springbootapps jar file was last modified.

Link copied to clipboard
val lastUpdatedTime: String? = null

Time when this springbootapps instance was last refreshed.

Link copied to clipboard
val machineArmIds: List<String>? = null

The machine ARM id list the app belongs to.

Link copied to clipboard

The other types of date collected.

Link copied to clipboard

The resource provisioning state.

Link copied to clipboard

The jdk version installed on server

Link copied to clipboard
val servers: List<String>? = null

The server list the app installed

Link copied to clipboard

The spring boot version.

Link copied to clipboard

The static content location list.