Package-level declarations
Types
Link copied to clipboard
data class ErrorResponse(val code: String? = null, val id: Double? = null, val message: String? = null, val possibleCauses: String? = null, val recommendedAction: String? = null, val runAsAccountId: String? = null, val severity: String? = null, val summaryMessage: String? = null, val updatedTimeStamp: String? = null)
Defines the error.
Link copied to clipboard
data class GetSpringbootappResult(val id: String, val name: String, val properties: SpringbootappsPropertiesResponse, val systemData: SystemDataResponse, val type: String)
The springbootapps envelope resource definition.
Link copied to clipboard
data class GetSpringbootserverResult(val id: String, val name: String, val properties: SpringbootserversPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The springbootservers envelope resource definition.
Link copied to clipboard
data class GetSpringbootsiteResult(val extendedLocation: SpringbootsitesModelResponseExtendedLocation? = null, val id: String, val location: String, val name: String, val properties: SpringbootsitesPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The springbootsites envelope resource definition.
Link copied to clipboard
data class SpringbootappsPropertiesResponse(val appName: String? = null, val appPort: Int? = null, val appType: String? = null, val applicationConfigurations: List<SpringbootappsPropertiesResponseApplicationConfigurations>? = null, val artifactName: String? = null, val bindingPorts: List<Int>? = null, val buildJdkVersion: String? = null, val certificates: List<String>? = null, val checksum: String? = null, val connectionStrings: List<String>? = null, val dependencies: List<String>? = null, val environments: List<String>? = null, val errors: List<ErrorResponse>? = null, val instanceCount: Int? = null, val instances: List<SpringbootappsPropertiesResponseInstances>? = null, val jarFileLocation: String? = null, val jvmMemoryInMB: Int? = null, val jvmOptions: List<String>? = null, val labels: Map<String, String>? = null, val lastModifiedTime: String? = null, val lastUpdatedTime: String? = null, val machineArmIds: List<String>? = null, val miscs: List<SpringbootappsPropertiesResponseMiscs>? = null, val provisioningState: String, val runtimeJdkVersion: String? = null, val servers: List<String>? = null, val springBootVersion: String? = null, val staticContentLocations: List<String>? = null)
The springbootapps resource definition.
Link copied to clipboard
data class SpringbootappsPropertiesResponseApplicationConfigurations(val key: String, val value: String? = null)
Link copied to clipboard
data class SpringbootappsPropertiesResponseInstances(val instanceCount: Int? = null, val jvmMemoryInMB: Int? = null, val machineArmId: String)
Link copied to clipboard
Link copied to clipboard
data class SpringbootserversPropertiesResponse(val errors: List<ErrorResponse>? = null, val fqdnAndIpAddressList: List<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.
Link copied to clipboard
data class SpringbootsitesModelResponseExtendedLocation(val name: String? = null, val type: String? = null)
The extended location definition.
Link copied to clipboard
data class SpringbootsitesPropertiesResponse(val masterSiteId: String? = null, val migrateProjectId: String? = null, val provisioningState: String? = null)
The springbootsites resource definition.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.