SpringbootserversPropertiesArgs

data class SpringbootserversPropertiesArgs(val errors: Output<List<ErrorArgs>>? = null, val fqdnAndIpAddressList: Output<List<String>>? = null, val labels: Output<Map<String, String>>? = null, val machineArmId: Output<String>? = null, val port: Output<Int>? = null, val provisioningState: Output<Either<String, ProvisioningState>>? = null, val server: Output<String>, val springBootApps: Output<Int>? = null, val totalApps: Output<Int>? = null) : ConvertibleToJava<SpringbootserversPropertiesArgs>

The springbootservers resource definition.

Constructors

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

Properties

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

The list of errors.

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

The alternative FQDN or IP addresses to discover for this server

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

Resource labels

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

The machine Id from ARM

Link copied to clipboard
val port: Output<Int>? = null

Target server port for remote login

Link copied to clipboard
val provisioningState: Output<Either<String, ProvisioningState>>? = null

The resource provisioning state.

Link copied to clipboard
val server: Output<String>

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

Link copied to clipboard
val springBootApps: Output<Int>? = null

The total number of spring boot apps been discovered

Link copied to clipboard
val totalApps: Output<Int>? = null

The total number of apps been discovered

Functions

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