toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final createCommsFirewall = this.createCommsFirewall;
  final customTags = this.customTags;
  final deploymentDnsEnabled = this.deploymentDnsEnabled;
  final dnsZone = this.dnsZone;
  final dnsZoneNameSuffix = this.dnsZoneNameSuffix;
  final internetAccess = this.internetAccess;
  final networkProject = this.networkProject;
  final regionName = this.regionName;
  final subnetName = this.subnetName;
  final vpcName = this.vpcName;
  final zone1Name = this.zone1Name;
  final zone2Name = this.zone2Name;
  return {
    'createCommsFirewall': ?createCommsFirewall,
    'customTags': ?customTags,
    'deploymentDnsEnabled': ?deploymentDnsEnabled,
    'dnsZone': ?dnsZone,
    'dnsZoneNameSuffix': ?dnsZoneNameSuffix,
    'internetAccess': ?internetAccess,
    'networkProject': ?networkProject,
    'regionName': ?regionName,
    'subnetName': ?subnetName,
    'vpcName': ?vpcName,
    'zone1Name': ?zone1Name,
    'zone2Name': ?zone2Name,
  };
}