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
constructor(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)
Properties
Link copied to clipboard
Specifies the HANA instance unique ID.
Link copied to clipboard
Specifies the hardware settings for the HANA instance.
Link copied to clipboard
Hardware revision of a HANA instance
Link copied to clipboard
Specifies the network settings for the HANA instance.
Link copied to clipboard
Specifies the operating system settings for the HANA instance.
Link copied to clipboard
ARM ID of another HanaInstance that will share a network with this HanaInstance
Link copied to clipboard
Resource power state
Link copied to clipboard
State of provisioning of the HanaInstance
Link copied to clipboard
Resource proximity placement group
Link copied to clipboard
Specifies the storage settings for the HANA instance disks.