1. Packages
  2. Splight
  3. API Docs
  4. Line
splight v1.1.1 published on Thursday, Sep 26, 2024 by splightplatform

splight.Line

Explore with Pulumi AI

splight logo
splight v1.1.1 published on Thursday, Sep 26, 2024 by splightplatform

    Example Usage

    Create Line Resource

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

    Constructor syntax

    new Line(name: string, args: LineArgs, opts?: CustomResourceOptions);
    @overload
    def Line(resource_name: str,
             args: LineArgs,
             opts: Optional[ResourceOptions] = None)
    
    @overload
    def Line(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             maximum_allowed_temperature_lte: Optional[LineMaximumAllowedTemperatureLteArgs] = None,
             susceptance: Optional[LineSusceptanceArgs] = None,
             capacitance: Optional[LineCapacitanceArgs] = None,
             conductance: Optional[LineConductanceArgs] = None,
             maximum_allowed_power: Optional[LineMaximumAllowedPowerArgs] = None,
             diameter: Optional[LineDiameterArgs] = None,
             emissivity: Optional[LineEmissivityArgs] = None,
             maximum_allowed_temperature: Optional[LineMaximumAllowedTemperatureArgs] = None,
             length: Optional[LineLengthArgs] = None,
             maximum_allowed_current: Optional[LineMaximumAllowedCurrentArgs] = None,
             temperature_coeff_resistance: Optional[LineTemperatureCoeffResistanceArgs] = None,
             atmosphere: Optional[LineAtmosphereArgs] = None,
             safety_margin_for_power: Optional[LineSafetyMarginForPowerArgs] = None,
             maximum_allowed_temperature_ste: Optional[LineMaximumAllowedTemperatureSteArgs] = None,
             absorptivity: Optional[LineAbsorptivityArgs] = None,
             number_of_conductors: Optional[LineNumberOfConductorsArgs] = None,
             reactance: Optional[LineReactanceArgs] = None,
             reference_resistance: Optional[LineReferenceResistanceArgs] = None,
             resistance: Optional[LineResistanceArgs] = None,
             related_assets: Optional[Sequence[LineRelatedAssetArgs]] = None,
             name: Optional[str] = None,
             geometry: Optional[str] = None,
             tags: Optional[Sequence[LineTagArgs]] = None,
             description: Optional[str] = None)
    func NewLine(ctx *Context, name string, args LineArgs, opts ...ResourceOption) (*Line, error)
    public Line(string name, LineArgs args, CustomResourceOptions? opts = null)
    public Line(String name, LineArgs args)
    public Line(String name, LineArgs args, CustomResourceOptions options)
    
    type: splight:Line
    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 LineArgs
    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 LineArgs
    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 LineArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LineArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LineArgs
    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 lineResource = new Splight.Line("lineResource", new()
    {
        MaximumAllowedTemperatureLte = new Splight.Inputs.LineMaximumAllowedTemperatureLteArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Susceptance = new Splight.Inputs.LineSusceptanceArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Capacitance = new Splight.Inputs.LineCapacitanceArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Conductance = new Splight.Inputs.LineConductanceArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        MaximumAllowedPower = new Splight.Inputs.LineMaximumAllowedPowerArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Diameter = new Splight.Inputs.LineDiameterArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Emissivity = new Splight.Inputs.LineEmissivityArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        MaximumAllowedTemperature = new Splight.Inputs.LineMaximumAllowedTemperatureArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Length = new Splight.Inputs.LineLengthArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        MaximumAllowedCurrent = new Splight.Inputs.LineMaximumAllowedCurrentArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        TemperatureCoeffResistance = new Splight.Inputs.LineTemperatureCoeffResistanceArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Atmosphere = new Splight.Inputs.LineAtmosphereArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        SafetyMarginForPower = new Splight.Inputs.LineSafetyMarginForPowerArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        MaximumAllowedTemperatureSte = new Splight.Inputs.LineMaximumAllowedTemperatureSteArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Absorptivity = new Splight.Inputs.LineAbsorptivityArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        NumberOfConductors = new Splight.Inputs.LineNumberOfConductorsArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Reactance = new Splight.Inputs.LineReactanceArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        ReferenceResistance = new Splight.Inputs.LineReferenceResistanceArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Resistance = new Splight.Inputs.LineResistanceArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        RelatedAssets = new[]
        {
            new Splight.Inputs.LineRelatedAssetArgs
            {
                Id = "string",
                Name = "string",
            },
        },
        Name = "string",
        Geometry = "string",
        Tags = new[]
        {
            new Splight.Inputs.LineTagArgs
            {
                Id = "string",
                Name = "string",
            },
        },
        Description = "string",
    });
    
    example, err := splight.NewLine(ctx, "lineResource", &splight.LineArgs{
    	MaximumAllowedTemperatureLte: &splight.LineMaximumAllowedTemperatureLteArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	Susceptance: &splight.LineSusceptanceArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	Capacitance: &splight.LineCapacitanceArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	Conductance: &splight.LineConductanceArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	MaximumAllowedPower: &splight.LineMaximumAllowedPowerArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	Diameter: &splight.LineDiameterArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	Emissivity: &splight.LineEmissivityArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	MaximumAllowedTemperature: &splight.LineMaximumAllowedTemperatureArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	Length: &splight.LineLengthArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	MaximumAllowedCurrent: &splight.LineMaximumAllowedCurrentArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	TemperatureCoeffResistance: &splight.LineTemperatureCoeffResistanceArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	Atmosphere: &splight.LineAtmosphereArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	SafetyMarginForPower: &splight.LineSafetyMarginForPowerArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	MaximumAllowedTemperatureSte: &splight.LineMaximumAllowedTemperatureSteArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	Absorptivity: &splight.LineAbsorptivityArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	NumberOfConductors: &splight.LineNumberOfConductorsArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	Reactance: &splight.LineReactanceArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	ReferenceResistance: &splight.LineReferenceResistanceArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	Resistance: &splight.LineResistanceArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	RelatedAssets: splight.LineRelatedAssetArray{
    		&splight.LineRelatedAssetArgs{
    			Id:   pulumi.String("string"),
    			Name: pulumi.String("string"),
    		},
    	},
    	Name:     pulumi.String("string"),
    	Geometry: pulumi.String("string"),
    	Tags: splight.LineTagArray{
    		&splight.LineTagArgs{
    			Id:   pulumi.String("string"),
    			Name: pulumi.String("string"),
    		},
    	},
    	Description: pulumi.String("string"),
    })
    
    var lineResource = new Line("lineResource", LineArgs.builder()
        .maximumAllowedTemperatureLte(LineMaximumAllowedTemperatureLteArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .susceptance(LineSusceptanceArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .capacitance(LineCapacitanceArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .conductance(LineConductanceArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .maximumAllowedPower(LineMaximumAllowedPowerArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .diameter(LineDiameterArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .emissivity(LineEmissivityArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .maximumAllowedTemperature(LineMaximumAllowedTemperatureArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .length(LineLengthArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .maximumAllowedCurrent(LineMaximumAllowedCurrentArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .temperatureCoeffResistance(LineTemperatureCoeffResistanceArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .atmosphere(LineAtmosphereArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .safetyMarginForPower(LineSafetyMarginForPowerArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .maximumAllowedTemperatureSte(LineMaximumAllowedTemperatureSteArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .absorptivity(LineAbsorptivityArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .numberOfConductors(LineNumberOfConductorsArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .reactance(LineReactanceArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .referenceResistance(LineReferenceResistanceArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .resistance(LineResistanceArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .relatedAssets(LineRelatedAssetArgs.builder()
            .id("string")
            .name("string")
            .build())
        .name("string")
        .geometry("string")
        .tags(LineTagArgs.builder()
            .id("string")
            .name("string")
            .build())
        .description("string")
        .build());
    
    line_resource = splight.Line("lineResource",
        maximum_allowed_temperature_lte=splight.LineMaximumAllowedTemperatureLteArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        susceptance=splight.LineSusceptanceArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        capacitance=splight.LineCapacitanceArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        conductance=splight.LineConductanceArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        maximum_allowed_power=splight.LineMaximumAllowedPowerArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        diameter=splight.LineDiameterArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        emissivity=splight.LineEmissivityArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        maximum_allowed_temperature=splight.LineMaximumAllowedTemperatureArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        length=splight.LineLengthArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        maximum_allowed_current=splight.LineMaximumAllowedCurrentArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        temperature_coeff_resistance=splight.LineTemperatureCoeffResistanceArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        atmosphere=splight.LineAtmosphereArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        safety_margin_for_power=splight.LineSafetyMarginForPowerArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        maximum_allowed_temperature_ste=splight.LineMaximumAllowedTemperatureSteArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        absorptivity=splight.LineAbsorptivityArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        number_of_conductors=splight.LineNumberOfConductorsArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        reactance=splight.LineReactanceArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        reference_resistance=splight.LineReferenceResistanceArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        resistance=splight.LineResistanceArgs(
            value="string",
            asset="string",
            id="string",
            name="string",
            type="string",
            unit="string",
        ),
        related_assets=[splight.LineRelatedAssetArgs(
            id="string",
            name="string",
        )],
        name="string",
        geometry="string",
        tags=[splight.LineTagArgs(
            id="string",
            name="string",
        )],
        description="string")
    
    const lineResource = new splight.Line("lineResource", {
        maximumAllowedTemperatureLte: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        susceptance: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        capacitance: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        conductance: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        maximumAllowedPower: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        diameter: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        emissivity: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        maximumAllowedTemperature: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        length: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        maximumAllowedCurrent: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        temperatureCoeffResistance: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        atmosphere: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        safetyMarginForPower: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        maximumAllowedTemperatureSte: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        absorptivity: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        numberOfConductors: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        reactance: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        referenceResistance: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        resistance: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        relatedAssets: [{
            id: "string",
            name: "string",
        }],
        name: "string",
        geometry: "string",
        tags: [{
            id: "string",
            name: "string",
        }],
        description: "string",
    });
    
    type: splight:Line
    properties:
        absorptivity:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        atmosphere:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        capacitance:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        conductance:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        description: string
        diameter:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        emissivity:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        geometry: string
        length:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        maximumAllowedCurrent:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        maximumAllowedPower:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        maximumAllowedTemperature:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        maximumAllowedTemperatureLte:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        maximumAllowedTemperatureSte:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        name: string
        numberOfConductors:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        reactance:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        referenceResistance:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        relatedAssets:
            - id: string
              name: string
        resistance:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        safetyMarginForPower:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        susceptance:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        tags:
            - id: string
              name: string
        temperatureCoeffResistance:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
    

    Line Resource Properties

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

    Inputs

    The Line resource accepts the following input properties:

    Absorptivity Splight.Splight.Inputs.LineAbsorptivity
    attribute of the resource
    Atmosphere Splight.Splight.Inputs.LineAtmosphere
    attribute of the resource
    Capacitance Splight.Splight.Inputs.LineCapacitance
    attribute of the resource
    Conductance Splight.Splight.Inputs.LineConductance
    attribute of the resource
    Diameter Splight.Splight.Inputs.LineDiameter
    attribute of the resource
    Emissivity Splight.Splight.Inputs.LineEmissivity
    attribute of the resource
    Length Splight.Splight.Inputs.LineLength
    attribute of the resource
    MaximumAllowedCurrent Splight.Splight.Inputs.LineMaximumAllowedCurrent
    attribute of the resource
    MaximumAllowedPower Splight.Splight.Inputs.LineMaximumAllowedPower
    attribute of the resource
    MaximumAllowedTemperature Splight.Splight.Inputs.LineMaximumAllowedTemperature
    attribute of the resource
    MaximumAllowedTemperatureLte Splight.Splight.Inputs.LineMaximumAllowedTemperatureLte
    attribute of the resource
    MaximumAllowedTemperatureSte Splight.Splight.Inputs.LineMaximumAllowedTemperatureSte
    attribute of the resource
    NumberOfConductors Splight.Splight.Inputs.LineNumberOfConductors
    attribute of the resource
    Reactance Splight.Splight.Inputs.LineReactance
    attribute of the resource
    ReferenceResistance Splight.Splight.Inputs.LineReferenceResistance
    attribute of the resource
    Resistance Splight.Splight.Inputs.LineResistance
    attribute of the resource
    SafetyMarginForPower Splight.Splight.Inputs.LineSafetyMarginForPower
    attribute of the resource
    Susceptance Splight.Splight.Inputs.LineSusceptance
    attribute of the resource
    TemperatureCoeffResistance Splight.Splight.Inputs.LineTemperatureCoeffResistance
    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
    RelatedAssets List<Splight.Splight.Inputs.LineRelatedAsset>
    related assets of the resource
    Tags List<Splight.Splight.Inputs.LineTag>
    tags of the resource
    Absorptivity LineAbsorptivityArgs
    attribute of the resource
    Atmosphere LineAtmosphereArgs
    attribute of the resource
    Capacitance LineCapacitanceArgs
    attribute of the resource
    Conductance LineConductanceArgs
    attribute of the resource
    Diameter LineDiameterArgs
    attribute of the resource
    Emissivity LineEmissivityArgs
    attribute of the resource
    Length LineLengthArgs
    attribute of the resource
    MaximumAllowedCurrent LineMaximumAllowedCurrentArgs
    attribute of the resource
    MaximumAllowedPower LineMaximumAllowedPowerArgs
    attribute of the resource
    MaximumAllowedTemperature LineMaximumAllowedTemperatureArgs
    attribute of the resource
    MaximumAllowedTemperatureLte LineMaximumAllowedTemperatureLteArgs
    attribute of the resource
    MaximumAllowedTemperatureSte LineMaximumAllowedTemperatureSteArgs
    attribute of the resource
    NumberOfConductors LineNumberOfConductorsArgs
    attribute of the resource
    Reactance LineReactanceArgs
    attribute of the resource
    ReferenceResistance LineReferenceResistanceArgs
    attribute of the resource
    Resistance LineResistanceArgs
    attribute of the resource
    SafetyMarginForPower LineSafetyMarginForPowerArgs
    attribute of the resource
    Susceptance LineSusceptanceArgs
    attribute of the resource
    TemperatureCoeffResistance LineTemperatureCoeffResistanceArgs
    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
    RelatedAssets []LineRelatedAssetArgs
    related assets of the resource
    Tags []LineTagArgs
    tags of the resource
    absorptivity LineAbsorptivity
    attribute of the resource
    atmosphere LineAtmosphere
    attribute of the resource
    capacitance LineCapacitance
    attribute of the resource
    conductance LineConductance
    attribute of the resource
    diameter LineDiameter
    attribute of the resource
    emissivity LineEmissivity
    attribute of the resource
    length LineLength
    attribute of the resource
    maximumAllowedCurrent LineMaximumAllowedCurrent
    attribute of the resource
    maximumAllowedPower LineMaximumAllowedPower
    attribute of the resource
    maximumAllowedTemperature LineMaximumAllowedTemperature
    attribute of the resource
    maximumAllowedTemperatureLte LineMaximumAllowedTemperatureLte
    attribute of the resource
    maximumAllowedTemperatureSte LineMaximumAllowedTemperatureSte
    attribute of the resource
    numberOfConductors LineNumberOfConductors
    attribute of the resource
    reactance LineReactance
    attribute of the resource
    referenceResistance LineReferenceResistance
    attribute of the resource
    resistance LineResistance
    attribute of the resource
    safetyMarginForPower LineSafetyMarginForPower
    attribute of the resource
    susceptance LineSusceptance
    attribute of the resource
    temperatureCoeffResistance LineTemperatureCoeffResistance
    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
    relatedAssets List<LineRelatedAsset>
    related assets of the resource
    tags List<LineTag>
    tags of the resource
    absorptivity LineAbsorptivity
    attribute of the resource
    atmosphere LineAtmosphere
    attribute of the resource
    capacitance LineCapacitance
    attribute of the resource
    conductance LineConductance
    attribute of the resource
    diameter LineDiameter
    attribute of the resource
    emissivity LineEmissivity
    attribute of the resource
    length LineLength
    attribute of the resource
    maximumAllowedCurrent LineMaximumAllowedCurrent
    attribute of the resource
    maximumAllowedPower LineMaximumAllowedPower
    attribute of the resource
    maximumAllowedTemperature LineMaximumAllowedTemperature
    attribute of the resource
    maximumAllowedTemperatureLte LineMaximumAllowedTemperatureLte
    attribute of the resource
    maximumAllowedTemperatureSte LineMaximumAllowedTemperatureSte
    attribute of the resource
    numberOfConductors LineNumberOfConductors
    attribute of the resource
    reactance LineReactance
    attribute of the resource
    referenceResistance LineReferenceResistance
    attribute of the resource
    resistance LineResistance
    attribute of the resource
    safetyMarginForPower LineSafetyMarginForPower
    attribute of the resource
    susceptance LineSusceptance
    attribute of the resource
    temperatureCoeffResistance LineTemperatureCoeffResistance
    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
    relatedAssets LineRelatedAsset[]
    related assets of the resource
    tags LineTag[]
    tags of the resource
    absorptivity LineAbsorptivityArgs
    attribute of the resource
    atmosphere LineAtmosphereArgs
    attribute of the resource
    capacitance LineCapacitanceArgs
    attribute of the resource
    conductance LineConductanceArgs
    attribute of the resource
    diameter LineDiameterArgs
    attribute of the resource
    emissivity LineEmissivityArgs
    attribute of the resource
    length LineLengthArgs
    attribute of the resource
    maximum_allowed_current LineMaximumAllowedCurrentArgs
    attribute of the resource
    maximum_allowed_power LineMaximumAllowedPowerArgs
    attribute of the resource
    maximum_allowed_temperature LineMaximumAllowedTemperatureArgs
    attribute of the resource
    maximum_allowed_temperature_lte LineMaximumAllowedTemperatureLteArgs
    attribute of the resource
    maximum_allowed_temperature_ste LineMaximumAllowedTemperatureSteArgs
    attribute of the resource
    number_of_conductors LineNumberOfConductorsArgs
    attribute of the resource
    reactance LineReactanceArgs
    attribute of the resource
    reference_resistance LineReferenceResistanceArgs
    attribute of the resource
    resistance LineResistanceArgs
    attribute of the resource
    safety_margin_for_power LineSafetyMarginForPowerArgs
    attribute of the resource
    susceptance LineSusceptanceArgs
    attribute of the resource
    temperature_coeff_resistance LineTemperatureCoeffResistanceArgs
    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
    related_assets Sequence[LineRelatedAssetArgs]
    related assets of the resource
    tags Sequence[LineTagArgs]
    tags of the resource
    absorptivity Property Map
    attribute of the resource
    atmosphere Property Map
    attribute of the resource
    capacitance Property Map
    attribute of the resource
    conductance Property Map
    attribute of the resource
    diameter Property Map
    attribute of the resource
    emissivity Property Map
    attribute of the resource
    length Property Map
    attribute of the resource
    maximumAllowedCurrent Property Map
    attribute of the resource
    maximumAllowedPower Property Map
    attribute of the resource
    maximumAllowedTemperature Property Map
    attribute of the resource
    maximumAllowedTemperatureLte Property Map
    attribute of the resource
    maximumAllowedTemperatureSte Property Map
    attribute of the resource
    numberOfConductors Property Map
    attribute of the resource
    reactance Property Map
    attribute of the resource
    referenceResistance Property Map
    attribute of the resource
    resistance Property Map
    attribute of the resource
    safetyMarginForPower Property Map
    attribute of the resource
    susceptance Property Map
    attribute of the resource
    temperatureCoeffResistance 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
    relatedAssets List<Property Map>
    related assets of the resource
    tags List<Property Map>
    tags of the resource

    Outputs

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

    ActivePowerEnds List<Splight.Splight.Outputs.LineActivePowerEnd>
    attribute of the resource
    ActivePowers List<Splight.Splight.Outputs.LineActivePower>
    attribute of the resource
    Ampacities List<Splight.Splight.Outputs.LineAmpacity>
    attribute of the resource
    CurrentRs List<Splight.Splight.Outputs.LineCurrentR>
    attribute of the resource
    CurrentS List<Splight.Splight.Outputs.LineCurrent>
    attribute of the resource
    CurrentTs List<Splight.Splight.Outputs.LineCurrentT>
    attribute of the resource
    Currents List<Splight.Splight.Outputs.LineCurrent>
    attribute of the resource
    Energies List<Splight.Splight.Outputs.LineEnergy>
    attribute of the resource
    Id string
    The provider-assigned unique ID for this managed resource.
    Kinds List<Splight.Splight.Outputs.LineKind>
    kind of the resource
    MaxTemperatures List<Splight.Splight.Outputs.LineMaxTemperature>
    attribute of the resource
    ReactivePowers List<Splight.Splight.Outputs.LineReactivePower>
    attribute of the resource
    VoltageRs List<Splight.Splight.Outputs.LineVoltageR>
    attribute of the resource
    VoltageSts List<Splight.Splight.Outputs.LineVoltageSt>
    attribute of the resource
    VoltageTrs List<Splight.Splight.Outputs.LineVoltageTr>
    attribute of the resource
    ActivePowerEnds []LineActivePowerEnd
    attribute of the resource
    ActivePowers []LineActivePower
    attribute of the resource
    Ampacities []LineAmpacity
    attribute of the resource
    CurrentRs []LineCurrentR
    attribute of the resource
    CurrentS []LineCurrent
    attribute of the resource
    CurrentTs []LineCurrentT
    attribute of the resource
    Currents []LineCurrent
    attribute of the resource
    Energies []LineEnergy
    attribute of the resource
    Id string
    The provider-assigned unique ID for this managed resource.
    Kinds []LineKind
    kind of the resource
    MaxTemperatures []LineMaxTemperature
    attribute of the resource
    ReactivePowers []LineReactivePower
    attribute of the resource
    VoltageRs []LineVoltageR
    attribute of the resource
    VoltageSts []LineVoltageSt
    attribute of the resource
    VoltageTrs []LineVoltageTr
    attribute of the resource
    activePowerEnds List<LineActivePowerEnd>
    attribute of the resource
    activePowers List<LineActivePower>
    attribute of the resource
    ampacities List<LineAmpacity>
    attribute of the resource
    currentRs List<LineCurrentR>
    attribute of the resource
    currentS List<LineCurrent>
    attribute of the resource
    currentTs List<LineCurrentT>
    attribute of the resource
    currents List<LineCurrent>
    attribute of the resource
    energies List<LineEnergy>
    attribute of the resource
    id String
    The provider-assigned unique ID for this managed resource.
    kinds List<LineKind>
    kind of the resource
    maxTemperatures List<LineMaxTemperature>
    attribute of the resource
    reactivePowers List<LineReactivePower>
    attribute of the resource
    voltageRs List<LineVoltageR>
    attribute of the resource
    voltageSts List<LineVoltageSt>
    attribute of the resource
    voltageTrs List<LineVoltageTr>
    attribute of the resource
    activePowerEnds LineActivePowerEnd[]
    attribute of the resource
    activePowers LineActivePower[]
    attribute of the resource
    ampacities LineAmpacity[]
    attribute of the resource
    currentRs LineCurrentR[]
    attribute of the resource
    currentS LineCurrent[]
    attribute of the resource
    currentTs LineCurrentT[]
    attribute of the resource
    currents LineCurrent[]
    attribute of the resource
    energies LineEnergy[]
    attribute of the resource
    id string
    The provider-assigned unique ID for this managed resource.
    kinds LineKind[]
    kind of the resource
    maxTemperatures LineMaxTemperature[]
    attribute of the resource
    reactivePowers LineReactivePower[]
    attribute of the resource
    voltageRs LineVoltageR[]
    attribute of the resource
    voltageSts LineVoltageSt[]
    attribute of the resource
    voltageTrs LineVoltageTr[]
    attribute of the resource
    active_power_ends Sequence[LineActivePowerEnd]
    attribute of the resource
    active_powers Sequence[LineActivePower]
    attribute of the resource
    ampacities Sequence[LineAmpacity]
    attribute of the resource
    current_rs Sequence[LineCurrentR]
    attribute of the resource
    current_s Sequence[LineCurrent]
    attribute of the resource
    current_ts Sequence[LineCurrentT]
    attribute of the resource
    currents Sequence[LineCurrent]
    attribute of the resource
    energies Sequence[LineEnergy]
    attribute of the resource
    id str
    The provider-assigned unique ID for this managed resource.
    kinds Sequence[LineKind]
    kind of the resource
    max_temperatures Sequence[LineMaxTemperature]
    attribute of the resource
    reactive_powers Sequence[LineReactivePower]
    attribute of the resource
    voltage_rs Sequence[LineVoltageR]
    attribute of the resource
    voltage_sts Sequence[LineVoltageSt]
    attribute of the resource
    voltage_trs Sequence[LineVoltageTr]
    attribute of the resource
    activePowerEnds List<Property Map>
    attribute of the resource
    activePowers List<Property Map>
    attribute of the resource
    ampacities List<Property Map>
    attribute of the resource
    currentRs List<Property Map>
    attribute of the resource
    currentS List<Property Map>
    attribute of the resource
    currentTs List<Property Map>
    attribute of the resource
    currents List<Property Map>
    attribute of the resource
    energies 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
    maxTemperatures List<Property Map>
    attribute of the resource
    reactivePowers List<Property Map>
    attribute of the resource
    voltageRs List<Property Map>
    attribute of the resource
    voltageSts List<Property Map>
    attribute of the resource
    voltageTrs List<Property Map>
    attribute of the resource

    Look up Existing Line Resource

    Get an existing Line 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?: LineState, opts?: CustomResourceOptions): Line
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            absorptivity: Optional[LineAbsorptivityArgs] = None,
            active_power_ends: Optional[Sequence[LineActivePowerEndArgs]] = None,
            active_powers: Optional[Sequence[LineActivePowerArgs]] = None,
            ampacities: Optional[Sequence[LineAmpacityArgs]] = None,
            atmosphere: Optional[LineAtmosphereArgs] = None,
            capacitance: Optional[LineCapacitanceArgs] = None,
            conductance: Optional[LineConductanceArgs] = None,
            current_rs: Optional[Sequence[LineCurrentRArgs]] = None,
            current_s: Optional[Sequence[LineCurrentArgs]] = None,
            current_ts: Optional[Sequence[LineCurrentTArgs]] = None,
            currents: Optional[Sequence[LineCurrentArgs]] = None,
            description: Optional[str] = None,
            diameter: Optional[LineDiameterArgs] = None,
            emissivity: Optional[LineEmissivityArgs] = None,
            energies: Optional[Sequence[LineEnergyArgs]] = None,
            geometry: Optional[str] = None,
            kinds: Optional[Sequence[LineKindArgs]] = None,
            length: Optional[LineLengthArgs] = None,
            max_temperatures: Optional[Sequence[LineMaxTemperatureArgs]] = None,
            maximum_allowed_current: Optional[LineMaximumAllowedCurrentArgs] = None,
            maximum_allowed_power: Optional[LineMaximumAllowedPowerArgs] = None,
            maximum_allowed_temperature: Optional[LineMaximumAllowedTemperatureArgs] = None,
            maximum_allowed_temperature_lte: Optional[LineMaximumAllowedTemperatureLteArgs] = None,
            maximum_allowed_temperature_ste: Optional[LineMaximumAllowedTemperatureSteArgs] = None,
            name: Optional[str] = None,
            number_of_conductors: Optional[LineNumberOfConductorsArgs] = None,
            reactance: Optional[LineReactanceArgs] = None,
            reactive_powers: Optional[Sequence[LineReactivePowerArgs]] = None,
            reference_resistance: Optional[LineReferenceResistanceArgs] = None,
            related_assets: Optional[Sequence[LineRelatedAssetArgs]] = None,
            resistance: Optional[LineResistanceArgs] = None,
            safety_margin_for_power: Optional[LineSafetyMarginForPowerArgs] = None,
            susceptance: Optional[LineSusceptanceArgs] = None,
            tags: Optional[Sequence[LineTagArgs]] = None,
            temperature_coeff_resistance: Optional[LineTemperatureCoeffResistanceArgs] = None,
            voltage_rs: Optional[Sequence[LineVoltageRArgs]] = None,
            voltage_sts: Optional[Sequence[LineVoltageStArgs]] = None,
            voltage_trs: Optional[Sequence[LineVoltageTrArgs]] = None) -> Line
    func GetLine(ctx *Context, name string, id IDInput, state *LineState, opts ...ResourceOption) (*Line, error)
    public static Line Get(string name, Input<string> id, LineState? state, CustomResourceOptions? opts = null)
    public static Line get(String name, Output<String> id, LineState 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:
    Absorptivity Splight.Splight.Inputs.LineAbsorptivity
    attribute of the resource
    ActivePowerEnds List<Splight.Splight.Inputs.LineActivePowerEnd>
    attribute of the resource
    ActivePowers List<Splight.Splight.Inputs.LineActivePower>
    attribute of the resource
    Ampacities List<Splight.Splight.Inputs.LineAmpacity>
    attribute of the resource
    Atmosphere Splight.Splight.Inputs.LineAtmosphere
    attribute of the resource
    Capacitance Splight.Splight.Inputs.LineCapacitance
    attribute of the resource
    Conductance Splight.Splight.Inputs.LineConductance
    attribute of the resource
    CurrentRs List<Splight.Splight.Inputs.LineCurrentR>
    attribute of the resource
    CurrentS List<Splight.Splight.Inputs.LineCurrent>
    attribute of the resource
    CurrentTs List<Splight.Splight.Inputs.LineCurrentT>
    attribute of the resource
    Currents List<Splight.Splight.Inputs.LineCurrent>
    attribute of the resource
    Description string
    description of the resource
    Diameter Splight.Splight.Inputs.LineDiameter
    attribute of the resource
    Emissivity Splight.Splight.Inputs.LineEmissivity
    attribute of the resource
    Energies List<Splight.Splight.Inputs.LineEnergy>
    attribute of the resource
    Geometry string
    geo position and shape of the resource
    Kinds List<Splight.Splight.Inputs.LineKind>
    kind of the resource
    Length Splight.Splight.Inputs.LineLength
    attribute of the resource
    MaxTemperatures List<Splight.Splight.Inputs.LineMaxTemperature>
    attribute of the resource
    MaximumAllowedCurrent Splight.Splight.Inputs.LineMaximumAllowedCurrent
    attribute of the resource
    MaximumAllowedPower Splight.Splight.Inputs.LineMaximumAllowedPower
    attribute of the resource
    MaximumAllowedTemperature Splight.Splight.Inputs.LineMaximumAllowedTemperature
    attribute of the resource
    MaximumAllowedTemperatureLte Splight.Splight.Inputs.LineMaximumAllowedTemperatureLte
    attribute of the resource
    MaximumAllowedTemperatureSte Splight.Splight.Inputs.LineMaximumAllowedTemperatureSte
    attribute of the resource
    Name string
    name of the resource
    NumberOfConductors Splight.Splight.Inputs.LineNumberOfConductors
    attribute of the resource
    Reactance Splight.Splight.Inputs.LineReactance
    attribute of the resource
    ReactivePowers List<Splight.Splight.Inputs.LineReactivePower>
    attribute of the resource
    ReferenceResistance Splight.Splight.Inputs.LineReferenceResistance
    attribute of the resource
    RelatedAssets List<Splight.Splight.Inputs.LineRelatedAsset>
    related assets of the resource
    Resistance Splight.Splight.Inputs.LineResistance
    attribute of the resource
    SafetyMarginForPower Splight.Splight.Inputs.LineSafetyMarginForPower
    attribute of the resource
    Susceptance Splight.Splight.Inputs.LineSusceptance
    attribute of the resource
    Tags List<Splight.Splight.Inputs.LineTag>
    tags of the resource
    TemperatureCoeffResistance Splight.Splight.Inputs.LineTemperatureCoeffResistance
    attribute of the resource
    VoltageRs List<Splight.Splight.Inputs.LineVoltageR>
    attribute of the resource
    VoltageSts List<Splight.Splight.Inputs.LineVoltageSt>
    attribute of the resource
    VoltageTrs List<Splight.Splight.Inputs.LineVoltageTr>
    attribute of the resource
    Absorptivity LineAbsorptivityArgs
    attribute of the resource
    ActivePowerEnds []LineActivePowerEndArgs
    attribute of the resource
    ActivePowers []LineActivePowerArgs
    attribute of the resource
    Ampacities []LineAmpacityArgs
    attribute of the resource
    Atmosphere LineAtmosphereArgs
    attribute of the resource
    Capacitance LineCapacitanceArgs
    attribute of the resource
    Conductance LineConductanceArgs
    attribute of the resource
    CurrentRs []LineCurrentRArgs
    attribute of the resource
    CurrentS []LineCurrentArgs
    attribute of the resource
    CurrentTs []LineCurrentTArgs
    attribute of the resource
    Currents []LineCurrentArgs
    attribute of the resource
    Description string
    description of the resource
    Diameter LineDiameterArgs
    attribute of the resource
    Emissivity LineEmissivityArgs
    attribute of the resource
    Energies []LineEnergyArgs
    attribute of the resource
    Geometry string
    geo position and shape of the resource
    Kinds []LineKindArgs
    kind of the resource
    Length LineLengthArgs
    attribute of the resource
    MaxTemperatures []LineMaxTemperatureArgs
    attribute of the resource
    MaximumAllowedCurrent LineMaximumAllowedCurrentArgs
    attribute of the resource
    MaximumAllowedPower LineMaximumAllowedPowerArgs
    attribute of the resource
    MaximumAllowedTemperature LineMaximumAllowedTemperatureArgs
    attribute of the resource
    MaximumAllowedTemperatureLte LineMaximumAllowedTemperatureLteArgs
    attribute of the resource
    MaximumAllowedTemperatureSte LineMaximumAllowedTemperatureSteArgs
    attribute of the resource
    Name string
    name of the resource
    NumberOfConductors LineNumberOfConductorsArgs
    attribute of the resource
    Reactance LineReactanceArgs
    attribute of the resource
    ReactivePowers []LineReactivePowerArgs
    attribute of the resource
    ReferenceResistance LineReferenceResistanceArgs
    attribute of the resource
    RelatedAssets []LineRelatedAssetArgs
    related assets of the resource
    Resistance LineResistanceArgs
    attribute of the resource
    SafetyMarginForPower LineSafetyMarginForPowerArgs
    attribute of the resource
    Susceptance LineSusceptanceArgs
    attribute of the resource
    Tags []LineTagArgs
    tags of the resource
    TemperatureCoeffResistance LineTemperatureCoeffResistanceArgs
    attribute of the resource
    VoltageRs []LineVoltageRArgs
    attribute of the resource
    VoltageSts []LineVoltageStArgs
    attribute of the resource
    VoltageTrs []LineVoltageTrArgs
    attribute of the resource
    absorptivity LineAbsorptivity
    attribute of the resource
    activePowerEnds List<LineActivePowerEnd>
    attribute of the resource
    activePowers List<LineActivePower>
    attribute of the resource
    ampacities List<LineAmpacity>
    attribute of the resource
    atmosphere LineAtmosphere
    attribute of the resource
    capacitance LineCapacitance
    attribute of the resource
    conductance LineConductance
    attribute of the resource
    currentRs List<LineCurrentR>
    attribute of the resource
    currentS List<LineCurrent>
    attribute of the resource
    currentTs List<LineCurrentT>
    attribute of the resource
    currents List<LineCurrent>
    attribute of the resource
    description String
    description of the resource
    diameter LineDiameter
    attribute of the resource
    emissivity LineEmissivity
    attribute of the resource
    energies List<LineEnergy>
    attribute of the resource
    geometry String
    geo position and shape of the resource
    kinds List<LineKind>
    kind of the resource
    length LineLength
    attribute of the resource
    maxTemperatures List<LineMaxTemperature>
    attribute of the resource
    maximumAllowedCurrent LineMaximumAllowedCurrent
    attribute of the resource
    maximumAllowedPower LineMaximumAllowedPower
    attribute of the resource
    maximumAllowedTemperature LineMaximumAllowedTemperature
    attribute of the resource
    maximumAllowedTemperatureLte LineMaximumAllowedTemperatureLte
    attribute of the resource
    maximumAllowedTemperatureSte LineMaximumAllowedTemperatureSte
    attribute of the resource
    name String
    name of the resource
    numberOfConductors LineNumberOfConductors
    attribute of the resource
    reactance LineReactance
    attribute of the resource
    reactivePowers List<LineReactivePower>
    attribute of the resource
    referenceResistance LineReferenceResistance
    attribute of the resource
    relatedAssets List<LineRelatedAsset>
    related assets of the resource
    resistance LineResistance
    attribute of the resource
    safetyMarginForPower LineSafetyMarginForPower
    attribute of the resource
    susceptance LineSusceptance
    attribute of the resource
    tags List<LineTag>
    tags of the resource
    temperatureCoeffResistance LineTemperatureCoeffResistance
    attribute of the resource
    voltageRs List<LineVoltageR>
    attribute of the resource
    voltageSts List<LineVoltageSt>
    attribute of the resource
    voltageTrs List<LineVoltageTr>
    attribute of the resource
    absorptivity LineAbsorptivity
    attribute of the resource
    activePowerEnds LineActivePowerEnd[]
    attribute of the resource
    activePowers LineActivePower[]
    attribute of the resource
    ampacities LineAmpacity[]
    attribute of the resource
    atmosphere LineAtmosphere
    attribute of the resource
    capacitance LineCapacitance
    attribute of the resource
    conductance LineConductance
    attribute of the resource
    currentRs LineCurrentR[]
    attribute of the resource
    currentS LineCurrent[]
    attribute of the resource
    currentTs LineCurrentT[]
    attribute of the resource
    currents LineCurrent[]
    attribute of the resource
    description string
    description of the resource
    diameter LineDiameter
    attribute of the resource
    emissivity LineEmissivity
    attribute of the resource
    energies LineEnergy[]
    attribute of the resource
    geometry string
    geo position and shape of the resource
    kinds LineKind[]
    kind of the resource
    length LineLength
    attribute of the resource
    maxTemperatures LineMaxTemperature[]
    attribute of the resource
    maximumAllowedCurrent LineMaximumAllowedCurrent
    attribute of the resource
    maximumAllowedPower LineMaximumAllowedPower
    attribute of the resource
    maximumAllowedTemperature LineMaximumAllowedTemperature
    attribute of the resource
    maximumAllowedTemperatureLte LineMaximumAllowedTemperatureLte
    attribute of the resource
    maximumAllowedTemperatureSte LineMaximumAllowedTemperatureSte
    attribute of the resource
    name string
    name of the resource
    numberOfConductors LineNumberOfConductors
    attribute of the resource
    reactance LineReactance
    attribute of the resource
    reactivePowers LineReactivePower[]
    attribute of the resource
    referenceResistance LineReferenceResistance
    attribute of the resource
    relatedAssets LineRelatedAsset[]
    related assets of the resource
    resistance LineResistance
    attribute of the resource
    safetyMarginForPower LineSafetyMarginForPower
    attribute of the resource
    susceptance LineSusceptance
    attribute of the resource
    tags LineTag[]
    tags of the resource
    temperatureCoeffResistance LineTemperatureCoeffResistance
    attribute of the resource
    voltageRs LineVoltageR[]
    attribute of the resource
    voltageSts LineVoltageSt[]
    attribute of the resource
    voltageTrs LineVoltageTr[]
    attribute of the resource
    absorptivity LineAbsorptivityArgs
    attribute of the resource
    active_power_ends Sequence[LineActivePowerEndArgs]
    attribute of the resource
    active_powers Sequence[LineActivePowerArgs]
    attribute of the resource
    ampacities Sequence[LineAmpacityArgs]
    attribute of the resource
    atmosphere LineAtmosphereArgs
    attribute of the resource
    capacitance LineCapacitanceArgs
    attribute of the resource
    conductance LineConductanceArgs
    attribute of the resource
    current_rs Sequence[LineCurrentRArgs]
    attribute of the resource
    current_s Sequence[LineCurrentArgs]
    attribute of the resource
    current_ts Sequence[LineCurrentTArgs]
    attribute of the resource
    currents Sequence[LineCurrentArgs]
    attribute of the resource
    description str
    description of the resource
    diameter LineDiameterArgs
    attribute of the resource
    emissivity LineEmissivityArgs
    attribute of the resource
    energies Sequence[LineEnergyArgs]
    attribute of the resource
    geometry str
    geo position and shape of the resource
    kinds Sequence[LineKindArgs]
    kind of the resource
    length LineLengthArgs
    attribute of the resource
    max_temperatures Sequence[LineMaxTemperatureArgs]
    attribute of the resource
    maximum_allowed_current LineMaximumAllowedCurrentArgs
    attribute of the resource
    maximum_allowed_power LineMaximumAllowedPowerArgs
    attribute of the resource
    maximum_allowed_temperature LineMaximumAllowedTemperatureArgs
    attribute of the resource
    maximum_allowed_temperature_lte LineMaximumAllowedTemperatureLteArgs
    attribute of the resource
    maximum_allowed_temperature_ste LineMaximumAllowedTemperatureSteArgs
    attribute of the resource
    name str
    name of the resource
    number_of_conductors LineNumberOfConductorsArgs
    attribute of the resource
    reactance LineReactanceArgs
    attribute of the resource
    reactive_powers Sequence[LineReactivePowerArgs]
    attribute of the resource
    reference_resistance LineReferenceResistanceArgs
    attribute of the resource
    related_assets Sequence[LineRelatedAssetArgs]
    related assets of the resource
    resistance LineResistanceArgs
    attribute of the resource
    safety_margin_for_power LineSafetyMarginForPowerArgs
    attribute of the resource
    susceptance LineSusceptanceArgs
    attribute of the resource
    tags Sequence[LineTagArgs]
    tags of the resource
    temperature_coeff_resistance LineTemperatureCoeffResistanceArgs
    attribute of the resource
    voltage_rs Sequence[LineVoltageRArgs]
    attribute of the resource
    voltage_sts Sequence[LineVoltageStArgs]
    attribute of the resource
    voltage_trs Sequence[LineVoltageTrArgs]
    attribute of the resource
    absorptivity Property Map
    attribute of the resource
    activePowerEnds List<Property Map>
    attribute of the resource
    activePowers List<Property Map>
    attribute of the resource
    ampacities List<Property Map>
    attribute of the resource
    atmosphere Property Map
    attribute of the resource
    capacitance Property Map
    attribute of the resource
    conductance Property Map
    attribute of the resource
    currentRs List<Property Map>
    attribute of the resource
    currentS List<Property Map>
    attribute of the resource
    currentTs List<Property Map>
    attribute of the resource
    currents List<Property Map>
    attribute of the resource
    description String
    description of the resource
    diameter Property Map
    attribute of the resource
    emissivity Property Map
    attribute of the resource
    energies List<Property Map>
    attribute of the resource
    geometry String
    geo position and shape of the resource
    kinds List<Property Map>
    kind of the resource
    length Property Map
    attribute of the resource
    maxTemperatures List<Property Map>
    attribute of the resource
    maximumAllowedCurrent Property Map
    attribute of the resource
    maximumAllowedPower Property Map
    attribute of the resource
    maximumAllowedTemperature Property Map
    attribute of the resource
    maximumAllowedTemperatureLte Property Map
    attribute of the resource
    maximumAllowedTemperatureSte Property Map
    attribute of the resource
    name String
    name of the resource
    numberOfConductors Property Map
    attribute of the resource
    reactance Property Map
    attribute of the resource
    reactivePowers List<Property Map>
    attribute of the resource
    referenceResistance Property Map
    attribute of the resource
    relatedAssets List<Property Map>
    related assets of the resource
    resistance Property Map
    attribute of the resource
    safetyMarginForPower Property Map
    attribute of the resource
    susceptance Property Map
    attribute of the resource
    tags List<Property Map>
    tags of the resource
    temperatureCoeffResistance Property Map
    attribute of the resource
    voltageRs List<Property Map>
    attribute of the resource
    voltageSts List<Property Map>
    attribute of the resource
    voltageTrs List<Property Map>
    attribute of the resource

    Supporting Types

    LineAbsorptivity, LineAbsorptivityArgs

    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

    LineActivePower, LineActivePowerArgs

    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

    LineActivePowerEnd, LineActivePowerEndArgs

    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

    LineAmpacity, LineAmpacityArgs

    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

    LineAtmosphere, LineAtmosphereArgs

    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

    LineCapacitance, LineCapacitanceArgs

    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

    LineConductance, LineConductanceArgs

    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

    LineCurrent, LineCurrentArgs

    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

    LineCurrentR, LineCurrentRArgs

    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

    LineCurrentT, LineCurrentTArgs

    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

    LineDiameter, LineDiameterArgs

    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

    LineEmissivity, LineEmissivityArgs

    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

    LineEnergy, LineEnergyArgs

    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

    LineKind, LineKindArgs

    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

    LineLength, LineLengthArgs

    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

    LineMaxTemperature, LineMaxTemperatureArgs

    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

    LineMaximumAllowedCurrent, LineMaximumAllowedCurrentArgs

    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

    LineMaximumAllowedPower, LineMaximumAllowedPowerArgs

    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

    LineMaximumAllowedTemperature, LineMaximumAllowedTemperatureArgs

    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

    LineMaximumAllowedTemperatureLte, LineMaximumAllowedTemperatureLteArgs

    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

    LineMaximumAllowedTemperatureSte, LineMaximumAllowedTemperatureSteArgs

    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

    LineNumberOfConductors, LineNumberOfConductorsArgs

    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

    LineReactance, LineReactanceArgs

    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

    LineReactivePower, LineReactivePowerArgs

    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

    LineReferenceResistance, LineReferenceResistanceArgs

    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

    LineRelatedAsset, LineRelatedAssetArgs

    Id string
    asset id
    Name string
    asset name
    Id string
    asset id
    Name string
    asset name
    id String
    asset id
    name String
    asset name
    id string
    asset id
    name string
    asset name
    id str
    asset id
    name str
    asset name
    id String
    asset id
    name String
    asset name

    LineResistance, LineResistanceArgs

    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

    LineSafetyMarginForPower, LineSafetyMarginForPowerArgs

    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

    LineSusceptance, LineSusceptanceArgs

    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

    LineTag, LineTagArgs

    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

    LineTemperatureCoeffResistance, LineTemperatureCoeffResistanceArgs

    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

    LineVoltageR, LineVoltageRArgs

    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

    LineVoltageSt, LineVoltageStArgs

    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

    LineVoltageTr, LineVoltageTrArgs

    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/line:Line [options] splight_line.<name> <line_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.1.1 published on Thursday, Sep 26, 2024 by splightplatform