toJson method
Implementation
@override
Object toJson() {
return {
if (networkAttachment.isNotDefault)
'networkAttachment': networkAttachment,
if (dnsPeeringConfigs.isNotDefault)
'dnsPeeringConfigs': encodeList(dnsPeeringConfigs),
};
}