toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final customerVpcNetwork = this.customerVpcNetwork;
  final dnsPeeringConfigs = this.dnsPeeringConfigs;
  final internetAccess = this.internetAccess;
  final networkAttachment = this.networkAttachment;
  return {
    'customerVpcNetwork': ?customerVpcNetwork,
    'dnsPeeringConfigs': ?dnsPeeringConfigs,
    'internetAccess': ?internetAccess,
    'networkAttachment': ?networkAttachment,
  };
}