cdx-proto
    Preparing search index...

    Type Alias EnergyProviderType

    EnergyProviderType: Message<"cyclonedx.v1_6.EnergyProviderType"> & {
        bomRef?: string;
        description: string;
        energyProvided?: cdx_16.EnergyMeasureType;
        energySource: cdx_16.EnergyProviderType_EnergySourceType;
        externalReferences: cdx_16.ExternalReference[];
        organization?: cdx_16.OrganizationalEntity;
    }

    Describes the physical provider of energy used for model development or operations.

    Type Declaration

    • OptionalbomRef?: string

      BOM unique reference to the energy provider.

      from field: optional string bom_ref = 1;

    • description: string

      A description of the energy provider.

      from field: string description = 2;

    • OptionalenergyProvided?: cdx_16.EnergyMeasureType

      The energy provided by the energy source for an associated activity.

      from field: cyclonedx.v1_6.EnergyMeasureType energyProvided = 5;

    • energySource: cdx_16.EnergyProviderType_EnergySourceType

      The energy source for the energy provider.

      from field: cyclonedx.v1_6.EnergyProviderType.EnergySourceType energySource = 4;

    • externalReferences: cdx_16.ExternalReference[]

      Provides the ability to document external references related to the BOM or to the project the BOM describes.

      from field: repeated cyclonedx.v1_6.ExternalReference external_references = 6;

    • Optionalorganization?: cdx_16.OrganizationalEntity

      The organization of the energy provider.

      from field: cyclonedx.v1_6.OrganizationalEntity organization = 3;

    from message cyclonedx.v1_6.EnergyProviderType