-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVInterconnectType
Retrieve Interconnect Type resource(s).
Get-HPOVInterconnectType[ [-Name] <String>][ [-ApplianceConnection] <Object>] [<CommonParameters>]
Get-HPOVInterconnectType[ [-PartNumber] <String>][ [-ApplianceConnection] <Object>] [<CommonParameters>]
Retrieves a list of all Interconnect Types or just specific ones via a query if the name or partnumber parameters are provided.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | false |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Name <String>
The name of the interconnect type model name to retrieve.
Aliases | None |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-PartNumber <String>
The Part Number of an Interconnect Type to search for.
Aliases | None |
Required? | false |
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)
None. You cannot pipe objects to this cmdlet.
HPOneView.Networking.InterconnectType [System.Management.Automation.PSCustomObject]
Single Interconnect Type resource.
System.Collections.ArrayList <HPOneView.Networking.InterconnectType>
Multiple Interconnect Type resources or formatted table dispalying basic Interconnect Type information.
An Interconnect Type or collection of Interconnect Types.
-------------------------- EXAMPLE 1 --------------------------PS C:\> Get-HPOVInterconnectType
Returns all Interconnect Types available from all connected appliances to standard output.
-------------------------- EXAMPLE 2 --------------------------PS C:\> Get-HPOVInterconnect -name "HP VC FlexFabric 10Gb/24-Port Module"
Returns just the 'HP VC FlexFabric 10Gb/24-Port Module' Interconnect Type object to standard output.
-------------------------- EXAMPLE 3 --------------------------PS C:\> Get-HPOVInterconnect -name "571956-B21"
Returns just the partnumber '571956-B21' Interconnect Type object to standard output.
- [New-HPOVLogicalInterconnectGroup] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/New-HPOVLogicalInterconnectGroup)
- [Get-HPOVLogicalInterconnectGroup] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVLogicalInterconnectGroup)
### HPE OneView 2.00 Library
Retrieve Interconnect Type resource(s).
Get-HPOVInterconnectType [-Name] <String> [-ApplianceConnection] <Object>[ [-list] <SwitchParameter>] [<CommonParameters>]
Get-HPOVInterconnectType [-PartNumber] <String> [-ApplianceConnection] <Object>[ [-list] <SwitchParameter>] [<CommonParameters>]
Retrieves a list of all Interconnect Types or just specific ones via a query if the name or partnumber parameters are provided.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Name <String>
The name of the interconnect type model name to retrieve.
Aliases | None |
Required? | true |
Position? | 0 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-PartNumber <String>
The Part Number of an Interconnect Type to search for.
Aliases | None |
Required? | true |
Position? | 0 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-list <SwitchParameter>
Display Interconnect Types in a table list format, showing Name, Part Number and Minimum Firmwmare Required.
Aliases | None |
Required? | false |
Position? | named |
Default value | False |
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)
None. You cannot pipe objects to this Cmdlet.
HPOneView.Networking.InterconnectType [System.Management.Automation.PSCustomObject]
Single Interconnect Type resource.
System.Collections.ArrayList <HPOneView.Networking.InterconnectType>
Multiple Interconnect Type resources or formatted table dispalying basic Interconnect Type information.
An Interconnect Type or collection of Interconnect Types.
An Interconnect Type or collection of Interconnect Types.
-------------------------- EXAMPLE 1 --------------------------PS C:\> Get-HPOVInterconnectType
Returns all Interconnect Types available from all connected appliances to standard output.
-------------------------- EXAMPLE 2 --------------------------PS C:\> Get-HPOVInterconnect -name "HP VC FlexFabric 10Gb/24-Port Module"
Returns just the 'HP VC FlexFabric 10Gb/24-Port Module' Interconnect Type object to standard output.
-------------------------- EXAMPLE 3 --------------------------PS C:\> Get-HPOVInterconnect -name "571956-B21"
Returns just the partnumber '571956-B21' Interconnect Type object to standard output.
- [New-HPOVLogicalInterconnectGroup] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/New-HPOVLogicalInterconnectGroup)
- [Get-HPOVLogicalInterconnectGroup] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVLogicalInterconnectGroup)
### HPE OneView 1.20 Library
Retrieve Interconnect Type resource(s).
Get-HPOVInterconnectType[ [-name] <name>][ [-list] <list>] [<CommonParameters>]
Get-HPOVInterconnectType [-partNumber] <partNumber>[ [-list] <list>] [<CommonParameters>]
Retrieves a list of all Interconnect Types or just specific ones via a query if the name or partnumber parameters are provided.
-name <name>
The name of the interconnect type model name to retrieve.
Aliases | None. |
Required? | false |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-partNumber <partNumber>
The Part Number of an Interconnect Type to search for.
Aliases | None. |
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-list <list>
Display Interconnect Types in a table list format, showing Name, Part Number and Minimum Firmwmare Required.
Aliases | None. |
Required? | false |
Position? | named |
Default value | False |
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)
None. You cannot pipe objects to this cmdlet.
System.Management.Automation.PSCustomObject
Single Interconnect Type resource.
System.Array
Multiple Interconnect Type resources or formatted table dispalying basic Interconnect Type information.
An Interconnect Type or collection of Interconnect Types.
An Interconnect Type or collection of Interconnect Types.
-------------------------- EXAMPLE 1 --------------------------PS C:\> Get-HPOVInterconnectType
Returns all Interconnect Types available by the appliance to standard output.
-------------------------- EXAMPLE 2 --------------------------PS C:\> Get-HPOVInterconnect -name "HP VC FlexFabric 10Gb/24-Port Module"
Returns just the 'HP VC FlexFabric 10Gb/24-Port Module' Interconnect Type object to standard output.
-------------------------- EXAMPLE 3 --------------------------PS C:\> Get-HPOVInterconnect -name "571956-B21"
Returns just the partnumber '571956-B21' Interconnect Type object to standard output.
- [New-HPOVLogicalInterconnectGroup] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/New-HPOVLogicalInterconnectGroup)
- [Get-HPOVLogicalInterconnectGroup] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVLogicalInterconnectGroup)