Package-level declarations

Types

Link copied to clipboard
data class DiskResponse(val diskSizeGB: Int? = null, val lun: Int, val name: String? = null)

Specifies the disk information for the HANA instance

Link copied to clipboard
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)

Link copied to clipboard
data class GetProviderInstanceResult(val id: String, val metadata: String? = null, val name: String, val properties: String, val provisioningState: String, val type: String)

A provider instance associated with a SAP monitor.

Link copied to clipboard
data class GetSapMonitorResult(val enableCustomerAnalytics: Boolean? = null, val id: String, val location: String, val logAnalyticsWorkspaceArmId: String? = null, val logAnalyticsWorkspaceId: String? = null, val logAnalyticsWorkspaceSharedKey: String? = null, val managedResourceGroupName: String, val monitorSubnet: String? = null, val name: String, val provisioningState: String, val sapMonitorCollectorVersion: String, val tags: Map<String, String>? = null, val type: String)

SAP monitor info on Azure (ARM properties and SAP monitor properties)

Link copied to clipboard
data class HardwareProfileResponse(val hanaInstanceSize: String, val hardwareType: String)

Specifies the hardware settings for the HANA instance.

Link copied to clipboard
data class IpAddressResponse(val ipAddress: String? = null)

Specifies the IP address of the network interface.

Link copied to clipboard
data class NetworkProfileResponse(val circuitId: String, val networkInterfaces: List<IpAddressResponse>? = null)

Specifies the network settings for the HANA instance disks.

Link copied to clipboard
data class OSProfileResponse(val computerName: String? = null, val osType: String, val sshPublicKey: String? = null, val version: String)

Specifies the operating system settings for the HANA instance.

Link copied to clipboard
data class SAPSystemIDResponse(val gid: String? = null, val memoryAllocation: String, val sid: String? = null, val uid: String? = null, val username: String? = null)

Specifies information related to a SAP system ID

Link copied to clipboard
data class StorageProfileResponse(val hanaSids: List<SAPSystemIDResponse>? = null, val nfsIpAddress: String, val osDisks: List<DiskResponse>? = null)

Specifies the storage settings for the HANA instance disks.