Get SAPApplication Server Instance Result
data class GetSAPApplicationServerInstanceResult(val errors: SAPVirtualInstanceErrorResponse, val gatewayPort: Double, val health: String, val hostname: String, val icmHttpPort: Double, val icmHttpsPort: Double, val id: String, val instanceNo: String, val ipAddress: String, val kernelPatch: String, val kernelVersion: String, val location: String, val name: String, val provisioningState: String, val status: String, val storageDetails: List<StorageInformationResponse>, val subnet: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val virtualMachineId: String)
Define the SAP Application Server Instance resource.
Constructors
Link copied to clipboard
fun GetSAPApplicationServerInstanceResult(errors: SAPVirtualInstanceErrorResponse, gatewayPort: Double, health: String, hostname: String, icmHttpPort: Double, icmHttpsPort: Double, id: String, instanceNo: String, ipAddress: String, kernelPatch: String, kernelVersion: String, location: String, name: String, provisioningState: String, status: String, storageDetails: List<StorageInformationResponse>, subnet: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, virtualMachineId: String)