Package-level declarations
Types
Link copied to clipboard
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
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
Specifies the hardware settings for the HANA instance.
Link copied to clipboard
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
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.