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

splight.Transformer

Explore with Pulumi AI

splight logo
splight v1.2.13 published on Friday, Feb 14, 2025 by splightplatform

    Example Usage

    Create Transformer Resource

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

    Constructor syntax

    new Transformer(name: string, args?: TransformerArgs, opts?: CustomResourceOptions);
    @overload
    def Transformer(resource_name: str,
                    args: Optional[TransformerArgs] = None,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def Transformer(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    capacitance: Optional[TransformerCapacitanceArgs] = None,
                    conductance: Optional[TransformerConductanceArgs] = None,
                    description: Optional[str] = None,
                    geometry: Optional[str] = None,
                    maximum_allowed_current: Optional[TransformerMaximumAllowedCurrentArgs] = None,
                    maximum_allowed_power: Optional[TransformerMaximumAllowedPowerArgs] = None,
                    name: Optional[str] = None,
                    reactance: Optional[TransformerReactanceArgs] = None,
                    resistance: Optional[TransformerResistanceArgs] = None,
                    safety_margin_for_power: Optional[TransformerSafetyMarginForPowerArgs] = None,
                    standard_type: Optional[TransformerStandardTypeArgs] = None,
                    tags: Optional[Sequence[TransformerTagArgs]] = None,
                    tap_pos: Optional[TransformerTapPosArgs] = None,
                    timezone: Optional[str] = None,
                    xn_ohm: Optional[TransformerXnOhmArgs] = None)
    func NewTransformer(ctx *Context, name string, args *TransformerArgs, opts ...ResourceOption) (*Transformer, error)
    public Transformer(string name, TransformerArgs? args = null, CustomResourceOptions? opts = null)
    public Transformer(String name, TransformerArgs args)
    public Transformer(String name, TransformerArgs args, CustomResourceOptions options)
    
    type: splight:Transformer
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args TransformerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TransformerArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TransformerArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TransformerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TransformerArgs
    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 transformerResource = new Splight.Transformer("transformerResource", new()
    {
        Capacitance = new Splight.Inputs.TransformerCapacitanceArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Conductance = new Splight.Inputs.TransformerConductanceArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Description = "string",
        Geometry = "string",
        MaximumAllowedCurrent = new Splight.Inputs.TransformerMaximumAllowedCurrentArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        MaximumAllowedPower = new Splight.Inputs.TransformerMaximumAllowedPowerArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Name = "string",
        Reactance = new Splight.Inputs.TransformerReactanceArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Resistance = new Splight.Inputs.TransformerResistanceArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        SafetyMarginForPower = new Splight.Inputs.TransformerSafetyMarginForPowerArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        StandardType = new Splight.Inputs.TransformerStandardTypeArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Tags = new[]
        {
            new Splight.Inputs.TransformerTagArgs
            {
                Id = "string",
                Name = "string",
            },
        },
        TapPos = new Splight.Inputs.TransformerTapPosArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
        Timezone = "string",
        XnOhm = new Splight.Inputs.TransformerXnOhmArgs
        {
            Value = "string",
            Asset = "string",
            Id = "string",
            Name = "string",
            Type = "string",
            Unit = "string",
        },
    });
    
    example, err := splight.NewTransformer(ctx, "transformerResource", &splight.TransformerArgs{
    	Capacitance: &splight.TransformerCapacitanceArgs{
    		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.TransformerConductanceArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	Description: pulumi.String("string"),
    	Geometry:    pulumi.String("string"),
    	MaximumAllowedCurrent: &splight.TransformerMaximumAllowedCurrentArgs{
    		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.TransformerMaximumAllowedPowerArgs{
    		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"),
    	Reactance: &splight.TransformerReactanceArgs{
    		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.TransformerResistanceArgs{
    		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.TransformerSafetyMarginForPowerArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    	StandardType: &splight.TransformerStandardTypeArgs{
    		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.TransformerTagArray{
    		&splight.TransformerTagArgs{
    			Id:   pulumi.String("string"),
    			Name: pulumi.String("string"),
    		},
    	},
    	TapPos: &splight.TransformerTapPosArgs{
    		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"),
    	XnOhm: &splight.TransformerXnOhmArgs{
    		Value: pulumi.String("string"),
    		Asset: pulumi.String("string"),
    		Id:    pulumi.String("string"),
    		Name:  pulumi.String("string"),
    		Type:  pulumi.String("string"),
    		Unit:  pulumi.String("string"),
    	},
    })
    
    var transformerResource = new Transformer("transformerResource", TransformerArgs.builder()
        .capacitance(TransformerCapacitanceArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .conductance(TransformerConductanceArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .description("string")
        .geometry("string")
        .maximumAllowedCurrent(TransformerMaximumAllowedCurrentArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .maximumAllowedPower(TransformerMaximumAllowedPowerArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .name("string")
        .reactance(TransformerReactanceArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .resistance(TransformerResistanceArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .safetyMarginForPower(TransformerSafetyMarginForPowerArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .standardType(TransformerStandardTypeArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .tags(TransformerTagArgs.builder()
            .id("string")
            .name("string")
            .build())
        .tapPos(TransformerTapPosArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .timezone("string")
        .xnOhm(TransformerXnOhmArgs.builder()
            .value("string")
            .asset("string")
            .id("string")
            .name("string")
            .type("string")
            .unit("string")
            .build())
        .build());
    
    transformer_resource = splight.Transformer("transformerResource",
        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",
        },
        description="string",
        geometry="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",
        },
        name="string",
        reactance={
            "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",
        },
        standard_type={
            "value": "string",
            "asset": "string",
            "id": "string",
            "name": "string",
            "type": "string",
            "unit": "string",
        },
        tags=[{
            "id": "string",
            "name": "string",
        }],
        tap_pos={
            "value": "string",
            "asset": "string",
            "id": "string",
            "name": "string",
            "type": "string",
            "unit": "string",
        },
        timezone="string",
        xn_ohm={
            "value": "string",
            "asset": "string",
            "id": "string",
            "name": "string",
            "type": "string",
            "unit": "string",
        })
    
    const transformerResource = new splight.Transformer("transformerResource", {
        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",
        },
        description: "string",
        geometry: "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",
        },
        name: "string",
        reactance: {
            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",
        },
        standardType: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        tags: [{
            id: "string",
            name: "string",
        }],
        tapPos: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
        timezone: "string",
        xnOhm: {
            value: "string",
            asset: "string",
            id: "string",
            name: "string",
            type: "string",
            unit: "string",
        },
    });
    
    type: splight:Transformer
    properties:
        capacitance:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        conductance:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        description: string
        geometry: 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
        name: string
        reactance:
            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
        standardType:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        tags:
            - id: string
              name: string
        tapPos:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
        timezone: string
        xnOhm:
            asset: string
            id: string
            name: string
            type: string
            unit: string
            value: string
    

    Transformer 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 Transformer resource accepts the following input properties:

    Capacitance Splight.Splight.Inputs.TransformerCapacitance
    attribute of the resource
    Conductance Splight.Splight.Inputs.TransformerConductance
    attribute of the resource
    Description string
    description of the resource
    Geometry string
    geo position and shape of the resource
    MaximumAllowedCurrent Splight.Splight.Inputs.TransformerMaximumAllowedCurrent
    attribute of the resource
    MaximumAllowedPower Splight.Splight.Inputs.TransformerMaximumAllowedPower
    attribute of the resource
    Name string
    name of the resource
    Reactance Splight.Splight.Inputs.TransformerReactance
    attribute of the resource
    Resistance Splight.Splight.Inputs.TransformerResistance
    attribute of the resource
    SafetyMarginForPower Splight.Splight.Inputs.TransformerSafetyMarginForPower
    attribute of the resource
    StandardType Splight.Splight.Inputs.TransformerStandardType
    attribute of the resource
    Tags List<Splight.Splight.Inputs.TransformerTag>
    tags of the resource
    TapPos Splight.Splight.Inputs.TransformerTapPos
    attribute of the resource
    Timezone string
    timezone that overrides location-based timezone of the resource
    XnOhm Splight.Splight.Inputs.TransformerXnOhm
    attribute of the resource
    Capacitance TransformerCapacitanceArgs
    attribute of the resource
    Conductance TransformerConductanceArgs
    attribute of the resource
    Description string
    description of the resource
    Geometry string
    geo position and shape of the resource
    MaximumAllowedCurrent TransformerMaximumAllowedCurrentArgs
    attribute of the resource
    MaximumAllowedPower TransformerMaximumAllowedPowerArgs
    attribute of the resource
    Name string
    name of the resource
    Reactance TransformerReactanceArgs
    attribute of the resource
    Resistance TransformerResistanceArgs
    attribute of the resource
    SafetyMarginForPower TransformerSafetyMarginForPowerArgs
    attribute of the resource
    StandardType TransformerStandardTypeArgs
    attribute of the resource
    Tags []TransformerTagArgs
    tags of the resource
    TapPos TransformerTapPosArgs
    attribute of the resource
    Timezone string
    timezone that overrides location-based timezone of the resource
    XnOhm TransformerXnOhmArgs
    attribute of the resource
    capacitance TransformerCapacitance
    attribute of the resource
    conductance TransformerConductance
    attribute of the resource
    description String
    description of the resource
    geometry String
    geo position and shape of the resource
    maximumAllowedCurrent TransformerMaximumAllowedCurrent
    attribute of the resource
    maximumAllowedPower TransformerMaximumAllowedPower
    attribute of the resource
    name String
    name of the resource
    reactance TransformerReactance
    attribute of the resource
    resistance TransformerResistance
    attribute of the resource
    safetyMarginForPower TransformerSafetyMarginForPower
    attribute of the resource
    standardType TransformerStandardType
    attribute of the resource
    tags List<TransformerTag>
    tags of the resource
    tapPos TransformerTapPos
    attribute of the resource
    timezone String
    timezone that overrides location-based timezone of the resource
    xnOhm TransformerXnOhm
    attribute of the resource
    capacitance TransformerCapacitance
    attribute of the resource
    conductance TransformerConductance
    attribute of the resource
    description string
    description of the resource
    geometry string
    geo position and shape of the resource
    maximumAllowedCurrent TransformerMaximumAllowedCurrent
    attribute of the resource
    maximumAllowedPower TransformerMaximumAllowedPower
    attribute of the resource
    name string
    name of the resource
    reactance TransformerReactance
    attribute of the resource
    resistance TransformerResistance
    attribute of the resource
    safetyMarginForPower TransformerSafetyMarginForPower
    attribute of the resource
    standardType TransformerStandardType
    attribute of the resource
    tags TransformerTag[]
    tags of the resource
    tapPos TransformerTapPos
    attribute of the resource
    timezone string
    timezone that overrides location-based timezone of the resource
    xnOhm TransformerXnOhm
    attribute of the resource
    capacitance TransformerCapacitanceArgs
    attribute of the resource
    conductance TransformerConductanceArgs
    attribute of the resource
    description str
    description of the resource
    geometry str
    geo position and shape of the resource
    maximum_allowed_current TransformerMaximumAllowedCurrentArgs
    attribute of the resource
    maximum_allowed_power TransformerMaximumAllowedPowerArgs
    attribute of the resource
    name str
    name of the resource
    reactance TransformerReactanceArgs
    attribute of the resource
    resistance TransformerResistanceArgs
    attribute of the resource
    safety_margin_for_power TransformerSafetyMarginForPowerArgs
    attribute of the resource
    standard_type TransformerStandardTypeArgs
    attribute of the resource
    tags Sequence[TransformerTagArgs]
    tags of the resource
    tap_pos TransformerTapPosArgs
    attribute of the resource
    timezone str
    timezone that overrides location-based timezone of the resource
    xn_ohm TransformerXnOhmArgs
    attribute of the resource
    capacitance Property Map
    attribute of the resource
    conductance Property Map
    attribute of the resource
    description String
    description of the resource
    geometry String
    geo position and shape of the resource
    maximumAllowedCurrent Property Map
    attribute of the resource
    maximumAllowedPower Property Map
    attribute of the resource
    name String
    name of the resource
    reactance Property Map
    attribute of the resource
    resistance Property Map
    attribute of the resource
    safetyMarginForPower Property Map
    attribute of the resource
    standardType Property Map
    attribute of the resource
    tags List<Property Map>
    tags of the resource
    tapPos Property Map
    attribute of the resource
    timezone String
    timezone that overrides location-based timezone of the resource
    xnOhm Property Map
    attribute of the resource

    Outputs

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

    ActivePowerHvs List<Splight.Splight.Outputs.TransformerActivePowerHv>
    attribute of the resource
    ActivePowerLosses List<Splight.Splight.Outputs.TransformerActivePowerLoss>
    attribute of the resource
    ActivePowerLvs List<Splight.Splight.Outputs.TransformerActivePowerLv>
    attribute of the resource
    Contingencies List<Splight.Splight.Outputs.TransformerContingency>
    attribute of the resource
    CurrentHvs List<Splight.Splight.Outputs.TransformerCurrentHv>
    attribute of the resource
    CurrentLvs List<Splight.Splight.Outputs.TransformerCurrentLv>
    attribute of the resource
    Id string
    The provider-assigned unique ID for this managed resource.
    Kinds List<Splight.Splight.Outputs.TransformerKind>
    kind of the resource
    ReactivePowerHvs List<Splight.Splight.Outputs.TransformerReactivePowerHv>
    attribute of the resource
    ReactivePowerLosses List<Splight.Splight.Outputs.TransformerReactivePowerLoss>
    attribute of the resource
    ReactivePowerLvs List<Splight.Splight.Outputs.TransformerReactivePowerLv>
    attribute of the resource
    SwitchStatusHvs List<Splight.Splight.Outputs.TransformerSwitchStatusHv>
    attribute of the resource
    SwitchStatusLvs List<Splight.Splight.Outputs.TransformerSwitchStatusLv>
    attribute of the resource
    VoltageHvs List<Splight.Splight.Outputs.TransformerVoltageHv>
    attribute of the resource
    VoltageLvs List<Splight.Splight.Outputs.TransformerVoltageLv>
    attribute of the resource
    ActivePowerHvs []TransformerActivePowerHv
    attribute of the resource
    ActivePowerLosses []TransformerActivePowerLoss
    attribute of the resource
    ActivePowerLvs []TransformerActivePowerLv
    attribute of the resource
    Contingencies []TransformerContingency
    attribute of the resource
    CurrentHvs []TransformerCurrentHv
    attribute of the resource
    CurrentLvs []TransformerCurrentLv
    attribute of the resource
    Id string
    The provider-assigned unique ID for this managed resource.
    Kinds []TransformerKind
    kind of the resource
    ReactivePowerHvs []TransformerReactivePowerHv
    attribute of the resource
    ReactivePowerLosses []TransformerReactivePowerLoss
    attribute of the resource
    ReactivePowerLvs []TransformerReactivePowerLv
    attribute of the resource
    SwitchStatusHvs []TransformerSwitchStatusHv
    attribute of the resource
    SwitchStatusLvs []TransformerSwitchStatusLv
    attribute of the resource
    VoltageHvs []TransformerVoltageHv
    attribute of the resource
    VoltageLvs []TransformerVoltageLv
    attribute of the resource
    activePowerHvs List<TransformerActivePowerHv>
    attribute of the resource
    activePowerLosses List<TransformerActivePowerLoss>
    attribute of the resource
    activePowerLvs List<TransformerActivePowerLv>
    attribute of the resource
    contingencies List<TransformerContingency>
    attribute of the resource
    currentHvs List<TransformerCurrentHv>
    attribute of the resource
    currentLvs List<TransformerCurrentLv>
    attribute of the resource
    id String
    The provider-assigned unique ID for this managed resource.
    kinds List<TransformerKind>
    kind of the resource
    reactivePowerHvs List<TransformerReactivePowerHv>
    attribute of the resource
    reactivePowerLosses List<TransformerReactivePowerLoss>
    attribute of the resource
    reactivePowerLvs List<TransformerReactivePowerLv>
    attribute of the resource
    switchStatusHvs List<TransformerSwitchStatusHv>
    attribute of the resource
    switchStatusLvs List<TransformerSwitchStatusLv>
    attribute of the resource
    voltageHvs List<TransformerVoltageHv>
    attribute of the resource
    voltageLvs List<TransformerVoltageLv>
    attribute of the resource
    activePowerHvs TransformerActivePowerHv[]
    attribute of the resource
    activePowerLosses TransformerActivePowerLoss[]
    attribute of the resource
    activePowerLvs TransformerActivePowerLv[]
    attribute of the resource
    contingencies TransformerContingency[]
    attribute of the resource
    currentHvs TransformerCurrentHv[]
    attribute of the resource
    currentLvs TransformerCurrentLv[]
    attribute of the resource
    id string
    The provider-assigned unique ID for this managed resource.
    kinds TransformerKind[]
    kind of the resource
    reactivePowerHvs TransformerReactivePowerHv[]
    attribute of the resource
    reactivePowerLosses TransformerReactivePowerLoss[]
    attribute of the resource
    reactivePowerLvs TransformerReactivePowerLv[]
    attribute of the resource
    switchStatusHvs TransformerSwitchStatusHv[]
    attribute of the resource
    switchStatusLvs TransformerSwitchStatusLv[]
    attribute of the resource
    voltageHvs TransformerVoltageHv[]
    attribute of the resource
    voltageLvs TransformerVoltageLv[]
    attribute of the resource
    active_power_hvs Sequence[TransformerActivePowerHv]
    attribute of the resource
    active_power_losses Sequence[TransformerActivePowerLoss]
    attribute of the resource
    active_power_lvs Sequence[TransformerActivePowerLv]
    attribute of the resource
    contingencies Sequence[TransformerContingency]
    attribute of the resource
    current_hvs Sequence[TransformerCurrentHv]
    attribute of the resource
    current_lvs Sequence[TransformerCurrentLv]
    attribute of the resource
    id str
    The provider-assigned unique ID for this managed resource.
    kinds Sequence[TransformerKind]
    kind of the resource
    reactive_power_hvs Sequence[TransformerReactivePowerHv]
    attribute of the resource
    reactive_power_losses Sequence[TransformerReactivePowerLoss]
    attribute of the resource
    reactive_power_lvs Sequence[TransformerReactivePowerLv]
    attribute of the resource
    switch_status_hvs Sequence[TransformerSwitchStatusHv]
    attribute of the resource
    switch_status_lvs Sequence[TransformerSwitchStatusLv]
    attribute of the resource
    voltage_hvs Sequence[TransformerVoltageHv]
    attribute of the resource
    voltage_lvs Sequence[TransformerVoltageLv]
    attribute of the resource
    activePowerHvs List<Property Map>
    attribute of the resource
    activePowerLosses List<Property Map>
    attribute of the resource
    activePowerLvs List<Property Map>
    attribute of the resource
    contingencies List<Property Map>
    attribute of the resource
    currentHvs List<Property Map>
    attribute of the resource
    currentLvs 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
    reactivePowerHvs List<Property Map>
    attribute of the resource
    reactivePowerLosses List<Property Map>
    attribute of the resource
    reactivePowerLvs List<Property Map>
    attribute of the resource
    switchStatusHvs List<Property Map>
    attribute of the resource
    switchStatusLvs List<Property Map>
    attribute of the resource
    voltageHvs List<Property Map>
    attribute of the resource
    voltageLvs List<Property Map>
    attribute of the resource

    Look up Existing Transformer Resource

    Get an existing Transformer 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?: TransformerState, opts?: CustomResourceOptions): Transformer
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            active_power_hvs: Optional[Sequence[TransformerActivePowerHvArgs]] = None,
            active_power_losses: Optional[Sequence[TransformerActivePowerLossArgs]] = None,
            active_power_lvs: Optional[Sequence[TransformerActivePowerLvArgs]] = None,
            capacitance: Optional[TransformerCapacitanceArgs] = None,
            conductance: Optional[TransformerConductanceArgs] = None,
            contingencies: Optional[Sequence[TransformerContingencyArgs]] = None,
            current_hvs: Optional[Sequence[TransformerCurrentHvArgs]] = None,
            current_lvs: Optional[Sequence[TransformerCurrentLvArgs]] = None,
            description: Optional[str] = None,
            geometry: Optional[str] = None,
            kinds: Optional[Sequence[TransformerKindArgs]] = None,
            maximum_allowed_current: Optional[TransformerMaximumAllowedCurrentArgs] = None,
            maximum_allowed_power: Optional[TransformerMaximumAllowedPowerArgs] = None,
            name: Optional[str] = None,
            reactance: Optional[TransformerReactanceArgs] = None,
            reactive_power_hvs: Optional[Sequence[TransformerReactivePowerHvArgs]] = None,
            reactive_power_losses: Optional[Sequence[TransformerReactivePowerLossArgs]] = None,
            reactive_power_lvs: Optional[Sequence[TransformerReactivePowerLvArgs]] = None,
            resistance: Optional[TransformerResistanceArgs] = None,
            safety_margin_for_power: Optional[TransformerSafetyMarginForPowerArgs] = None,
            standard_type: Optional[TransformerStandardTypeArgs] = None,
            switch_status_hvs: Optional[Sequence[TransformerSwitchStatusHvArgs]] = None,
            switch_status_lvs: Optional[Sequence[TransformerSwitchStatusLvArgs]] = None,
            tags: Optional[Sequence[TransformerTagArgs]] = None,
            tap_pos: Optional[TransformerTapPosArgs] = None,
            timezone: Optional[str] = None,
            voltage_hvs: Optional[Sequence[TransformerVoltageHvArgs]] = None,
            voltage_lvs: Optional[Sequence[TransformerVoltageLvArgs]] = None,
            xn_ohm: Optional[TransformerXnOhmArgs] = None) -> Transformer
    func GetTransformer(ctx *Context, name string, id IDInput, state *TransformerState, opts ...ResourceOption) (*Transformer, error)
    public static Transformer Get(string name, Input<string> id, TransformerState? state, CustomResourceOptions? opts = null)
    public static Transformer get(String name, Output<String> id, TransformerState state, CustomResourceOptions options)
    resources:  _:    type: splight:Transformer    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    ActivePowerHvs List<Splight.Splight.Inputs.TransformerActivePowerHv>
    attribute of the resource
    ActivePowerLosses List<Splight.Splight.Inputs.TransformerActivePowerLoss>
    attribute of the resource
    ActivePowerLvs List<Splight.Splight.Inputs.TransformerActivePowerLv>
    attribute of the resource
    Capacitance Splight.Splight.Inputs.TransformerCapacitance
    attribute of the resource
    Conductance Splight.Splight.Inputs.TransformerConductance
    attribute of the resource
    Contingencies List<Splight.Splight.Inputs.TransformerContingency>
    attribute of the resource
    CurrentHvs List<Splight.Splight.Inputs.TransformerCurrentHv>
    attribute of the resource
    CurrentLvs List<Splight.Splight.Inputs.TransformerCurrentLv>
    attribute of the resource
    Description string
    description of the resource
    Geometry string
    geo position and shape of the resource
    Kinds List<Splight.Splight.Inputs.TransformerKind>
    kind of the resource
    MaximumAllowedCurrent Splight.Splight.Inputs.TransformerMaximumAllowedCurrent
    attribute of the resource
    MaximumAllowedPower Splight.Splight.Inputs.TransformerMaximumAllowedPower
    attribute of the resource
    Name string
    name of the resource
    Reactance Splight.Splight.Inputs.TransformerReactance
    attribute of the resource
    ReactivePowerHvs List<Splight.Splight.Inputs.TransformerReactivePowerHv>
    attribute of the resource
    ReactivePowerLosses List<Splight.Splight.Inputs.TransformerReactivePowerLoss>
    attribute of the resource
    ReactivePowerLvs List<Splight.Splight.Inputs.TransformerReactivePowerLv>
    attribute of the resource
    Resistance Splight.Splight.Inputs.TransformerResistance
    attribute of the resource
    SafetyMarginForPower Splight.Splight.Inputs.TransformerSafetyMarginForPower
    attribute of the resource
    StandardType Splight.Splight.Inputs.TransformerStandardType
    attribute of the resource
    SwitchStatusHvs List<Splight.Splight.Inputs.TransformerSwitchStatusHv>
    attribute of the resource
    SwitchStatusLvs List<Splight.Splight.Inputs.TransformerSwitchStatusLv>
    attribute of the resource
    Tags List<Splight.Splight.Inputs.TransformerTag>
    tags of the resource
    TapPos Splight.Splight.Inputs.TransformerTapPos
    attribute of the resource
    Timezone string
    timezone that overrides location-based timezone of the resource
    VoltageHvs List<Splight.Splight.Inputs.TransformerVoltageHv>
    attribute of the resource
    VoltageLvs List<Splight.Splight.Inputs.TransformerVoltageLv>
    attribute of the resource
    XnOhm Splight.Splight.Inputs.TransformerXnOhm
    attribute of the resource
    ActivePowerHvs []TransformerActivePowerHvArgs
    attribute of the resource
    ActivePowerLosses []TransformerActivePowerLossArgs
    attribute of the resource
    ActivePowerLvs []TransformerActivePowerLvArgs
    attribute of the resource
    Capacitance TransformerCapacitanceArgs
    attribute of the resource
    Conductance TransformerConductanceArgs
    attribute of the resource
    Contingencies []TransformerContingencyArgs
    attribute of the resource
    CurrentHvs []TransformerCurrentHvArgs
    attribute of the resource
    CurrentLvs []TransformerCurrentLvArgs
    attribute of the resource
    Description string
    description of the resource
    Geometry string
    geo position and shape of the resource
    Kinds []TransformerKindArgs
    kind of the resource
    MaximumAllowedCurrent TransformerMaximumAllowedCurrentArgs
    attribute of the resource
    MaximumAllowedPower TransformerMaximumAllowedPowerArgs
    attribute of the resource
    Name string
    name of the resource
    Reactance TransformerReactanceArgs
    attribute of the resource
    ReactivePowerHvs []TransformerReactivePowerHvArgs
    attribute of the resource
    ReactivePowerLosses []TransformerReactivePowerLossArgs
    attribute of the resource
    ReactivePowerLvs []TransformerReactivePowerLvArgs
    attribute of the resource
    Resistance TransformerResistanceArgs
    attribute of the resource
    SafetyMarginForPower TransformerSafetyMarginForPowerArgs
    attribute of the resource
    StandardType TransformerStandardTypeArgs
    attribute of the resource
    SwitchStatusHvs []TransformerSwitchStatusHvArgs
    attribute of the resource
    SwitchStatusLvs []TransformerSwitchStatusLvArgs
    attribute of the resource
    Tags []TransformerTagArgs
    tags of the resource
    TapPos TransformerTapPosArgs
    attribute of the resource
    Timezone string
    timezone that overrides location-based timezone of the resource
    VoltageHvs []TransformerVoltageHvArgs
    attribute of the resource
    VoltageLvs []TransformerVoltageLvArgs
    attribute of the resource
    XnOhm TransformerXnOhmArgs
    attribute of the resource
    activePowerHvs List<TransformerActivePowerHv>
    attribute of the resource
    activePowerLosses List<TransformerActivePowerLoss>
    attribute of the resource
    activePowerLvs List<TransformerActivePowerLv>
    attribute of the resource
    capacitance TransformerCapacitance
    attribute of the resource
    conductance TransformerConductance
    attribute of the resource
    contingencies List<TransformerContingency>
    attribute of the resource
    currentHvs List<TransformerCurrentHv>
    attribute of the resource
    currentLvs List<TransformerCurrentLv>
    attribute of the resource
    description String
    description of the resource
    geometry String
    geo position and shape of the resource
    kinds List<TransformerKind>
    kind of the resource
    maximumAllowedCurrent TransformerMaximumAllowedCurrent
    attribute of the resource
    maximumAllowedPower TransformerMaximumAllowedPower
    attribute of the resource
    name String
    name of the resource
    reactance TransformerReactance
    attribute of the resource
    reactivePowerHvs List<TransformerReactivePowerHv>
    attribute of the resource
    reactivePowerLosses List<TransformerReactivePowerLoss>
    attribute of the resource
    reactivePowerLvs List<TransformerReactivePowerLv>
    attribute of the resource
    resistance TransformerResistance
    attribute of the resource
    safetyMarginForPower TransformerSafetyMarginForPower
    attribute of the resource
    standardType TransformerStandardType
    attribute of the resource
    switchStatusHvs List<TransformerSwitchStatusHv>
    attribute of the resource
    switchStatusLvs List<TransformerSwitchStatusLv>
    attribute of the resource
    tags List<TransformerTag>
    tags of the resource
    tapPos TransformerTapPos
    attribute of the resource
    timezone String
    timezone that overrides location-based timezone of the resource
    voltageHvs List<TransformerVoltageHv>
    attribute of the resource
    voltageLvs List<TransformerVoltageLv>
    attribute of the resource
    xnOhm TransformerXnOhm
    attribute of the resource
    activePowerHvs TransformerActivePowerHv[]
    attribute of the resource
    activePowerLosses TransformerActivePowerLoss[]
    attribute of the resource
    activePowerLvs TransformerActivePowerLv[]
    attribute of the resource
    capacitance TransformerCapacitance
    attribute of the resource
    conductance TransformerConductance
    attribute of the resource
    contingencies TransformerContingency[]
    attribute of the resource
    currentHvs TransformerCurrentHv[]
    attribute of the resource
    currentLvs TransformerCurrentLv[]
    attribute of the resource
    description string
    description of the resource
    geometry string
    geo position and shape of the resource
    kinds TransformerKind[]
    kind of the resource
    maximumAllowedCurrent TransformerMaximumAllowedCurrent
    attribute of the resource
    maximumAllowedPower TransformerMaximumAllowedPower
    attribute of the resource
    name string
    name of the resource
    reactance TransformerReactance
    attribute of the resource
    reactivePowerHvs TransformerReactivePowerHv[]
    attribute of the resource
    reactivePowerLosses TransformerReactivePowerLoss[]
    attribute of the resource
    reactivePowerLvs TransformerReactivePowerLv[]
    attribute of the resource
    resistance TransformerResistance
    attribute of the resource
    safetyMarginForPower TransformerSafetyMarginForPower
    attribute of the resource
    standardType TransformerStandardType
    attribute of the resource
    switchStatusHvs TransformerSwitchStatusHv[]
    attribute of the resource
    switchStatusLvs TransformerSwitchStatusLv[]
    attribute of the resource
    tags TransformerTag[]
    tags of the resource
    tapPos TransformerTapPos
    attribute of the resource
    timezone string
    timezone that overrides location-based timezone of the resource
    voltageHvs TransformerVoltageHv[]
    attribute of the resource
    voltageLvs TransformerVoltageLv[]
    attribute of the resource
    xnOhm TransformerXnOhm
    attribute of the resource
    active_power_hvs Sequence[TransformerActivePowerHvArgs]
    attribute of the resource
    active_power_losses Sequence[TransformerActivePowerLossArgs]
    attribute of the resource
    active_power_lvs Sequence[TransformerActivePowerLvArgs]
    attribute of the resource
    capacitance TransformerCapacitanceArgs
    attribute of the resource
    conductance TransformerConductanceArgs
    attribute of the resource
    contingencies Sequence[TransformerContingencyArgs]
    attribute of the resource
    current_hvs Sequence[TransformerCurrentHvArgs]
    attribute of the resource
    current_lvs Sequence[TransformerCurrentLvArgs]
    attribute of the resource
    description str
    description of the resource
    geometry str
    geo position and shape of the resource
    kinds Sequence[TransformerKindArgs]
    kind of the resource
    maximum_allowed_current TransformerMaximumAllowedCurrentArgs
    attribute of the resource
    maximum_allowed_power TransformerMaximumAllowedPowerArgs
    attribute of the resource
    name str
    name of the resource
    reactance TransformerReactanceArgs
    attribute of the resource
    reactive_power_hvs Sequence[TransformerReactivePowerHvArgs]
    attribute of the resource
    reactive_power_losses Sequence[TransformerReactivePowerLossArgs]
    attribute of the resource
    reactive_power_lvs Sequence[TransformerReactivePowerLvArgs]
    attribute of the resource
    resistance TransformerResistanceArgs
    attribute of the resource
    safety_margin_for_power TransformerSafetyMarginForPowerArgs
    attribute of the resource
    standard_type TransformerStandardTypeArgs
    attribute of the resource
    switch_status_hvs Sequence[TransformerSwitchStatusHvArgs]
    attribute of the resource
    switch_status_lvs Sequence[TransformerSwitchStatusLvArgs]
    attribute of the resource
    tags Sequence[TransformerTagArgs]
    tags of the resource
    tap_pos TransformerTapPosArgs
    attribute of the resource
    timezone str
    timezone that overrides location-based timezone of the resource
    voltage_hvs Sequence[TransformerVoltageHvArgs]
    attribute of the resource
    voltage_lvs Sequence[TransformerVoltageLvArgs]
    attribute of the resource
    xn_ohm TransformerXnOhmArgs
    attribute of the resource
    activePowerHvs List<Property Map>
    attribute of the resource
    activePowerLosses List<Property Map>
    attribute of the resource
    activePowerLvs List<Property Map>
    attribute of the resource
    capacitance Property Map
    attribute of the resource
    conductance Property Map
    attribute of the resource
    contingencies List<Property Map>
    attribute of the resource
    currentHvs List<Property Map>
    attribute of the resource
    currentLvs List<Property Map>
    attribute of the resource
    description String
    description of the resource
    geometry String
    geo position and shape of the resource
    kinds List<Property Map>
    kind of the resource
    maximumAllowedCurrent Property Map
    attribute of the resource
    maximumAllowedPower Property Map
    attribute of the resource
    name String
    name of the resource
    reactance Property Map
    attribute of the resource
    reactivePowerHvs List<Property Map>
    attribute of the resource
    reactivePowerLosses List<Property Map>
    attribute of the resource
    reactivePowerLvs List<Property Map>
    attribute of the resource
    resistance Property Map
    attribute of the resource
    safetyMarginForPower Property Map
    attribute of the resource
    standardType Property Map
    attribute of the resource
    switchStatusHvs List<Property Map>
    attribute of the resource
    switchStatusLvs List<Property Map>
    attribute of the resource
    tags List<Property Map>
    tags of the resource
    tapPos Property Map
    attribute of the resource
    timezone String
    timezone that overrides location-based timezone of the resource
    voltageHvs List<Property Map>
    attribute of the resource
    voltageLvs List<Property Map>
    attribute of the resource
    xnOhm Property Map
    attribute of the resource

    Supporting Types

    TransformerActivePowerHv, TransformerActivePowerHvArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    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

    TransformerActivePowerLoss, TransformerActivePowerLossArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    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

    TransformerActivePowerLv, TransformerActivePowerLvArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    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

    TransformerCapacitance, TransformerCapacitanceArgs

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

    TransformerConductance, TransformerConductanceArgs

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

    TransformerContingency, TransformerContingencyArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    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

    TransformerCurrentHv, TransformerCurrentHvArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    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

    TransformerCurrentLv, TransformerCurrentLvArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    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

    TransformerKind, TransformerKindArgs

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

    TransformerMaximumAllowedCurrent, TransformerMaximumAllowedCurrentArgs

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

    TransformerMaximumAllowedPower, TransformerMaximumAllowedPowerArgs

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

    TransformerReactance, TransformerReactanceArgs

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

    TransformerReactivePowerHv, TransformerReactivePowerHvArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    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

    TransformerReactivePowerLoss, TransformerReactivePowerLossArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    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

    TransformerReactivePowerLv, TransformerReactivePowerLvArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    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

    TransformerResistance, TransformerResistanceArgs

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

    TransformerSafetyMarginForPower, TransformerSafetyMarginForPowerArgs

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

    TransformerStandardType, TransformerStandardTypeArgs

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

    TransformerSwitchStatusHv, TransformerSwitchStatusHvArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    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

    TransformerSwitchStatusLv, TransformerSwitchStatusLvArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    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

    TransformerTag, TransformerTagArgs

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

    TransformerTapPos, TransformerTapPosArgs

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

    TransformerVoltageHv, TransformerVoltageHvArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    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

    TransformerVoltageLv, TransformerVoltageLvArgs

    Asset string
    reference to the asset to be linked to
    Id string
    id of the resource
    Name string
    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

    TransformerXnOhm, TransformerXnOhmArgs

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

    Import

    $ pulumi import splight:index/transformer:Transformer [options] splight_transformer.<name> <transformer_id>
    

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

    Package Details

    Repository
    splight splightplatform/pulumi-splight
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the splight Terraform Provider.
    splight logo
    splight v1.2.13 published on Friday, Feb 14, 2025 by splightplatform