API Reference
Command
New-BGInfoTopologyEdge
Creates a BGInfo topology edge definition.
Remarks
Creates a BGInfo topology edge definition.
Examples
EXAMPLE 1
New-BGInfoTopologyEdge -Color 'Value'
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-BGInfoTopologyEdge [-Color <String>] [-Direction <Forward|Backward|Bidirectional>] [-Id <String>] [-Kind <Generic>] [-Label <String>] [-Muted] [-Routing <Straight|Curved|Orthogonal|ObstacleAvoidingOrthogonal>] -SourceNodeId <String> [-Status <Healthy|Warning|Critical|Unknown|Disabled>] -TargetNodeId <String> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Color String
- Optional edge color as CSS hex.
- Direction VisualLinkDirection
- Direction marker behavior.
- Possible values:
Forward,Backward,Bidirectional - Id String
- Stable edge identifier. When omitted, one is derived from source and target ids.
- Kind TopologyEdgeKind
- Relationship kind.
- Possible values:
Generic,Link,Replication,Connectivity,Dependency,Trust,Mapping,AuthenticationPath,CertificateChain,DataFlow,Ownership,Membership - Label String
- Primary edge label.
- Muted SwitchParameter
- Render the edge as a quiet structural relationship.
- Routing TopologyEdgeRouting
- Edge routing mode.
- Possible values:
Straight,Curved,Orthogonal,ObstacleAvoidingOrthogonal - SourceNodeId String
- Source node identifier.
- Status TopologyHealthStatus
- Relationship health or state.
- Possible values:
Healthy,Warning,Critical,Unknown,Disabled - TargetNodeId String
- Target node identifier.
Outputs
ChartForgeX.Topology.TopologyEdge