toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final activeDirectory = this.activeDirectory;
  final computeEngineServiceAccount = this.computeEngineServiceAccount;
  final database = this.database;
  final deploymentModel = this.deploymentModel;
  final environmentType = this.environmentType;
  final fciType = this.fciType;
  final haType = this.haType;
  final isSqlPayg = this.isSqlPayg;
  final location = this.location;
  final mediaBucket = this.mediaBucket;
  final operatingSystemType = this.operatingSystemType;
  final osImage = this.osImage;
  final osImageType = this.osImageType;
  final pacemaker = this.pacemaker;
  final sqlServerEdition = this.sqlServerEdition;
  final sqlServerVersion = this.sqlServerVersion;
  final vmPrefix = this.vmPrefix;
  return {
    'activeDirectory': ?activeDirectory,
    'computeEngineServiceAccount': ?computeEngineServiceAccount,
    'database': ?database,
    'deploymentModel': ?deploymentModel,
    'environmentType': ?environmentType,
    'fciType': ?fciType,
    'haType': ?haType,
    'isSqlPayg': ?isSqlPayg,
    'location': ?location,
    'mediaBucket': ?mediaBucket,
    'operatingSystemType': ?operatingSystemType,
    'osImage': ?osImage,
    'osImageType': ?osImageType,
    'pacemaker': ?pacemaker,
    'sqlServerEdition': ?sqlServerEdition,
    'sqlServerVersion': ?sqlServerVersion,
    'vmPrefix': ?vmPrefix,
  };
}