toJson method
Implementation
@override
Object toJson() => {
if (networkAttachment.isNotDefault) 'networkAttachment': networkAttachment,
if (dnsPeeringConfigs.isNotDefault)
'dnsPeeringConfigs': [for (final i in dnsPeeringConfigs) i.toJson()],
};