toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final dnsPeeringConfig = this.dnsPeeringConfig;
final networkAttachment = this.networkAttachment;
final trustConfig = this.trustConfig;
final vpcEgress = this.vpcEgress;
return {
'dnsPeeringConfig': ?dnsPeeringConfig,
'networkAttachment': ?networkAttachment,
'trustConfig': ?trustConfig,
'vpcEgress': ?vpcEgress,
};
}