GetSapInstanceResult

data class GetSapInstanceResult(val application: String, val environment: String, val errors: SAPMigrateErrorResponse, val id: String, val landscapeSid: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val systemSid: String, val tags: Map<String, String>? = null, val type: String)

Define the SAP Instance resource.

Constructors

Link copied to clipboard
constructor(application: String, environment: String, errors: SAPMigrateErrorResponse, id: String, landscapeSid: String, location: String, name: String, provisioningState: String, systemData: SystemDataResponse, systemSid: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enter a business function/department identifier to group multiple SIDs.

Link copied to clipboard

The Environment; PRD, QA, DEV, etc to which SAP system belongs to. Select from the list of available dropdown values.

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 SID of the production system in a landscape. An SAP system could itself be a production SID or a part of a landscape with a different Production SID. This field can be used to relate non-prod SIDs, other components, SID (WEBDISP) to the prod SID. Enter the value of Production SID.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Defines the provisioning states.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

This is the SID of SAP System. Keeping this not equal to ID as different landscapes can have repeated System SID IDs.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

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