splight.Transformer
Explore with Pulumi AI
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. Transformer Capacitance - attribute of the resource
- Conductance
Splight.
Splight. Inputs. Transformer Conductance - attribute of the resource
- Description string
- description of the resource
- Geometry string
- geo position and shape of the resource
- Maximum
Allowed Splight.Current Splight. Inputs. Transformer Maximum Allowed Current - attribute of the resource
- Maximum
Allowed Splight.Power Splight. Inputs. Transformer Maximum Allowed Power - attribute of the resource
- Name string
- name of the resource
- Reactance
Splight.
Splight. Inputs. Transformer Reactance - attribute of the resource
- Resistance
Splight.
Splight. Inputs. Transformer Resistance - attribute of the resource
- Safety
Margin Splight.For Power Splight. Inputs. Transformer Safety Margin For Power - attribute of the resource
- Standard
Type Splight.Splight. Inputs. Transformer Standard Type - attribute of the resource
- List<Splight.
Splight. Inputs. Transformer Tag> - tags of the resource
- Tap
Pos Splight.Splight. Inputs. Transformer Tap Pos - attribute of the resource
- Timezone string
- timezone that overrides location-based timezone of the resource
- Xn
Ohm Splight.Splight. Inputs. Transformer Xn Ohm - attribute of the resource
- Capacitance
Transformer
Capacitance Args - attribute of the resource
- Conductance
Transformer
Conductance Args - attribute of the resource
- Description string
- description of the resource
- Geometry string
- geo position and shape of the resource
- Maximum
Allowed TransformerCurrent Maximum Allowed Current Args - attribute of the resource
- Maximum
Allowed TransformerPower Maximum Allowed Power Args - attribute of the resource
- Name string
- name of the resource
- Reactance
Transformer
Reactance Args - attribute of the resource
- Resistance
Transformer
Resistance Args - attribute of the resource
- Safety
Margin TransformerFor Power Safety Margin For Power Args - attribute of the resource
- Standard
Type TransformerStandard Type Args - attribute of the resource
- []Transformer
Tag Args - tags of the resource
- Tap
Pos TransformerTap Pos Args - attribute of the resource
- Timezone string
- timezone that overrides location-based timezone of the resource
- Xn
Ohm TransformerXn Ohm Args - attribute of the resource
- capacitance
Transformer
Capacitance - attribute of the resource
- conductance
Transformer
Conductance - attribute of the resource
- description String
- description of the resource
- geometry String
- geo position and shape of the resource
- maximum
Allowed TransformerCurrent Maximum Allowed Current - attribute of the resource
- maximum
Allowed TransformerPower Maximum Allowed Power - attribute of the resource
- name String
- name of the resource
- reactance
Transformer
Reactance - attribute of the resource
- resistance
Transformer
Resistance - attribute of the resource
- safety
Margin TransformerFor Power Safety Margin For Power - attribute of the resource
- standard
Type TransformerStandard Type - attribute of the resource
- List<Transformer
Tag> - tags of the resource
- tap
Pos TransformerTap Pos - attribute of the resource
- timezone String
- timezone that overrides location-based timezone of the resource
- xn
Ohm TransformerXn Ohm - attribute of the resource
- capacitance
Transformer
Capacitance - attribute of the resource
- conductance
Transformer
Conductance - attribute of the resource
- description string
- description of the resource
- geometry string
- geo position and shape of the resource
- maximum
Allowed TransformerCurrent Maximum Allowed Current - attribute of the resource
- maximum
Allowed TransformerPower Maximum Allowed Power - attribute of the resource
- name string
- name of the resource
- reactance
Transformer
Reactance - attribute of the resource
- resistance
Transformer
Resistance - attribute of the resource
- safety
Margin TransformerFor Power Safety Margin For Power - attribute of the resource
- standard
Type TransformerStandard Type - attribute of the resource
- Transformer
Tag[] - tags of the resource
- tap
Pos TransformerTap Pos - attribute of the resource
- timezone string
- timezone that overrides location-based timezone of the resource
- xn
Ohm TransformerXn Ohm - attribute of the resource
- capacitance
Transformer
Capacitance Args - attribute of the resource
- conductance
Transformer
Conductance Args - attribute of the resource
- description str
- description of the resource
- geometry str
- geo position and shape of the resource
- maximum_
allowed_ Transformercurrent Maximum Allowed Current Args - attribute of the resource
- maximum_
allowed_ Transformerpower Maximum Allowed Power Args - attribute of the resource
- name str
- name of the resource
- reactance
Transformer
Reactance Args - attribute of the resource
- resistance
Transformer
Resistance Args - attribute of the resource
- safety_
margin_ Transformerfor_ power Safety Margin For Power Args - attribute of the resource
- standard_
type TransformerStandard Type Args - attribute of the resource
- Sequence[Transformer
Tag Args] - tags of the resource
- tap_
pos TransformerTap Pos Args - attribute of the resource
- timezone str
- timezone that overrides location-based timezone of the resource
- xn_
ohm TransformerXn Ohm Args - 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
- maximum
Allowed Property MapCurrent - attribute of the resource
- maximum
Allowed Property MapPower - attribute of the resource
- name String
- name of the resource
- reactance Property Map
- attribute of the resource
- resistance Property Map
- attribute of the resource
- safety
Margin Property MapFor Power - attribute of the resource
- standard
Type Property Map - attribute of the resource
- List<Property Map>
- tags of the resource
- tap
Pos Property Map - attribute of the resource
- timezone String
- timezone that overrides location-based timezone of the resource
- xn
Ohm 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:
- Active
Power List<Splight.Hvs Splight. Outputs. Transformer Active Power Hv> - attribute of the resource
- Active
Power List<Splight.Losses Splight. Outputs. Transformer Active Power Loss> - attribute of the resource
- Active
Power List<Splight.Lvs Splight. Outputs. Transformer Active Power Lv> - attribute of the resource
- Contingencies
List<Splight.
Splight. Outputs. Transformer Contingency> - attribute of the resource
- Current
Hvs List<Splight.Splight. Outputs. Transformer Current Hv> - attribute of the resource
- Current
Lvs List<Splight.Splight. Outputs. Transformer Current Lv> - attribute of the resource
- Id string
- The provider-assigned unique ID for this managed resource.
- Kinds
List<Splight.
Splight. Outputs. Transformer Kind> - kind of the resource
- Reactive
Power List<Splight.Hvs Splight. Outputs. Transformer Reactive Power Hv> - attribute of the resource
- Reactive
Power List<Splight.Losses Splight. Outputs. Transformer Reactive Power Loss> - attribute of the resource
- Reactive
Power List<Splight.Lvs Splight. Outputs. Transformer Reactive Power Lv> - attribute of the resource
- Switch
Status List<Splight.Hvs Splight. Outputs. Transformer Switch Status Hv> - attribute of the resource
- Switch
Status List<Splight.Lvs Splight. Outputs. Transformer Switch Status Lv> - attribute of the resource
- Voltage
Hvs List<Splight.Splight. Outputs. Transformer Voltage Hv> - attribute of the resource
- Voltage
Lvs List<Splight.Splight. Outputs. Transformer Voltage Lv> - attribute of the resource
- Active
Power []TransformerHvs Active Power Hv - attribute of the resource
- Active
Power []TransformerLosses Active Power Loss - attribute of the resource
- Active
Power []TransformerLvs Active Power Lv - attribute of the resource
- Contingencies
[]Transformer
Contingency - attribute of the resource
- Current
Hvs []TransformerCurrent Hv - attribute of the resource
- Current
Lvs []TransformerCurrent Lv - attribute of the resource
- Id string
- The provider-assigned unique ID for this managed resource.
- Kinds
[]Transformer
Kind - kind of the resource
- Reactive
Power []TransformerHvs Reactive Power Hv - attribute of the resource
- Reactive
Power []TransformerLosses Reactive Power Loss - attribute of the resource
- Reactive
Power []TransformerLvs Reactive Power Lv - attribute of the resource
- Switch
Status []TransformerHvs Switch Status Hv - attribute of the resource
- Switch
Status []TransformerLvs Switch Status Lv - attribute of the resource
- Voltage
Hvs []TransformerVoltage Hv - attribute of the resource
- Voltage
Lvs []TransformerVoltage Lv - attribute of the resource
- active
Power List<TransformerHvs Active Power Hv> - attribute of the resource
- active
Power List<TransformerLosses Active Power Loss> - attribute of the resource
- active
Power List<TransformerLvs Active Power Lv> - attribute of the resource
- contingencies
List<Transformer
Contingency> - attribute of the resource
- current
Hvs List<TransformerCurrent Hv> - attribute of the resource
- current
Lvs List<TransformerCurrent Lv> - attribute of the resource
- id String
- The provider-assigned unique ID for this managed resource.
- kinds
List<Transformer
Kind> - kind of the resource
- reactive
Power List<TransformerHvs Reactive Power Hv> - attribute of the resource
- reactive
Power List<TransformerLosses Reactive Power Loss> - attribute of the resource
- reactive
Power List<TransformerLvs Reactive Power Lv> - attribute of the resource
- switch
Status List<TransformerHvs Switch Status Hv> - attribute of the resource
- switch
Status List<TransformerLvs Switch Status Lv> - attribute of the resource
- voltage
Hvs List<TransformerVoltage Hv> - attribute of the resource
- voltage
Lvs List<TransformerVoltage Lv> - attribute of the resource
- active
Power TransformerHvs Active Power Hv[] - attribute of the resource
- active
Power TransformerLosses Active Power Loss[] - attribute of the resource
- active
Power TransformerLvs Active Power Lv[] - attribute of the resource
- contingencies
Transformer
Contingency[] - attribute of the resource
- current
Hvs TransformerCurrent Hv[] - attribute of the resource
- current
Lvs TransformerCurrent Lv[] - attribute of the resource
- id string
- The provider-assigned unique ID for this managed resource.
- kinds
Transformer
Kind[] - kind of the resource
- reactive
Power TransformerHvs Reactive Power Hv[] - attribute of the resource
- reactive
Power TransformerLosses Reactive Power Loss[] - attribute of the resource
- reactive
Power TransformerLvs Reactive Power Lv[] - attribute of the resource
- switch
Status TransformerHvs Switch Status Hv[] - attribute of the resource
- switch
Status TransformerLvs Switch Status Lv[] - attribute of the resource
- voltage
Hvs TransformerVoltage Hv[] - attribute of the resource
- voltage
Lvs TransformerVoltage Lv[] - attribute of the resource
- active_
power_ Sequence[Transformerhvs Active Power Hv] - attribute of the resource
- active_
power_ Sequence[Transformerlosses Active Power Loss] - attribute of the resource
- active_
power_ Sequence[Transformerlvs Active Power Lv] - attribute of the resource
- contingencies
Sequence[Transformer
Contingency] - attribute of the resource
- current_
hvs Sequence[TransformerCurrent Hv] - attribute of the resource
- current_
lvs Sequence[TransformerCurrent Lv] - attribute of the resource
- id str
- The provider-assigned unique ID for this managed resource.
- kinds
Sequence[Transformer
Kind] - kind of the resource
- reactive_
power_ Sequence[Transformerhvs Reactive Power Hv] - attribute of the resource
- reactive_
power_ Sequence[Transformerlosses Reactive Power Loss] - attribute of the resource
- reactive_
power_ Sequence[Transformerlvs Reactive Power Lv] - attribute of the resource
- switch_
status_ Sequence[Transformerhvs Switch Status Hv] - attribute of the resource
- switch_
status_ Sequence[Transformerlvs Switch Status Lv] - attribute of the resource
- voltage_
hvs Sequence[TransformerVoltage Hv] - attribute of the resource
- voltage_
lvs Sequence[TransformerVoltage Lv] - attribute of the resource
- active
Power List<Property Map>Hvs - attribute of the resource
- active
Power List<Property Map>Losses - attribute of the resource
- active
Power List<Property Map>Lvs - attribute of the resource
- contingencies List<Property Map>
- attribute of the resource
- current
Hvs List<Property Map> - attribute of the resource
- current
Lvs 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
- reactive
Power List<Property Map>Hvs - attribute of the resource
- reactive
Power List<Property Map>Losses - attribute of the resource
- reactive
Power List<Property Map>Lvs - attribute of the resource
- switch
Status List<Property Map>Hvs - attribute of the resource
- switch
Status List<Property Map>Lvs - attribute of the resource
- voltage
Hvs List<Property Map> - attribute of the resource
- voltage
Lvs 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.
- Active
Power List<Splight.Hvs Splight. Inputs. Transformer Active Power Hv> - attribute of the resource
- Active
Power List<Splight.Losses Splight. Inputs. Transformer Active Power Loss> - attribute of the resource
- Active
Power List<Splight.Lvs Splight. Inputs. Transformer Active Power Lv> - attribute of the resource
- Capacitance
Splight.
Splight. Inputs. Transformer Capacitance - attribute of the resource
- Conductance
Splight.
Splight. Inputs. Transformer Conductance - attribute of the resource
- Contingencies
List<Splight.
Splight. Inputs. Transformer Contingency> - attribute of the resource
- Current
Hvs List<Splight.Splight. Inputs. Transformer Current Hv> - attribute of the resource
- Current
Lvs List<Splight.Splight. Inputs. Transformer Current Lv> - attribute of the resource
- Description string
- description of the resource
- Geometry string
- geo position and shape of the resource
- Kinds
List<Splight.
Splight. Inputs. Transformer Kind> - kind of the resource
- Maximum
Allowed Splight.Current Splight. Inputs. Transformer Maximum Allowed Current - attribute of the resource
- Maximum
Allowed Splight.Power Splight. Inputs. Transformer Maximum Allowed Power - attribute of the resource
- Name string
- name of the resource
- Reactance
Splight.
Splight. Inputs. Transformer Reactance - attribute of the resource
- Reactive
Power List<Splight.Hvs Splight. Inputs. Transformer Reactive Power Hv> - attribute of the resource
- Reactive
Power List<Splight.Losses Splight. Inputs. Transformer Reactive Power Loss> - attribute of the resource
- Reactive
Power List<Splight.Lvs Splight. Inputs. Transformer Reactive Power Lv> - attribute of the resource
- Resistance
Splight.
Splight. Inputs. Transformer Resistance - attribute of the resource
- Safety
Margin Splight.For Power Splight. Inputs. Transformer Safety Margin For Power - attribute of the resource
- Standard
Type Splight.Splight. Inputs. Transformer Standard Type - attribute of the resource
- Switch
Status List<Splight.Hvs Splight. Inputs. Transformer Switch Status Hv> - attribute of the resource
- Switch
Status List<Splight.Lvs Splight. Inputs. Transformer Switch Status Lv> - attribute of the resource
- List<Splight.
Splight. Inputs. Transformer Tag> - tags of the resource
- Tap
Pos Splight.Splight. Inputs. Transformer Tap Pos - attribute of the resource
- Timezone string
- timezone that overrides location-based timezone of the resource
- Voltage
Hvs List<Splight.Splight. Inputs. Transformer Voltage Hv> - attribute of the resource
- Voltage
Lvs List<Splight.Splight. Inputs. Transformer Voltage Lv> - attribute of the resource
- Xn
Ohm Splight.Splight. Inputs. Transformer Xn Ohm - attribute of the resource
- Active
Power []TransformerHvs Active Power Hv Args - attribute of the resource
- Active
Power []TransformerLosses Active Power Loss Args - attribute of the resource
- Active
Power []TransformerLvs Active Power Lv Args - attribute of the resource
- Capacitance
Transformer
Capacitance Args - attribute of the resource
- Conductance
Transformer
Conductance Args - attribute of the resource
- Contingencies
[]Transformer
Contingency Args - attribute of the resource
- Current
Hvs []TransformerCurrent Hv Args - attribute of the resource
- Current
Lvs []TransformerCurrent Lv Args - attribute of the resource
- Description string
- description of the resource
- Geometry string
- geo position and shape of the resource
- Kinds
[]Transformer
Kind Args - kind of the resource
- Maximum
Allowed TransformerCurrent Maximum Allowed Current Args - attribute of the resource
- Maximum
Allowed TransformerPower Maximum Allowed Power Args - attribute of the resource
- Name string
- name of the resource
- Reactance
Transformer
Reactance Args - attribute of the resource
- Reactive
Power []TransformerHvs Reactive Power Hv Args - attribute of the resource
- Reactive
Power []TransformerLosses Reactive Power Loss Args - attribute of the resource
- Reactive
Power []TransformerLvs Reactive Power Lv Args - attribute of the resource
- Resistance
Transformer
Resistance Args - attribute of the resource
- Safety
Margin TransformerFor Power Safety Margin For Power Args - attribute of the resource
- Standard
Type TransformerStandard Type Args - attribute of the resource
- Switch
Status []TransformerHvs Switch Status Hv Args - attribute of the resource
- Switch
Status []TransformerLvs Switch Status Lv Args - attribute of the resource
- []Transformer
Tag Args - tags of the resource
- Tap
Pos TransformerTap Pos Args - attribute of the resource
- Timezone string
- timezone that overrides location-based timezone of the resource
- Voltage
Hvs []TransformerVoltage Hv Args - attribute of the resource
- Voltage
Lvs []TransformerVoltage Lv Args - attribute of the resource
- Xn
Ohm TransformerXn Ohm Args - attribute of the resource
- active
Power List<TransformerHvs Active Power Hv> - attribute of the resource
- active
Power List<TransformerLosses Active Power Loss> - attribute of the resource
- active
Power List<TransformerLvs Active Power Lv> - attribute of the resource
- capacitance
Transformer
Capacitance - attribute of the resource
- conductance
Transformer
Conductance - attribute of the resource
- contingencies
List<Transformer
Contingency> - attribute of the resource
- current
Hvs List<TransformerCurrent Hv> - attribute of the resource
- current
Lvs List<TransformerCurrent Lv> - attribute of the resource
- description String
- description of the resource
- geometry String
- geo position and shape of the resource
- kinds
List<Transformer
Kind> - kind of the resource
- maximum
Allowed TransformerCurrent Maximum Allowed Current - attribute of the resource
- maximum
Allowed TransformerPower Maximum Allowed Power - attribute of the resource
- name String
- name of the resource
- reactance
Transformer
Reactance - attribute of the resource
- reactive
Power List<TransformerHvs Reactive Power Hv> - attribute of the resource
- reactive
Power List<TransformerLosses Reactive Power Loss> - attribute of the resource
- reactive
Power List<TransformerLvs Reactive Power Lv> - attribute of the resource
- resistance
Transformer
Resistance - attribute of the resource
- safety
Margin TransformerFor Power Safety Margin For Power - attribute of the resource
- standard
Type TransformerStandard Type - attribute of the resource
- switch
Status List<TransformerHvs Switch Status Hv> - attribute of the resource
- switch
Status List<TransformerLvs Switch Status Lv> - attribute of the resource
- List<Transformer
Tag> - tags of the resource
- tap
Pos TransformerTap Pos - attribute of the resource
- timezone String
- timezone that overrides location-based timezone of the resource
- voltage
Hvs List<TransformerVoltage Hv> - attribute of the resource
- voltage
Lvs List<TransformerVoltage Lv> - attribute of the resource
- xn
Ohm TransformerXn Ohm - attribute of the resource
- active
Power TransformerHvs Active Power Hv[] - attribute of the resource
- active
Power TransformerLosses Active Power Loss[] - attribute of the resource
- active
Power TransformerLvs Active Power Lv[] - attribute of the resource
- capacitance
Transformer
Capacitance - attribute of the resource
- conductance
Transformer
Conductance - attribute of the resource
- contingencies
Transformer
Contingency[] - attribute of the resource
- current
Hvs TransformerCurrent Hv[] - attribute of the resource
- current
Lvs TransformerCurrent Lv[] - attribute of the resource
- description string
- description of the resource
- geometry string
- geo position and shape of the resource
- kinds
Transformer
Kind[] - kind of the resource
- maximum
Allowed TransformerCurrent Maximum Allowed Current - attribute of the resource
- maximum
Allowed TransformerPower Maximum Allowed Power - attribute of the resource
- name string
- name of the resource
- reactance
Transformer
Reactance - attribute of the resource
- reactive
Power TransformerHvs Reactive Power Hv[] - attribute of the resource
- reactive
Power TransformerLosses Reactive Power Loss[] - attribute of the resource
- reactive
Power TransformerLvs Reactive Power Lv[] - attribute of the resource
- resistance
Transformer
Resistance - attribute of the resource
- safety
Margin TransformerFor Power Safety Margin For Power - attribute of the resource
- standard
Type TransformerStandard Type - attribute of the resource
- switch
Status TransformerHvs Switch Status Hv[] - attribute of the resource
- switch
Status TransformerLvs Switch Status Lv[] - attribute of the resource
- Transformer
Tag[] - tags of the resource
- tap
Pos TransformerTap Pos - attribute of the resource
- timezone string
- timezone that overrides location-based timezone of the resource
- voltage
Hvs TransformerVoltage Hv[] - attribute of the resource
- voltage
Lvs TransformerVoltage Lv[] - attribute of the resource
- xn
Ohm TransformerXn Ohm - attribute of the resource
- active_
power_ Sequence[Transformerhvs Active Power Hv Args] - attribute of the resource
- active_
power_ Sequence[Transformerlosses Active Power Loss Args] - attribute of the resource
- active_
power_ Sequence[Transformerlvs Active Power Lv Args] - attribute of the resource
- capacitance
Transformer
Capacitance Args - attribute of the resource
- conductance
Transformer
Conductance Args - attribute of the resource
- contingencies
Sequence[Transformer
Contingency Args] - attribute of the resource
- current_
hvs Sequence[TransformerCurrent Hv Args] - attribute of the resource
- current_
lvs Sequence[TransformerCurrent Lv Args] - attribute of the resource
- description str
- description of the resource
- geometry str
- geo position and shape of the resource
- kinds
Sequence[Transformer
Kind Args] - kind of the resource
- maximum_
allowed_ Transformercurrent Maximum Allowed Current Args - attribute of the resource
- maximum_
allowed_ Transformerpower Maximum Allowed Power Args - attribute of the resource
- name str
- name of the resource
- reactance
Transformer
Reactance Args - attribute of the resource
- reactive_
power_ Sequence[Transformerhvs Reactive Power Hv Args] - attribute of the resource
- reactive_
power_ Sequence[Transformerlosses Reactive Power Loss Args] - attribute of the resource
- reactive_
power_ Sequence[Transformerlvs Reactive Power Lv Args] - attribute of the resource
- resistance
Transformer
Resistance Args - attribute of the resource
- safety_
margin_ Transformerfor_ power Safety Margin For Power Args - attribute of the resource
- standard_
type TransformerStandard Type Args - attribute of the resource
- switch_
status_ Sequence[Transformerhvs Switch Status Hv Args] - attribute of the resource
- switch_
status_ Sequence[Transformerlvs Switch Status Lv Args] - attribute of the resource
- Sequence[Transformer
Tag Args] - tags of the resource
- tap_
pos TransformerTap Pos Args - attribute of the resource
- timezone str
- timezone that overrides location-based timezone of the resource
- voltage_
hvs Sequence[TransformerVoltage Hv Args] - attribute of the resource
- voltage_
lvs Sequence[TransformerVoltage Lv Args] - attribute of the resource
- xn_
ohm TransformerXn Ohm Args - attribute of the resource
- active
Power List<Property Map>Hvs - attribute of the resource
- active
Power List<Property Map>Losses - attribute of the resource
- active
Power List<Property Map>Lvs - 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
- current
Hvs List<Property Map> - attribute of the resource
- current
Lvs 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
- maximum
Allowed Property MapCurrent - attribute of the resource
- maximum
Allowed Property MapPower - attribute of the resource
- name String
- name of the resource
- reactance Property Map
- attribute of the resource
- reactive
Power List<Property Map>Hvs - attribute of the resource
- reactive
Power List<Property Map>Losses - attribute of the resource
- reactive
Power List<Property Map>Lvs - attribute of the resource
- resistance Property Map
- attribute of the resource
- safety
Margin Property MapFor Power - attribute of the resource
- standard
Type Property Map - attribute of the resource
- switch
Status List<Property Map>Hvs - attribute of the resource
- switch
Status List<Property Map>Lvs - attribute of the resource
- List<Property Map>
- tags of the resource
- tap
Pos Property Map - attribute of the resource
- timezone String
- timezone that overrides location-based timezone of the resource
- voltage
Hvs List<Property Map> - attribute of the resource
- voltage
Lvs List<Property Map> - attribute of the resource
- xn
Ohm Property Map - attribute of the resource
Supporting Types
TransformerActivePowerHv, TransformerActivePowerHvArgs
TransformerActivePowerLoss, TransformerActivePowerLossArgs
TransformerActivePowerLv, TransformerActivePowerLvArgs
TransformerCapacitance, TransformerCapacitanceArgs
TransformerConductance, TransformerConductanceArgs
TransformerContingency, TransformerContingencyArgs
TransformerCurrentHv, TransformerCurrentHvArgs
TransformerCurrentLv, TransformerCurrentLvArgs
TransformerKind, TransformerKindArgs
TransformerMaximumAllowedCurrent, TransformerMaximumAllowedCurrentArgs
TransformerMaximumAllowedPower, TransformerMaximumAllowedPowerArgs
TransformerReactance, TransformerReactanceArgs
TransformerReactivePowerHv, TransformerReactivePowerHvArgs
TransformerReactivePowerLoss, TransformerReactivePowerLossArgs
TransformerReactivePowerLv, TransformerReactivePowerLvArgs
TransformerResistance, TransformerResistanceArgs
TransformerSafetyMarginForPower, TransformerSafetyMarginForPowerArgs
TransformerStandardType, TransformerStandardTypeArgs
TransformerSwitchStatusHv, TransformerSwitchStatusHvArgs
TransformerSwitchStatusLv, TransformerSwitchStatusLvArgs
TransformerTag, TransformerTagArgs
TransformerTapPos, TransformerTapPosArgs
TransformerVoltageHv, TransformerVoltageHvArgs
TransformerVoltageLv, TransformerVoltageLvArgs
TransformerXnOhm, TransformerXnOhmArgs
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.