SapSystemS4Config constructor
SapSystemS4Config({
- bool? allowStoppingForUpdate,
- String? ansibleRunnerServiceAccount,
- AppDetails? app,
- DatabaseDetails? database,
- String? deploymentModel,
- String? environmentType,
- String? gcpProjectId,
- LocationDetails? location,
- String? mediaBucketName,
- String? sapBootDiskImage,
- String? scalingMethod,
- String? version,
- String? vmPrefix,
Implementation
SapSystemS4Config({
this.allowStoppingForUpdate,
this.ansibleRunnerServiceAccount,
this.app,
this.database,
this.deploymentModel,
this.environmentType,
this.gcpProjectId,
this.location,
this.mediaBucketName,
this.sapBootDiskImage,
this.scalingMethod,
this.version,
this.vmPrefix,
});