Get Sap Virtual Instance Invoke Disk Configurations Plain Args
data class GetSapVirtualInstanceInvokeDiskConfigurationsPlainArgs(val appLocation: String, val databaseType: Either<String, SAPDatabaseType>, val dbVmSku: String, val deploymentType: Either<String, SAPDeploymentType>, val environment: Either<String, SAPEnvironmentType>, val location: String, val sapProduct: Either<String, SAPProductType>) : ConvertibleToJava<GetSapVirtualInstanceInvokeDiskConfigurationsPlainArgs>
Constructors
Link copied to clipboard
constructor(appLocation: String, databaseType: Either<String, SAPDatabaseType>, dbVmSku: String, deploymentType: Either<String, SAPDeploymentType>, environment: Either<String, SAPEnvironmentType>, 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 deployment type. Eg: SingleServer/ThreeTier
Link copied to clipboard
Defines the environment type - Production/Non Production.
Link copied to clipboard
Defines the SAP Product type.