Package-level declarations

Types

Link copied to clipboard
data class ErrorArgs(val code: Output<String>? = null, val id: Output<Double>? = null, val message: Output<String>? = null, val possibleCauses: Output<String>? = null, val recommendedAction: Output<String>? = null, val runAsAccountId: Output<String>? = null, val severity: Output<String>? = null, val summaryMessage: Output<String>? = null, val updatedTimeStamp: Output<String>? = null) : ConvertibleToJava<ErrorArgs>

Defines the error.

Link copied to clipboard

Builder for ErrorArgs.

Link copied to clipboard
data class GetSpringbootappPlainArgs(val resourceGroupName: String, val siteName: String, val springbootappsName: String) : ConvertibleToJava<GetSpringbootappPlainArgs>
Link copied to clipboard
data class GetSpringbootserverPlainArgs(val resourceGroupName: String, val siteName: String, val springbootserversName: String) : ConvertibleToJava<GetSpringbootserverPlainArgs>
Link copied to clipboard
data class GetSpringbootsitePlainArgs(val resourceGroupName: String, val springbootsitesName: String) : ConvertibleToJava<GetSpringbootsitePlainArgs>
data class SpringbootappsPropertiesApplicationConfigurationsArgs(val key: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<SpringbootappsPropertiesApplicationConfigurationsArgs>
Link copied to clipboard
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.

Link copied to clipboard
data class SpringbootappsPropertiesInstancesArgs(val instanceCount: Output<Int>? = null, val jvmMemoryInMB: Output<Int>? = null, val machineArmId: Output<String>) : ConvertibleToJava<SpringbootappsPropertiesInstancesArgs>
Link copied to clipboard
data class SpringbootappsPropertiesMiscsArgs(val key: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<SpringbootappsPropertiesMiscsArgs>
Link copied to clipboard
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.

Link copied to clipboard
data class SpringbootsitesModelExtendedLocationArgs(val name: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<SpringbootsitesModelExtendedLocationArgs>

The extended location definition.

Link copied to clipboard
data class SpringbootsitesPropertiesArgs(val masterSiteId: Output<String>? = null, val migrateProjectId: Output<String>? = null, val provisioningState: Output<Either<String, ProvisioningState>>? = null) : ConvertibleToJava<SpringbootsitesPropertiesArgs>

The springbootsites resource definition.