energy source: biofuel. Liquid fuels produced from biomass feedstocks (i.e., organic materials such as plants or animals).
from enum value: ENERGY_SOURCE_TYPE_BIOFUEL = 11;
energy source: coal. Energy produced by types of coal.
from enum value: ENERGY_SOURCE_TYPE_COAL = 3;
energy source: geothermal. Energy produced from heat within the earth.
from enum value: ENERGY_SOURCE_TYPE_GEOTHERMAL = 9;
energy source: hydropower. Energy produced from flowing water.
from enum value: ENERGY_SOURCE_TYPE_HYDROPOWER = 10;
energy source: natural-gas. Hydrocarbon gas liquids (HGL) that occur as gases at atmospheric pressure and as liquids under higher pressures including Natural gas (C5H12 and heavier), Ethane (C2H6), Propane (C3H8), etc.
from enum value: ENERGY_SOURCE_TYPE_NATURAL_GAS = 5;
energy source: nuclear. Energy produced from the cores of atoms (i.e., through nuclear fission or fusion).
from enum value: ENERGY_SOURCE_TYPE_NUCLEAR = 6;
energy source: oil. Petroleum products (primarily crude oil and its derivative fuel oils).
from enum value: ENERGY_SOURCE_TYPE_OIL = 4;
energy source: other. An energy source that is not listed.
from enum value: ENERGY_SOURCE_TYPE_OTHER = 2;
energy source: solar. Energy produced from the sun (i.e., solar radiation).
from enum value: ENERGY_SOURCE_TYPE_SOLAR = 8;
energy source: unknown. The energy source is unknown.
from enum value: ENERGY_SOURCE_TYPE_UNKNOWN = 1;
from enum value: ENERGY_SOURCE_TYPE_UNSPECIFIED = 0;
energy source: wind. Energy produced from moving air.
from enum value: ENERGY_SOURCE_TYPE_WIND = 7;
Generated
from enum cyclonedx.v1_6.EnergyProviderType.EnergySourceType