toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final adaptationModifiers = this.adaptationModifiers;
final additionalLicenses = this.additionalLicenses;
final appliedLicense = this.appliedLicense;
final bootConversion = this.bootConversion;
final bootOption = this.bootOption;
final computeScheduling = this.computeScheduling;
final diskReplicaZones = this.diskReplicaZones;
final diskType = this.diskType;
final enableIntegrityMonitoring = this.enableIntegrityMonitoring;
final enableVtpm = this.enableVtpm;
final encryption = this.encryption;
final hostname = this.hostname;
final labels = this.labels;
final licenseType = this.licenseType;
final machineType = this.machineType;
final machineTypeSeries = this.machineTypeSeries;
final metadata = this.metadata;
final networkInterfaces = this.networkInterfaces;
final networkTags = this.networkTags;
final project = this.project;
final secureBoot = this.secureBoot;
final serviceAccount = this.serviceAccount;
final storagePool = this.storagePool;
final vmName = this.vmName;
final zone = this.zone;
return {
'adaptationModifiers': ?adaptationModifiers,
'additionalLicenses': ?additionalLicenses,
'appliedLicense': ?appliedLicense,
'bootConversion': ?bootConversion,
'bootOption': ?bootOption,
'computeScheduling': ?computeScheduling,
'diskReplicaZones': ?diskReplicaZones,
'diskType': ?diskType,
'enableIntegrityMonitoring': ?enableIntegrityMonitoring,
'enableVtpm': ?enableVtpm,
'encryption': ?encryption,
'hostname': ?hostname,
'labels': ?labels,
'licenseType': ?licenseType,
'machineType': ?machineType,
'machineTypeSeries': ?machineTypeSeries,
'metadata': ?metadata,
'networkInterfaces': ?networkInterfaces,
'networkTags': ?networkTags,
'project': ?project,
'secureBoot': ?secureBoot,
'serviceAccount': ?serviceAccount,
'storagePool': ?storagePool,
'vmName': ?vmName,
'zone': ?zone,
};
}