1. Packages
  2. Splight
  3. API Docs
  4. Line
splight v1.2.13 published on Friday, Feb 14, 2025 by splightplatform

splight.Line

Explore with Pulumi AI

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: Optional[LineArgs] = None,
         opts: Optional[ResourceOptions] = None)

@overload
def Line(resource_name: str,
         opts: Optional[ResourceOptions] = None,
         absorptivity: Optional[LineAbsorptivityArgs] = None,
         atmosphere: Optional[LineAtmosphereArgs] = None,
         capacitance: Optional[LineCapacitanceArgs] = None,
         conductance: Optional[LineConductanceArgs] = None,
         conductor_mass: Optional[LineConductorMassArgs] = None,
         description: Optional[str] = None,
         diameter: Optional[LineDiameterArgs] = None,
         emissivity: Optional[LineEmissivityArgs] = None,
         geometry: Optional[str] = None,
         length: Optional[LineLengthArgs] = 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,
         reference_resistance: Optional[LineReferenceResistanceArgs] = None,
         resistance: Optional[LineResistanceArgs] = None,
         safety_margin_for_power: Optional[LineSafetyMarginForPowerArgs] = None,
         specific_heat: Optional[LineSpecificHeatArgs] = None,
         susceptance: Optional[LineSusceptanceArgs] = None,
         tags: Optional[Sequence[LineTagArgs]] = None,
         temperature_coeff_resistance: Optional[LineTemperatureCoeffResistanceArgs] = None,
         thermal_elongation_coef: Optional[LineThermalElongationCoefArgs] = None,
         timezone: Optional[str] = None)
func NewLine(ctx *Context, name string, args *LineArgs, opts ...ResourceOption) (*Line, error)
public Line(string name, LineArgs? args = null, 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String
The unique name of the resource.
args This property is required. 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()
{
    Absorptivity = new Splight.Inputs.LineAbsorptivityArgs
    {
        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",
    },
    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",
    },
    ConductorMass = new Splight.Inputs.LineConductorMassArgs
    {
        Value = "string",
        Asset = "string",
        Id = "string",
        Name = "string",
        Type = "string",
        Unit = "string",
    },
    Description = "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",
    },
    Geometry = "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",
    },
    MaximumAllowedPower = new Splight.Inputs.LineMaximumAllowedPowerArgs
    {
        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",
    },
    MaximumAllowedTemperatureLte = new Splight.Inputs.LineMaximumAllowedTemperatureLteArgs
    {
        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",
    },
    Name = "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",
    },
    SafetyMarginForPower = new Splight.Inputs.LineSafetyMarginForPowerArgs
    {
        Value = "string",
        Asset = "string",
        Id = "string",
        Name = "string",
        Type = "string",
        Unit = "string",
    },
    SpecificHeat = new Splight.Inputs.LineSpecificHeatArgs
    {
        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",
    },
    Tags = new[]
    {
        new Splight.Inputs.LineTagArgs
        {
            Id = "string",
            Name = "string",
        },
    },
    TemperatureCoeffResistance = new Splight.Inputs.LineTemperatureCoeffResistanceArgs
    {
        Value = "string",
        Asset = "string",
        Id = "string",
        Name = "string",
        Type = "string",
        Unit = "string",
    },
    ThermalElongationCoef = new Splight.Inputs.LineThermalElongationCoefArgs
    {
        Value = "string",
        Asset = "string",
        Id = "string",
        Name = "string",
        Type = "string",
        Unit = "string",
    },
    Timezone = "string",
});
Copy
example, err := splight.NewLine(ctx, "lineResource", &splight.LineArgs{
	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"),
	},
	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"),
	},
	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"),
	},
	ConductorMass: &splight.LineConductorMassArgs{
		Value: pulumi.String("string"),
		Asset: pulumi.String("string"),
		Id:    pulumi.String("string"),
		Name:  pulumi.String("string"),
		Type:  pulumi.String("string"),
		Unit:  pulumi.String("string"),
	},
	Description: pulumi.String("string"),
	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"),
	},
	Geometry: 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"),
	},
	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"),
	},
	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"),
	},
	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"),
	},
	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"),
	},
	Name: 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"),
	},
	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"),
	},
	SpecificHeat: &splight.LineSpecificHeatArgs{
		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"),
	},
	Tags: splight.LineTagArray{
		&splight.LineTagArgs{
			Id:   pulumi.String("string"),
			Name: 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"),
	},
	ThermalElongationCoef: &splight.LineThermalElongationCoefArgs{
		Value: pulumi.String("string"),
		Asset: pulumi.String("string"),
		Id:    pulumi.String("string"),
		Name:  pulumi.String("string"),
		Type:  pulumi.String("string"),
		Unit:  pulumi.String("string"),
	},
	Timezone: pulumi.String("string"),
})
Copy
var lineResource = new Line("lineResource", LineArgs.builder()
    .absorptivity(LineAbsorptivityArgs.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())
    .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())
    .conductorMass(LineConductorMassArgs.builder()
        .value("string")
        .asset("string")
        .id("string")
        .name("string")
        .type("string")
        .unit("string")
        .build())
    .description("string")
    .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())
    .geometry("string")
    .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())
    .maximumAllowedPower(LineMaximumAllowedPowerArgs.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())
    .maximumAllowedTemperatureLte(LineMaximumAllowedTemperatureLteArgs.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())
    .name("string")
    .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())
    .safetyMarginForPower(LineSafetyMarginForPowerArgs.builder()
        .value("string")
        .asset("string")
        .id("string")
        .name("string")
        .type("string")
        .unit("string")
        .build())
    .specificHeat(LineSpecificHeatArgs.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())
    .tags(LineTagArgs.builder()
        .id("string")
        .name("string")
        .build())
    .temperatureCoeffResistance(LineTemperatureCoeffResistanceArgs.builder()
        .value("string")
        .asset("string")
        .id("string")
        .name("string")
        .type("string")
        .unit("string")
        .build())
    .thermalElongationCoef(LineThermalElongationCoefArgs.builder()
        .value("string")
        .asset("string")
        .id("string")
        .name("string")
        .type("string")
        .unit("string")
        .build())
    .timezone("string")
    .build());
Copy
line_resource = splight.Line("lineResource",
    absorptivity={
        "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",
    },
    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",
    },
    conductor_mass={
        "value": "string",
        "asset": "string",
        "id": "string",
        "name": "string",
        "type": "string",
        "unit": "string",
    },
    description="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",
    },
    geometry="string",
    length={
        "value": "string",
        "asset": "string",
        "id": "string",
        "name": "string",
        "type": "string",
        "unit": "string",
    },
    maximum_allowed_current={
        "value": "string",
        "asset": "string",
        "id": "string",
        "name": "string",
        "type": "string",
        "unit": "string",
    },
    maximum_allowed_power={
        "value": "string",
        "asset": "string",
        "id": "string",
        "name": "string",
        "type": "string",
        "unit": "string",
    },
    maximum_allowed_temperature={
        "value": "string",
        "asset": "string",
        "id": "string",
        "name": "string",
        "type": "string",
        "unit": "string",
    },
    maximum_allowed_temperature_lte={
        "value": "string",
        "asset": "string",
        "id": "string",
        "name": "string",
        "type": "string",
        "unit": "string",
    },
    maximum_allowed_temperature_ste={
        "value": "string",
        "asset": "string",
        "id": "string",
        "name": "string",
        "type": "string",
        "unit": "string",
    },
    name="string",
    number_of_conductors={
        "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",
    },
    reference_resistance={
        "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",
    },
    safety_margin_for_power={
        "value": "string",
        "asset": "string",
        "id": "string",
        "name": "string",
        "type": "string",
        "unit": "string",
    },
    specific_heat={
        "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",
    },
    tags=[{
        "id": "string",
        "name": "string",
    }],
    temperature_coeff_resistance={
        "value": "string",
        "asset": "string",
        "id": "string",
        "name": "string",
        "type": "string",
        "unit": "string",
    },
    thermal_elongation_coef={
        "value": "string",
        "asset": "string",
        "id": "string",
        "name": "string",
        "type": "string",
        "unit": "string",
    },
    timezone="string")
Copy
const lineResource = new splight.Line("lineResource", {
    absorptivity: {
        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",
    },
    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",
    },
    conductorMass: {
        value: "string",
        asset: "string",
        id: "string",
        name: "string",
        type: "string",
        unit: "string",
    },
    description: "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",
    },
    geometry: "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",
    },
    maximumAllowedPower: {
        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",
    },
    maximumAllowedTemperatureLte: {
        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",
    },
    name: "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",
    },
    safetyMarginForPower: {
        value: "string",
        asset: "string",
        id: "string",
        name: "string",
        type: "string",
        unit: "string",
    },
    specificHeat: {
        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",
    },
    tags: [{
        id: "string",
        name: "string",
    }],
    temperatureCoeffResistance: {
        value: "string",
        asset: "string",
        id: "string",
        name: "string",
        type: "string",
        unit: "string",
    },
    thermalElongationCoef: {
        value: "string",
        asset: "string",
        id: "string",
        name: "string",
        type: "string",
        unit: "string",
    },
    timezone: "string",
});
Copy
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
    conductorMass:
        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
    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
    specificHeat:
        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
    thermalElongationCoef:
        asset: string
        id: string
        name: string
        type: string
        unit: string
        value: string
    timezone: string
Copy

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

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

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
ConductorMass Splight.Splight.Inputs.LineConductorMass
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
Geometry string
geo position and shape 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
Name string
name 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
SpecificHeat Splight.Splight.Inputs.LineSpecificHeat
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
ThermalElongationCoef Splight.Splight.Inputs.LineThermalElongationCoef
attribute of the resource
Timezone string
timezone that overrides location-based timezone 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
ConductorMass LineConductorMassArgs
attribute of the resource
Description string
description of the resource
Diameter LineDiameterArgs
attribute of the resource
Emissivity LineEmissivityArgs
attribute of the resource
Geometry string
geo position and shape 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
Name string
name 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
SpecificHeat LineSpecificHeatArgs
attribute of the resource
Susceptance LineSusceptanceArgs
attribute of the resource
Tags []LineTagArgs
tags of the resource
TemperatureCoeffResistance LineTemperatureCoeffResistanceArgs
attribute of the resource
ThermalElongationCoef LineThermalElongationCoefArgs
attribute of the resource
Timezone string
timezone that overrides location-based timezone 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
conductorMass LineConductorMass
attribute of the resource
description String
description of the resource
diameter LineDiameter
attribute of the resource
emissivity LineEmissivity
attribute of the resource
geometry String
geo position and shape 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
name String
name 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
specificHeat LineSpecificHeat
attribute of the resource
susceptance LineSusceptance
attribute of the resource
tags List<LineTag>
tags of the resource
temperatureCoeffResistance LineTemperatureCoeffResistance
attribute of the resource
thermalElongationCoef LineThermalElongationCoef
attribute of the resource
timezone String
timezone that overrides location-based timezone 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
conductorMass LineConductorMass
attribute of the resource
description string
description of the resource
diameter LineDiameter
attribute of the resource
emissivity LineEmissivity
attribute of the resource
geometry string
geo position and shape 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
name string
name 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
specificHeat LineSpecificHeat
attribute of the resource
susceptance LineSusceptance
attribute of the resource
tags LineTag[]
tags of the resource
temperatureCoeffResistance LineTemperatureCoeffResistance
attribute of the resource
thermalElongationCoef LineThermalElongationCoef
attribute of the resource
timezone string
timezone that overrides location-based timezone 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
conductor_mass LineConductorMassArgs
attribute of the resource
description str
description of the resource
diameter LineDiameterArgs
attribute of the resource
emissivity LineEmissivityArgs
attribute of the resource
geometry str
geo position and shape 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
name str
name 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
specific_heat LineSpecificHeatArgs
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
thermal_elongation_coef LineThermalElongationCoefArgs
attribute of the resource
timezone str
timezone that overrides location-based timezone 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
conductorMass 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
geometry String
geo position and shape 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
name String
name 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
specificHeat 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
thermalElongationCoef Property Map
attribute of the resource
timezone String
timezone that overrides location-based timezone of the resource

Outputs

All input properties are implicitly available as output properties. Additionally, the 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
Contingencies List<Splight.Splight.Outputs.LineContingency>
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
SwitchStatusEnds List<Splight.Splight.Outputs.LineSwitchStatusEnd>
attribute of the resource
SwitchStatusStarts List<Splight.Splight.Outputs.LineSwitchStatusStart>
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
Contingencies []LineContingency
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
SwitchStatusEnds []LineSwitchStatusEnd
attribute of the resource
SwitchStatusStarts []LineSwitchStatusStart
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
contingencies List<LineContingency>
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
switchStatusEnds List<LineSwitchStatusEnd>
attribute of the resource
switchStatusStarts List<LineSwitchStatusStart>
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
contingencies LineContingency[]
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
switchStatusEnds LineSwitchStatusEnd[]
attribute of the resource
switchStatusStarts LineSwitchStatusStart[]
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
contingencies Sequence[LineContingency]
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
switch_status_ends Sequence[LineSwitchStatusEnd]
attribute of the resource
switch_status_starts Sequence[LineSwitchStatusStart]
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
contingencies 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
switchStatusEnds List<Property Map>
attribute of the resource
switchStatusStarts 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,
        conductor_mass: Optional[LineConductorMassArgs] = None,
        contingencies: Optional[Sequence[LineContingencyArgs]] = 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,
        resistance: Optional[LineResistanceArgs] = None,
        safety_margin_for_power: Optional[LineSafetyMarginForPowerArgs] = None,
        specific_heat: Optional[LineSpecificHeatArgs] = None,
        susceptance: Optional[LineSusceptanceArgs] = None,
        switch_status_ends: Optional[Sequence[LineSwitchStatusEndArgs]] = None,
        switch_status_starts: Optional[Sequence[LineSwitchStatusStartArgs]] = None,
        tags: Optional[Sequence[LineTagArgs]] = None,
        temperature_coeff_resistance: Optional[LineTemperatureCoeffResistanceArgs] = None,
        thermal_elongation_coef: Optional[LineThermalElongationCoefArgs] = None,
        timezone: Optional[str] = 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)
resources:  _:    type: splight:Line    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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
ConductorMass Splight.Splight.Inputs.LineConductorMass
attribute of the resource
Contingencies List<Splight.Splight.Inputs.LineContingency>
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
Resistance Splight.Splight.Inputs.LineResistance
attribute of the resource
SafetyMarginForPower Splight.Splight.Inputs.LineSafetyMarginForPower
attribute of the resource
SpecificHeat Splight.Splight.Inputs.LineSpecificHeat
attribute of the resource
Susceptance Splight.Splight.Inputs.LineSusceptance
attribute of the resource
SwitchStatusEnds List<Splight.Splight.Inputs.LineSwitchStatusEnd>
attribute of the resource
SwitchStatusStarts List<Splight.Splight.Inputs.LineSwitchStatusStart>
attribute of the resource
Tags List<Splight.Splight.Inputs.LineTag>
tags of the resource
TemperatureCoeffResistance Splight.Splight.Inputs.LineTemperatureCoeffResistance
attribute of the resource
ThermalElongationCoef Splight.Splight.Inputs.LineThermalElongationCoef
attribute of the resource
Timezone string
timezone that overrides location-based timezone 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
ConductorMass LineConductorMassArgs
attribute of the resource
Contingencies []LineContingencyArgs
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
Resistance LineResistanceArgs
attribute of the resource
SafetyMarginForPower LineSafetyMarginForPowerArgs
attribute of the resource
SpecificHeat LineSpecificHeatArgs
attribute of the resource
Susceptance LineSusceptanceArgs
attribute of the resource
SwitchStatusEnds []LineSwitchStatusEndArgs
attribute of the resource
SwitchStatusStarts []LineSwitchStatusStartArgs
attribute of the resource
Tags []LineTagArgs
tags of the resource
TemperatureCoeffResistance LineTemperatureCoeffResistanceArgs
attribute of the resource
ThermalElongationCoef LineThermalElongationCoefArgs
attribute of the resource
Timezone string
timezone that overrides location-based timezone 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
conductorMass LineConductorMass
attribute of the resource
contingencies List<LineContingency>
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
resistance LineResistance
attribute of the resource
safetyMarginForPower LineSafetyMarginForPower
attribute of the resource
specificHeat LineSpecificHeat
attribute of the resource
susceptance LineSusceptance
attribute of the resource
switchStatusEnds List<LineSwitchStatusEnd>
attribute of the resource
switchStatusStarts List<LineSwitchStatusStart>
attribute of the resource
tags List<LineTag>
tags of the resource
temperatureCoeffResistance LineTemperatureCoeffResistance
attribute of the resource
thermalElongationCoef LineThermalElongationCoef
attribute of the resource
timezone String
timezone that overrides location-based timezone 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
conductorMass LineConductorMass
attribute of the resource
contingencies LineContingency[]
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
resistance LineResistance
attribute of the resource
safetyMarginForPower LineSafetyMarginForPower
attribute of the resource
specificHeat LineSpecificHeat
attribute of the resource
susceptance LineSusceptance
attribute of the resource
switchStatusEnds LineSwitchStatusEnd[]
attribute of the resource
switchStatusStarts LineSwitchStatusStart[]
attribute of the resource
tags LineTag[]
tags of the resource
temperatureCoeffResistance LineTemperatureCoeffResistance
attribute of the resource
thermalElongationCoef LineThermalElongationCoef
attribute of the resource
timezone string
timezone that overrides location-based timezone 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
conductor_mass LineConductorMassArgs
attribute of the resource
contingencies Sequence[LineContingencyArgs]
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
resistance LineResistanceArgs
attribute of the resource
safety_margin_for_power LineSafetyMarginForPowerArgs
attribute of the resource
specific_heat LineSpecificHeatArgs
attribute of the resource
susceptance LineSusceptanceArgs
attribute of the resource
switch_status_ends Sequence[LineSwitchStatusEndArgs]
attribute of the resource
switch_status_starts Sequence[LineSwitchStatusStartArgs]
attribute of the resource
tags Sequence[LineTagArgs]
tags of the resource
temperature_coeff_resistance LineTemperatureCoeffResistanceArgs
attribute of the resource
thermal_elongation_coef LineThermalElongationCoefArgs
attribute of the resource
timezone str
timezone that overrides location-based timezone 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
conductorMass Property Map
attribute of the resource
contingencies 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
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
resistance Property Map
attribute of the resource
safetyMarginForPower Property Map
attribute of the resource
specificHeat Property Map
attribute of the resource
susceptance Property Map
attribute of the resource
switchStatusEnds List<Property Map>
attribute of the resource
switchStatusStarts List<Property Map>
attribute of the resource
tags List<Property Map>
tags of the resource
temperatureCoeffResistance Property Map
attribute of the resource
thermalElongationCoef Property Map
attribute of the resource
timezone String
timezone that overrides location-based timezone 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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

LineConductorMass
, LineConductorMassArgs

Value This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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

LineContingency
, LineContingencyArgs

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

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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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
This property is required.
Changes to this property will trigger replacement.
string
kind id
Name
This property is required.
Changes to this property will trigger replacement.
string
kind name
Id
This property is required.
Changes to this property will trigger replacement.
string
kind id
Name
This property is required.
Changes to this property will trigger replacement.
string
kind name
id
This property is required.
Changes to this property will trigger replacement.
String
kind id
name
This property is required.
Changes to this property will trigger replacement.
String
kind name
id
This property is required.
Changes to this property will trigger replacement.
string
kind id
name
This property is required.
Changes to this property will trigger replacement.
string
kind name
id
This property is required.
Changes to this property will trigger replacement.
str
kind id
name
This property is required.
Changes to this property will trigger replacement.
str
kind name
id
This property is required.
Changes to this property will trigger replacement.
String
kind id
name
This property is required.
Changes to this property will trigger replacement.
String
kind name

LineLength
, LineLengthArgs

Value This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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

LineResistance
, LineResistanceArgs

Value This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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

LineSpecificHeat
, LineSpecificHeatArgs

Value This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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

LineSwitchStatusEnd
, LineSwitchStatusEndArgs

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

LineSwitchStatusStart
, LineSwitchStatusStartArgs

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

LineTag
, LineTagArgs

Id This property is required. string
tag id
Name This property is required. string
tag name
Id This property is required. string
tag id
Name This property is required. string
tag name
id This property is required. String
tag id
name This property is required. String
tag name
id This property is required. string
tag id
name This property is required. string
tag name
id This property is required. str
tag id
name This property is required. str
tag name
id This property is required. String
tag id
name This property is required. String
tag name

LineTemperatureCoeffResistance
, LineTemperatureCoeffResistanceArgs

Value This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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

LineThermalElongationCoef
, LineThermalElongationCoefArgs

Value This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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>
Copy

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.