Get-OVUplinkSet
Syntax
Get-OVUplinkSet
[-Name] <String>
[-LogicalInterconnect] <Object>
[-Report]
[-ApplianceConnection] <Object>
[-ExportFile] <String>
[<CommonParameters>]
Get-OVUplinkSet
[-LogicalInterconnect] <Object>
[-Type] <String>
[-Report]
[-ApplianceConnection] <Object>
[-ExportFile] <String>
[<CommonParameters>]
Description
This Cmdlet will retrieve the list of all Uplink Sets or specific by the name. The Cmdlet will only display provisioned Uplink Sets that are members of a Logical Interconnect resource. To view Uplink Sets of a Logical Interconnect Group, use the Get-OVLogicalInterconnectGroup Cmdlet.
Examples
Example 1
Get list of all Uplink Sets.
Example 2
Get the "Production Networks" Uplink Set(s).
Example 3
Get the "Production Networks" Uplink Set(s), and generate a report.
Example 4
Get the "Production Networks" Uplink Set that is associated with "Encl1-LI" Logical Interconnect and generate a report.
Parameters
-Name <String>
Name of Uplink Set
| Aliases | None |
|---|---|
| Required? | True |
| Position? | Named |
| Default value | |
| Accept pipeline input? | false |
| Accept wildcard characters? | False |
-LogicalInterconnect <Object>
Name of the Logical Interconnect to show associated Uplink Set.
| Aliases | liname |
|---|---|
| Required? | True |
| Position? | Named |
| Default value | |
| Accept pipeline input? | true (ByValue) |
| Accept wildcard characters? | False |
-type <String>
Specify the Uplink Set Type to display. Will display all Uplink Sets of the type provided. Allowed values:
- Ethernet
- FibreChannel
| Aliases | None |
|---|---|
| Required? | True |
| Position? | Named |
| Default value | |
| Accept pipeline input? | false |
| Accept wildcard characters? | False |
-report <SwitchParameter>
Generate a report of the defined Uplink Sets. Includes Uplink Set type, networks, redundancy report, and assigned uplink ports.
| Aliases | None |
|---|---|
| Required? | False |
| Position? | Named |
| Default value | False |
| Accept pipeline input? | false |
| Accept wildcard characters? | False |
-ApplianceConnection <Object>
Specify one or more [HPEOneView.Appliance.Connection] object(s) or Name property value(s). If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.
| Aliases | Appliance |
|---|---|
| Required? | True |
| Position? | Named |
| Default value | (${Global:ConnectedSessions} | ? Default) |
| Accept pipeline input? | false |
| Accept wildcard characters? | False |
-exportFile <String>
Export the found Uplink Set resource objects to JSON files in the specified directory.
| Aliases | x, export |
|---|---|
| Required? | True |
| Position? | Named |
| Default value | |
| Accept pipeline input? | false |
| Accept wildcard characters? | False |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)
Input Types
None. You cannot pipe objects to this Cmdlet.
Return Values
Single Uplink Set
Multiple Uplink Sets