Springbootapps Properties Args
data class SpringbootappsPropertiesArgs(val appName: Output<String>? = null, val appPort: Output<Int>? = null, val appType: Output<String>? = null, val applicationConfigurations: Output<List<SpringbootappsPropertiesApplicationConfigurationsArgs>>? = null, val artifactName: Output<String>? = null, val bindingPorts: Output<List<Int>>? = null, val buildJdkVersion: Output<String>? = null, val certificates: Output<List<String>>? = null, val checksum: Output<String>? = null, val connectionStrings: Output<List<String>>? = null, val dependencies: Output<List<String>>? = null, val environments: Output<List<String>>? = null, val errors: Output<List<ErrorArgs>>? = null, val instanceCount: Output<Int>? = null, val instances: Output<List<SpringbootappsPropertiesInstancesArgs>>? = null, val jarFileLocation: Output<String>? = null, val jvmMemoryInMB: Output<Int>? = null, val jvmOptions: Output<List<String>>? = null, val labels: Output<Map<String, String>>? = null, val lastModifiedTime: Output<String>? = null, val lastUpdatedTime: Output<String>? = null, val machineArmIds: Output<List<String>>? = null, val miscs: Output<List<SpringbootappsPropertiesMiscsArgs>>? = null, val runtimeJdkVersion: Output<String>? = null, val servers: Output<List<String>>? = null, val springBootVersion: Output<String>? = null, val staticContentLocations: Output<List<String>>? = null) : ConvertibleToJava<SpringbootappsPropertiesArgs>
The springbootapps resource definition.
Constructors
Link copied to clipboard
constructor(appName: Output<String>? = null, appPort: Output<Int>? = null, appType: Output<String>? = null, applicationConfigurations: Output<List<SpringbootappsPropertiesApplicationConfigurationsArgs>>? = null, artifactName: Output<String>? = null, bindingPorts: Output<List<Int>>? = null, buildJdkVersion: Output<String>? = null, certificates: Output<List<String>>? = null, checksum: Output<String>? = null, connectionStrings: Output<List<String>>? = null, dependencies: Output<List<String>>? = null, environments: Output<List<String>>? = null, errors: Output<List<ErrorArgs>>? = null, instanceCount: Output<Int>? = null, instances: Output<List<SpringbootappsPropertiesInstancesArgs>>? = null, jarFileLocation: Output<String>? = null, jvmMemoryInMB: Output<Int>? = null, jvmOptions: Output<List<String>>? = null, labels: Output<Map<String, String>>? = null, lastModifiedTime: Output<String>? = null, lastUpdatedTime: Output<String>? = null, machineArmIds: Output<List<String>>? = null, miscs: Output<List<SpringbootappsPropertiesMiscsArgs>>? = null, runtimeJdkVersion: Output<String>? = null, servers: Output<List<String>>? = null, springBootVersion: Output<String>? = null, staticContentLocations: Output<List<String>>? = null)
Properties
Link copied to clipboard
val applicationConfigurations: Output<List<SpringbootappsPropertiesApplicationConfigurationsArgs>>? = null
The application configuration file list.
Link copied to clipboard
The artifact name of SpringBootApp.
Link copied to clipboard
The application binding port list.
Link copied to clipboard
The jdk version in build.
Link copied to clipboard
The certificate file list.
Link copied to clipboard
The connection string list.
Link copied to clipboard
The dependency list.
Link copied to clipboard
The environment variable list.
Link copied to clipboard
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
The jar file location on the server.
Link copied to clipboard
The jvm heap memory allocated.
Link copied to clipboard
The jvm options.
Link copied to clipboard
Time when this springbootapps jar file was last modified.
Link copied to clipboard
Time when this springbootapps instance was last refreshed.
Link copied to clipboard
The machine ARM id list the app belongs to.
Link copied to clipboard
The other types of date collected.
Link copied to clipboard
The jdk version installed on server
Link copied to clipboard
The spring boot version.
Link copied to clipboard
The static content location list.