SpringbootappsProperties interface

The springbootapps resource definition.

Properties

applicationConfigurations

The application configuration file list.

appName

The name of SpringBootApp.

appPort

The application port.

appType

The application type, whether it is a SpringBoot app.

artifactName

The artifact name of SpringBootApp.

bindingPorts

The application binding port list.

buildJdkVersion

The jdk version in build.

certificates

The certificate file list.

checksum

The checksum of jar file.

connectionStrings

The connection string list.

dependencies

The dependency list.

environments

The environment variable list.

errors

The list of errors.

instanceCount

The total instance count the app deployed.

instances

The breakdown info for app instances on all the servers

jarFileLocation

The jar file location on the server.

jvmMemoryInMB

The jvm heap memory allocated.

jvmOptions

The jvm options.

lastModifiedTime

Time when this springbootapps jar file was last modified.

lastUpdatedTime

Time when this springbootapps instance was last refreshed.

machineArmIds

The machine ARM id list the app belongs to.

miscs

The other types of date collected.

provisioningState

The resource provisioning state.

runtimeJdkVersion

The jdk version installed on server

servers

The server list the app installed

siteName

The site name.

springBootVersion

The spring boot version.

staticContentLocations

The static content location list.

Property Details

applicationConfigurations

The application configuration file list.

applicationConfigurations?: SpringbootappsPropertiesApplicationConfigurationsItem[]

Property Value

appName

The name of SpringBootApp.

appName?: string

Property Value

string

appPort

The application port.

appPort?: number

Property Value

number

appType

The application type, whether it is a SpringBoot app.

appType?: string

Property Value

string

artifactName

The artifact name of SpringBootApp.

artifactName?: string

Property Value

string

bindingPorts

The application binding port list.

bindingPorts?: number[]

Property Value

number[]

buildJdkVersion

The jdk version in build.

buildJdkVersion?: string

Property Value

string

certificates

The certificate file list.

certificates?: string[]

Property Value

string[]

checksum

The checksum of jar file.

checksum?: string

Property Value

string

connectionStrings

The connection string list.

connectionStrings?: string[]

Property Value

string[]

dependencies

The dependency list.

dependencies?: string[]

Property Value

string[]

environments

The environment variable list.

environments?: string[]

Property Value

string[]

errors

The list of errors.

errors?: ErrorModel[]

Property Value

instanceCount

The total instance count the app deployed.

instanceCount?: number

Property Value

number

instances

The breakdown info for app instances on all the servers

instances?: SpringbootappsPropertiesInstancesItem[]

Property Value

jarFileLocation

The jar file location on the server.

jarFileLocation?: string

Property Value

string

jvmMemoryInMB

The jvm heap memory allocated.

jvmMemoryInMB?: number

Property Value

number

jvmOptions

The jvm options.

jvmOptions?: string[]

Property Value

string[]

lastModifiedTime

Time when this springbootapps jar file was last modified.

lastModifiedTime?: Date

Property Value

Date

lastUpdatedTime

Time when this springbootapps instance was last refreshed.

lastUpdatedTime?: Date

Property Value

Date

machineArmIds

The machine ARM id list the app belongs to.

machineArmIds?: string[]

Property Value

string[]

miscs

The other types of date collected.

miscs?: SpringbootappsPropertiesMiscsItem[]

Property Value

provisioningState

The resource provisioning state.

provisioningState?: string

Property Value

string

runtimeJdkVersion

The jdk version installed on server

runtimeJdkVersion?: string

Property Value

string

servers

The server list the app installed

servers?: string[]

Property Value

string[]

siteName

The site name.

siteName?: string

Property Value

string

springBootVersion

The spring boot version.

springBootVersion?: string

Property Value

string

staticContentLocations

The static content location list.

staticContentLocations?: string[]

Property Value

string[]