1. Packages
  2. Splight
  3. API Docs
  4. Inverter
splight v1.2.2 published on Friday, Nov 8, 2024 by splightplatform

splight.Inverter

Explore with Pulumi AI

splight logo
splight v1.2.2 published on Friday, Nov 8, 2024 by splightplatform

    Example Usage

    Create Inverter Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Inverter(name: string, args: InverterArgs, opts?: CustomResourceOptions);
    @overload
    def Inverter(resource_name: str,
                 args: InverterArgs,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Inverter(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 energy_measurement_type: Optional[InverterEnergyMeasurementTypeArgs] = None,
                 make: Optional[InverterMakeArgs] = None,
                 max_active_power: Optional[InverterMaxActivePowerArgs] = None,
                 model: Optional[InverterModelArgs] = None,
                 serial_number: Optional[InverterSerialNumberArgs] = None,
                 description: Optional[str] = None,
                 geometry: Optional[str] = None,
                 name: Optional[str] = None,
                 tags: Optional[Sequence[InverterTagArgs]] = None,
                 timezone: Optional[str] = None)
    func NewInverter(ctx *Context, name string, args InverterArgs, opts ...ResourceOption) (*Inverter, error)
    public Inverter(string name, InverterArgs args, CustomResourceOptions? opts = null)
    public Inverter(String name, InverterArgs args)
    public Inverter(String name, InverterArgs args, CustomResourceOptions options)
    
    type: splight:Inverter
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args InverterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args InverterArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args InverterArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args InverterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args InverterArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var inverterResource = new Splight.Inverter("inverterResource", new()
    {
        EnergyMeasurementType = new Splight.Inputs.InverterEnergyMeasurementTypeArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Make = new Splight.Inputs.InverterMakeArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        MaxActivePower = new Splight.Inputs.InverterMaxActivePowerArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Model = new Splight.Inputs.InverterModelArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        SerialNumber = new Splight.Inputs.InverterSerialNumberArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Description = "string",
        Geometry = "string",
        Name = "string",
        Tags = new[]
        {
            new Splight.Inputs.InverterTagArgs
            {
                Id = "string",
                Name = "string",
            },
        },
        Timezone = "string",
    });
    
    example, err := splight.NewInverter(ctx, "inverterResource", &splight.InverterArgs{
    	EnergyMeasurementType: &splight.InverterEnergyMeasurementTypeArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	Make: &splight.InverterMakeArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	MaxActivePower: &splight.InverterMaxActivePowerArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	Model: &splight.InverterModelArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	SerialNumber: &splight.InverterSerialNumberArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	Description: pulumi.String("string"),
    	Geometry:    pulumi.String("string"),
    	Name:        pulumi.String("string"),
    	Tags: splight.InverterTagArray{
    		&splight.InverterTagArgs{
    			Id:   pulumi.String("string"),
    			Name: pulumi.String("string"),
    		},
    	},
    	Timezone: pulumi.String("string"),
    })
    
    var inverterResource = new Inverter("inverterResource", InverterArgs.builder()
        .energyMeasurementType(InverterEnergyMeasurementTypeArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .make(InverterMakeArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .maxActivePower(InverterMaxActivePowerArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .model(InverterModelArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .serialNumber(InverterSerialNumberArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .description("string")
        .geometry("string")
        .name("string")
        .tags(InverterTagArgs.builder()
            .id("string")
            .name("string")
            .build())
        .timezone("string")
        .build());
    
    inverter_resource = splight.Inverter("inverterResource",
        energy_measurement_type={
            "value": "string",
            "asset": "string",
            "id": "string",
            "name": "string",
            "type": "string",
            "unit": "string",
        },
        make={
            "value": "string",
            "asset": "string",
            "id": "string",
            "name": "string",
            "type": "string",
            "unit": "string",
        },
        max_active_power={
            "value": "string",
            "asset": "string",
            "id": "string",
            "name": "string",
            "type": "string",
            "unit": "string",
        },
        model={
            "value": "string",
            "asset": "string",
            "id": "string",
            "name": "string",
            "type": "string",
            "unit": "string",
        },
        serial_number={
            "value": "string",
            "asset": "string",
            "id": "string",
            "name": "string",
            "type": "string",
            "unit": "string",
        },
        description="string",
        geometry="string",
        name="string",
        tags=[{
            "id": "string",
            "name": "string",
        }],
        timezone="string")
    
    const inverterResource = new splight.Inverter("inverterResource", {
        energyMeasurementType: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        make: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        maxActivePower: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        model: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        serialNumber: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        description: "string",
        geometry: "string",
        name: "string",
        tags: [{
            id: "string",
            name: "string",
        }],
        timezone: "string",
    });
    
    type: splight:Inverter
    properties:
        description: string
        energyMeasurementType:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        geometry: string
        make:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        maxActivePower:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        model:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        name: string
        serialNumber:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        tags:
            - id: string
              name: string
        timezone: string
    

    Inverter Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Inverter resource accepts the following input properties:

    EnergyMeasurementType Splight.Splight.Inputs.InverterEnergyMeasurementType
    attribute of the resource
    Make Splight.Splight.Inputs.InverterMake
    attribute of the resource
    MaxActivePower Splight.Splight.Inputs.InverterMaxActivePower
    attribute of the resource
    Model Splight.Splight.Inputs.InverterModel
    attribute of the resource
    SerialNumber Splight.Splight.Inputs.InverterSerialNumber
    attribute of the resource
    Description string
    description of the resource
    Geometry string
    geo position and shape of the resource
    Name string
    name of the resource
    Tags List<Splight.Splight.Inputs.InverterTag>
    tags of the resource
    Timezone string
    timezone that overrides location-based timezone of the resource
    EnergyMeasurementType InverterEnergyMeasurementTypeArgs
    attribute of the resource
    Make InverterMakeArgs
    attribute of the resource
    MaxActivePower InverterMaxActivePowerArgs
    attribute of the resource
    Model InverterModelArgs
    attribute of the resource
    SerialNumber InverterSerialNumberArgs
    attribute of the resource
    Description string
    description of the resource
    Geometry string
    geo position and shape of the resource
    Name string
    name of the resource
    Tags []InverterTagArgs
    tags of the resource
    Timezone string
    timezone that overrides location-based timezone of the resource
    energyMeasurementType InverterEnergyMeasurementType
    attribute of the resource
    make InverterMake
    attribute of the resource
    maxActivePower InverterMaxActivePower
    attribute of the resource
    model InverterModel
    attribute of the resource
    serialNumber InverterSerialNumber
    attribute of the resource
    description String
    description of the resource
    geometry String
    geo position and shape of the resource
    name String
    name of the resource
    tags List<InverterTag>
    tags of the resource
    timezone String
    timezone that overrides location-based timezone of the resource
    energyMeasurementType InverterEnergyMeasurementType
    attribute of the resource
    make InverterMake
    attribute of the resource
    maxActivePower InverterMaxActivePower
    attribute of the resource
    model InverterModel
    attribute of the resource
    serialNumber InverterSerialNumber
    attribute of the resource
    description string
    description of the resource
    geometry string
    geo position and shape of the resource
    name string
    name of the resource
    tags InverterTag[]
    tags of the resource
    timezone string
    timezone that overrides location-based timezone of the resource
    energy_measurement_type InverterEnergyMeasurementTypeArgs
    attribute of the resource
    make InverterMakeArgs
    attribute of the resource
    max_active_power InverterMaxActivePowerArgs
    attribute of the resource
    model InverterModelArgs
    attribute of the resource
    serial_number InverterSerialNumberArgs
    attribute of the resource
    description str
    description of the resource
    geometry str
    geo position and shape of the resource
    name str
    name of the resource
    tags Sequence[InverterTagArgs]
    tags of the resource
    timezone str
    timezone that overrides location-based timezone of the resource
    energyMeasurementType Property Map
    attribute of the resource
    make Property Map
    attribute of the resource
    maxActivePower Property Map
    attribute of the resource
    model Property Map
    attribute of the resource
    serialNumber Property Map
    attribute of the resource
    description String
    description of the resource
    geometry String
    geo position and shape of the resource
    name String
    name of the resource
    tags List<Property Map>
    tags of the resource
    timezone String
    timezone that overrides location-based timezone of the resource

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Inverter resource produces the following output properties:

    AccumulatedEnergies []InverterAccumulatedEnergy
    attribute of the resource
    ActivePowers []InverterActivePower
    attribute of the resource
    DailyEnergies []InverterDailyEnergy
    attribute of the resource
    Id string
    The provider-assigned unique ID for this managed resource.
    Kinds []InverterKind
    kind of the resource
    RawDailyEnergies []InverterRawDailyEnergy
    attribute of the resource
    Temperatures []InverterTemperature
    attribute of the resource
    accumulatedEnergies List<InverterAccumulatedEnergy>
    attribute of the resource
    activePowers List<InverterActivePower>
    attribute of the resource
    dailyEnergies List<InverterDailyEnergy>
    attribute of the resource
    id String
    The provider-assigned unique ID for this managed resource.
    kinds List<InverterKind>
    kind of the resource
    rawDailyEnergies List<InverterRawDailyEnergy>
    attribute of the resource
    temperatures List<InverterTemperature>
    attribute of the resource
    accumulatedEnergies InverterAccumulatedEnergy[]
    attribute of the resource
    activePowers InverterActivePower[]
    attribute of the resource
    dailyEnergies InverterDailyEnergy[]
    attribute of the resource
    id string
    The provider-assigned unique ID for this managed resource.
    kinds InverterKind[]
    kind of the resource
    rawDailyEnergies InverterRawDailyEnergy[]
    attribute of the resource
    temperatures InverterTemperature[]
    attribute of the resource
    accumulated_energies Sequence[InverterAccumulatedEnergy]
    attribute of the resource
    active_powers Sequence[InverterActivePower]
    attribute of the resource
    daily_energies Sequence[InverterDailyEnergy]
    attribute of the resource
    id str
    The provider-assigned unique ID for this managed resource.
    kinds Sequence[InverterKind]
    kind of the resource
    raw_daily_energies Sequence[InverterRawDailyEnergy]
    attribute of the resource
    temperatures Sequence[InverterTemperature]
    attribute of the resource
    accumulatedEnergies List<Property Map>
    attribute of the resource
    activePowers List<Property Map>
    attribute of the resource
    dailyEnergies List<Property Map>
    attribute of the resource
    id String
    The provider-assigned unique ID for this managed resource.
    kinds List<Property Map>
    kind of the resource
    rawDailyEnergies List<Property Map>
    attribute of the resource
    temperatures List<Property Map>
    attribute of the resource

    Look up Existing Inverter Resource

    Get an existing Inverter resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: InverterState, opts?: CustomResourceOptions): Inverter
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            accumulated_energies: Optional[Sequence[InverterAccumulatedEnergyArgs]] = None,
            active_powers: Optional[Sequence[InverterActivePowerArgs]] = None,
            daily_energies: Optional[Sequence[InverterDailyEnergyArgs]] = None,
            description: Optional[str] = None,
            energy_measurement_type: Optional[InverterEnergyMeasurementTypeArgs] = None,
            geometry: Optional[str] = None,
            kinds: Optional[Sequence[InverterKindArgs]] = None,
            make: Optional[InverterMakeArgs] = None,
            max_active_power: Optional[InverterMaxActivePowerArgs] = None,
            model: Optional[InverterModelArgs] = None,
            name: Optional[str] = None,
            raw_daily_energies: Optional[Sequence[InverterRawDailyEnergyArgs]] = None,
            serial_number: Optional[InverterSerialNumberArgs] = None,
            tags: Optional[Sequence[InverterTagArgs]] = None,
            temperatures: Optional[Sequence[InverterTemperatureArgs]] = None,
            timezone: Optional[str] = None) -> Inverter
    func GetInverter(ctx *Context, name string, id IDInput, state *InverterState, opts ...ResourceOption) (*Inverter, error)
    public static Inverter Get(string name, Input<string> id, InverterState? state, CustomResourceOptions? opts = null)
    public static Inverter get(String name, Output<String> id, InverterState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccumulatedEnergies List<Splight.Splight.Inputs.InverterAccumulatedEnergy>
    attribute of the resource
    ActivePowers List<Splight.Splight.Inputs.InverterActivePower>
    attribute of the resource
    DailyEnergies List<Splight.Splight.Inputs.InverterDailyEnergy>
    attribute of the resource
    Description string
    description of the resource
    EnergyMeasurementType Splight.Splight.Inputs.InverterEnergyMeasurementType
    attribute of the resource
    Geometry string
    geo position and shape of the resource
    Kinds List<Splight.Splight.Inputs.InverterKind>
    kind of the resource
    Make Splight.Splight.Inputs.InverterMake
    attribute of the resource
    MaxActivePower Splight.Splight.Inputs.InverterMaxActivePower
    attribute of the resource
    Model Splight.Splight.Inputs.InverterModel
    attribute of the resource
    Name string
    name of the resource
    RawDailyEnergies List<Splight.Splight.Inputs.InverterRawDailyEnergy>
    attribute of the resource
    SerialNumber Splight.Splight.Inputs.InverterSerialNumber
    attribute of the resource
    Tags List<Splight.Splight.Inputs.InverterTag>
    tags of the resource
    Temperatures List<Splight.Splight.Inputs.InverterTemperature>
    attribute of the resource
    Timezone string
    timezone that overrides location-based timezone of the resource
    AccumulatedEnergies []InverterAccumulatedEnergyArgs
    attribute of the resource
    ActivePowers []InverterActivePowerArgs
    attribute of the resource
    DailyEnergies []InverterDailyEnergyArgs
    attribute of the resource
    Description string
    description of the resource
    EnergyMeasurementType InverterEnergyMeasurementTypeArgs
    attribute of the resource
    Geometry string
    geo position and shape of the resource
    Kinds []InverterKindArgs
    kind of the resource
    Make InverterMakeArgs
    attribute of the resource
    MaxActivePower InverterMaxActivePowerArgs
    attribute of the resource
    Model InverterModelArgs
    attribute of the resource
    Name string
    name of the resource
    RawDailyEnergies []InverterRawDailyEnergyArgs
    attribute of the resource
    SerialNumber InverterSerialNumberArgs
    attribute of the resource
    Tags []InverterTagArgs
    tags of the resource
    Temperatures []InverterTemperatureArgs
    attribute of the resource
    Timezone string
    timezone that overrides location-based timezone of the resource
    accumulatedEnergies List<InverterAccumulatedEnergy>
    attribute of the resource
    activePowers List<InverterActivePower>
    attribute of the resource
    dailyEnergies List<InverterDailyEnergy>
    attribute of the resource
    description String
    description of the resource
    energyMeasurementType InverterEnergyMeasurementType
    attribute of the resource
    geometry String
    geo position and shape of the resource
    kinds List<InverterKind>
    kind of the resource
    make InverterMake
    attribute of the resource
    maxActivePower InverterMaxActivePower
    attribute of the resource
    model InverterModel
    attribute of the resource
    name String
    name of the resource
    rawDailyEnergies List<InverterRawDailyEnergy>
    attribute of the resource
    serialNumber InverterSerialNumber
    attribute of the resource
    tags List<InverterTag>
    tags of the resource
    temperatures List<InverterTemperature>
    attribute of the resource
    timezone String
    timezone that overrides location-based timezone of the resource
    accumulatedEnergies InverterAccumulatedEnergy[]
    attribute of the resource
    activePowers InverterActivePower[]
    attribute of the resource
    dailyEnergies InverterDailyEnergy[]
    attribute of the resource
    description string
    description of the resource
    energyMeasurementType InverterEnergyMeasurementType
    attribute of the resource
    geometry string
    geo position and shape of the resource
    kinds InverterKind[]
    kind of the resource
    make InverterMake
    attribute of the resource
    maxActivePower InverterMaxActivePower
    attribute of the resource
    model InverterModel
    attribute of the resource
    name string
    name of the resource
    rawDailyEnergies InverterRawDailyEnergy[]
    attribute of the resource
    serialNumber InverterSerialNumber
    attribute of the resource
    tags InverterTag[]
    tags of the resource
    temperatures InverterTemperature[]
    attribute of the resource
    timezone string
    timezone that overrides location-based timezone of the resource
    accumulated_energies Sequence[InverterAccumulatedEnergyArgs]
    attribute of the resource
    active_powers Sequence[InverterActivePowerArgs]
    attribute of the resource
    daily_energies Sequence[InverterDailyEnergyArgs]
    attribute of the resource
    description str
    description of the resource
    energy_measurement_type InverterEnergyMeasurementTypeArgs
    attribute of the resource
    geometry str
    geo position and shape of the resource
    kinds Sequence[InverterKindArgs]
    kind of the resource
    make InverterMakeArgs
    attribute of the resource
    max_active_power InverterMaxActivePowerArgs
    attribute of the resource
    model InverterModelArgs
    attribute of the resource
    name str
    name of the resource
    raw_daily_energies Sequence[InverterRawDailyEnergyArgs]
    attribute of the resource
    serial_number InverterSerialNumberArgs
    attribute of the resource
    tags Sequence[InverterTagArgs]
    tags of the resource
    temperatures Sequence[InverterTemperatureArgs]
    attribute of the resource
    timezone str
    timezone that overrides location-based timezone of the resource
    accumulatedEnergies List<Property Map>
    attribute of the resource
    activePowers List<Property Map>
    attribute of the resource
    dailyEnergies List<Property Map>
    attribute of the resource
    description String
    description of the resource
    energyMeasurementType Property Map
    attribute of the resource
    geometry String
    geo position and shape of the resource
    kinds List<Property Map>
    kind of the resource
    make Property Map
    attribute of the resource
    maxActivePower Property Map
    attribute of the resource
    model Property Map
    attribute of the resource
    name String
    name of the resource
    rawDailyEnergies List<Property Map>
    attribute of the resource
    serialNumber Property Map
    attribute of the resource
    tags List<Property Map>
    tags of the resource
    temperatures List<Property Map>
    attribute of the resource
    timezone String
    timezone that overrides location-based timezone of the resource

    Supporting Types

    InverterAccumulatedEnergy, InverterAccumulatedEnergyArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure
    asset string
    reference to the asset to be linked to
    id string
    id of the resource
    name string
    name of the resource
    type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit string
    unit of measure
    asset str
    reference to the asset to be linked to
    id str
    id of the resource
    name str
    name of the resource
    type str
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit str
    unit of measure
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure

    InverterActivePower, InverterActivePowerArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure
    asset string
    reference to the asset to be linked to
    id string
    id of the resource
    name string
    name of the resource
    type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit string
    unit of measure
    asset str
    reference to the asset to be linked to
    id str
    id of the resource
    name str
    name of the resource
    type str
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit str
    unit of measure
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure

    InverterDailyEnergy, InverterDailyEnergyArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure
    asset string
    reference to the asset to be linked to
    id string
    id of the resource
    name string
    name of the resource
    type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit string
    unit of measure
    asset str
    reference to the asset to be linked to
    id str
    id of the resource
    name str
    name of the resource
    type str
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit str
    unit of measure
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure

    InverterEnergyMeasurementType, InverterEnergyMeasurementTypeArgs

    Value string
    metadata value
    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    Value string
    metadata value
    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    value String
    metadata value
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure
    value string
    metadata value
    asset string
    reference to the asset to be linked to
    id string
    id of the resource
    name string
    name of the resource
    type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit string
    unit of measure
    value str
    metadata value
    asset str
    reference to the asset to be linked to
    id str
    id of the resource
    name str
    name of the resource
    type str
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit str
    unit of measure
    value String
    metadata value
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure

    InverterKind, InverterKindArgs

    Id string
    kind id
    Name string
    kind name
    Id string
    kind id
    Name string
    kind name
    id String
    kind id
    name String
    kind name
    id string
    kind id
    name string
    kind name
    id str
    kind id
    name str
    kind name
    id String
    kind id
    name String
    kind name

    InverterMake, InverterMakeArgs

    Value string
    metadata value
    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    Value string
    metadata value
    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    value String
    metadata value
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure
    value string
    metadata value
    asset string
    reference to the asset to be linked to
    id string
    id of the resource
    name string
    name of the resource
    type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit string
    unit of measure
    value str
    metadata value
    asset str
    reference to the asset to be linked to
    id str
    id of the resource
    name str
    name of the resource
    type str
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit str
    unit of measure
    value String
    metadata value
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure

    InverterMaxActivePower, InverterMaxActivePowerArgs

    Value string
    metadata value
    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    Value string
    metadata value
    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    value String
    metadata value
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure
    value string
    metadata value
    asset string
    reference to the asset to be linked to
    id string
    id of the resource
    name string
    name of the resource
    type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit string
    unit of measure
    value str
    metadata value
    asset str
    reference to the asset to be linked to
    id str
    id of the resource
    name str
    name of the resource
    type str
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit str
    unit of measure
    value String
    metadata value
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure

    InverterModel, InverterModelArgs

    Value string
    metadata value
    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    Value string
    metadata value
    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    value String
    metadata value
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure
    value string
    metadata value
    asset string
    reference to the asset to be linked to
    id string
    id of the resource
    name string
    name of the resource
    type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit string
    unit of measure
    value str
    metadata value
    asset str
    reference to the asset to be linked to
    id str
    id of the resource
    name str
    name of the resource
    type str
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit str
    unit of measure
    value String
    metadata value
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure

    InverterRawDailyEnergy, InverterRawDailyEnergyArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure
    asset string
    reference to the asset to be linked to
    id string
    id of the resource
    name string
    name of the resource
    type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit string
    unit of measure
    asset str
    reference to the asset to be linked to
    id str
    id of the resource
    name str
    name of the resource
    type str
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit str
    unit of measure
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure

    InverterSerialNumber, InverterSerialNumberArgs

    Value string
    metadata value
    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    Value string
    metadata value
    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    value String
    metadata value
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure
    value string
    metadata value
    asset string
    reference to the asset to be linked to
    id string
    id of the resource
    name string
    name of the resource
    type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit string
    unit of measure
    value str
    metadata value
    asset str
    reference to the asset to be linked to
    id str
    id of the resource
    name str
    name of the resource
    type str
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit str
    unit of measure
    value String
    metadata value
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure

    InverterTag, InverterTagArgs

    Id string
    tag id
    Name string
    tag name
    Id string
    tag id
    Name string
    tag name
    id String
    tag id
    name String
    tag name
    id string
    tag id
    name string
    tag name
    id str
    tag id
    name str
    tag name
    id String
    tag id
    name String
    tag name

    InverterTemperature, InverterTemperatureArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    name of the resource
    Type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    Unit string
    unit of measure
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure
    asset string
    reference to the asset to be linked to
    id string
    id of the resource
    name string
    name of the resource
    type string
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit string
    unit of measure
    asset str
    reference to the asset to be linked to
    id str
    id of the resource
    name str
    name of the resource
    type str
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit str
    unit of measure
    asset String
    reference to the asset to be linked to
    id String
    id of the resource
    name String
    name of the resource
    type String
    [String|Boolean|Number] type of the data to be ingested in this attribute
    unit String
    unit of measure

    Import

    $ pulumi import splight:index/inverter:Inverter [options] splight_inverter.<name> <inverter_id>
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    splight splightplatform/pulumi-splight
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the splight Terraform Provider.
    splight logo
    splight v1.2.2 published on Friday, Nov 8, 2024 by splightplatform