SpringbootserversPropertiesResponse

data class SpringbootserversPropertiesResponse(val errors: List<ErrorResponse>? = null, val fqdnAndIpAddressList: List<String>? = null, val labels: Map<String, String>? = null, val machineArmId: String? = null, val port: Int? = null, val provisioningState: String? = null, val server: String, val springBootApps: Int? = null, val totalApps: Int? = null)

The springbootservers resource definition.

Constructors

Link copied to clipboard
constructor(errors: List<ErrorResponse>? = null, fqdnAndIpAddressList: List<String>? = null, labels: Map<String, String>? = null, machineArmId: String? = null, port: Int? = null, provisioningState: String? = null, server: String, springBootApps: Int? = null, totalApps: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The list of errors.

Link copied to clipboard

The alternative FQDN or IP addresses to discover for this server

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

Resource labels

Link copied to clipboard
val machineArmId: String? = null

The machine Id from ARM

Link copied to clipboard
val port: Int? = null

Target server port for remote login

Link copied to clipboard

The resource provisioning state.

Link copied to clipboard

Server is the target server name or ip address to discover of SpringBootServer.

Link copied to clipboard
val springBootApps: Int? = null

The total number of spring boot apps been discovered

Link copied to clipboard
val totalApps: Int? = null

The total number of apps been discovered