GetServerInstanceResult

data class GetServerInstanceResult(val configurationData: ConfigurationDataResponse, val errors: SAPMigrateErrorResponse, val id: String, val instanceSid: String, val name: String, val operatingSystem: String, val performanceData: Either<ExcelPerformanceDataResponse, NativePerformanceDataResponse>, val provisioningState: String, val sapInstanceType: String, val sapProduct: String, val sapProductVersion: String, val serverName: String, val systemData: SystemDataResponse, val type: String)

Define the Server Instance resource.

Constructors

Link copied to clipboard
constructor(configurationData: ConfigurationDataResponse, errors: SAPMigrateErrorResponse, id: String, instanceSid: String, name: String, operatingSystem: String, performanceData: Either<ExcelPerformanceDataResponse, NativePerformanceDataResponse>, provisioningState: String, sapInstanceType: String, sapProduct: String, sapProductVersion: String, serverName: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration data for this server instance.

Link copied to clipboard

Defines the errors related to SAP Instance resource.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

This is the Instance SID for ASCS/AP/DB instance. An SAP system with HANA database for example could have a different SID for database Instance than that of ASCS instance.

Link copied to clipboard

The name of the resource

Link copied to clipboard

This is Operating System on which the host server is running.

Link copied to clipboard

Configuration data for this server instance.

Link copied to clipboard

Defines the provisioning states.

Link copied to clipboard

Defines the type SAP instance on this server instance.

Link copied to clipboard

This is the SAP Application Component; e.g. SAP S/4HANA 2022, SAP ERP ENHANCE PACKAGE.

Link copied to clipboard

Provide the product version of the SAP product.

Link copied to clipboard

This is the Virtual Machine Name of the SAP system. Add all the virtual machines attached to an SAP system which you wish to migrate to Azure. Keeping this not equal to ID as for single tier all InstanceTypes would be on same server, leading to multiple resources with same servername.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"