Get Hana Instance Result
data class GetHanaInstanceResult(val hanaInstanceId: String, val hardwareProfile: HardwareProfileResponse? = null, val hwRevision: String, val id: String, val location: String? = null, val name: String, val networkProfile: NetworkProfileResponse? = null, val osProfile: OSProfileResponse? = null, val partnerNodeId: String? = null, val powerState: String, val provisioningState: String, val proximityPlacementGroup: String, val storageProfile: StorageProfileResponse? = null, val tags: Map<String, String>? = null, val type: String)
HANA instance info on Azure (ARM properties and HANA properties)
Constructors
Link copied to clipboard
fun GetHanaInstanceResult(hanaInstanceId: String, hardwareProfile: HardwareProfileResponse? = null, hwRevision: String, id: String, location: String? = null, name: String, networkProfile: NetworkProfileResponse? = null, osProfile: OSProfileResponse? = null, partnerNodeId: String? = null, powerState: String, provisioningState: String, proximityPlacementGroup: String, storageProfile: StorageProfileResponse? = null, tags: Map<String, String>? = null, type: String)