toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (advancedNetworking != null)
'advancedNetworking': advancedNetworking!,
if (islandModeCidr != null) 'islandModeCidr': islandModeCidr!,
if (multipleNetworkInterfacesConfig != null)
'multipleNetworkInterfacesConfig': multipleNetworkInterfacesConfig!,
if (srIovConfig != null) 'srIovConfig': srIovConfig!,
};