GetSAPAvailabilityZoneDetailsPlainArgs

data class GetSAPAvailabilityZoneDetailsPlainArgs(val appLocation: String, val databaseType: Either<String, SAPDatabaseType>, val location: String, val sapProduct: Either<String, SAPProductType>) : ConvertibleToJava<GetSAPAvailabilityZoneDetailsPlainArgs>

Constructors

Link copied to clipboard
constructor(appLocation: String, databaseType: Either<String, SAPDatabaseType>, location: String, sapProduct: Either<String, SAPProductType>)

Properties

Link copied to clipboard

The geo-location where the SAP resources will be created.

Link copied to clipboard

The database type. Eg: HANA, DB2, etc

Link copied to clipboard

The name of Azure region.

Link copied to clipboard

Defines the SAP Product type.

Functions

Link copied to clipboard
open override fun toJava(): GetSAPAvailabilityZoneDetailsPlainArgs