SapSystemS4Config constructor

SapSystemS4Config({
  1. bool? allowStoppingForUpdate,
  2. String? ansibleRunnerServiceAccount,
  3. AppDetails? app,
  4. DatabaseDetails? database,
  5. String? deploymentModel,
  6. String? environmentType,
  7. String? gcpProjectId,
  8. LocationDetails? location,
  9. String? mediaBucketName,
  10. String? sapBootDiskImage,
  11. String? scalingMethod,
  12. String? version,
  13. 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,
});