-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVSwitchType
Retrieve Switch Type resource(s).
Get-HPOVSwitchType [-Name] <String> [-ApplianceConnection] <Object> [<CommonParameters>]
Get-HPOVSwitchType [-PartNumber] <String> [-ApplianceConnection] <Object> [<CommonParameters>]
Retrieves a list of all supported Switch Types or just specific ones via a query if the name or partnumber parameters are provided. Curently, supported switch types are: * Cisco Nexus 50xx N5K-C50XX * Cisco Nexus 55xx N5K-C55XX * Cisco Nexus 56xx N5K-C56XX * Cisco Nexus 600x N6K-C600X
-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 switch type model name to retrieve.
Aliases | None |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-PartNumber <String>
The Part Number of an switch type to search for.
Aliases | None |
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)
None. You cannot pipe objects to this cmdlet.
HPOneView.Networking.SwitchType [System.Management.Automation.PSCustomObject]
Single Switch Type resource.
System.Collections.ArrayList <HPOneView.Networking.SwitchType>
Multiple Switch Type resources.
A Switch Type or collection of Switch Types.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVSwitchType
Returns all Switch Types available from all connected appliances to standard output.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVInterconnect -Name "Cisco Nexus 55xx"
Returns just the "Cisco Nexus 55xx" Switch Type object to standard output.
-------------------------- EXAMPLE 3 --------------------------Get-HPOVInterconnect -Name "N5K-C55XX"
Returns just the partnumber "N5K-C55XX" Switch Type object to standard output.
Retrieve Switch Type resource(s).
Get-HPOVSwitchType [-Name] <String> [-ApplianceConnection] <Object> [<CommonParameters>]
Get-HPOVSwitchType [-PartNumber] <String> [-ApplianceConnection] <Object> [<CommonParameters>]
Retrieves a list of all supported Switch Types or just specific ones via a query if the name or partnumber parameters are provided. Curently, supported switch types are: * Cisco Nexus 50xx N5K-C50XX * Cisco Nexus 55xx N5K-C55XX * Cisco Nexus 56xx N5K-C56XX * Cisco Nexus 600x N6K-C600X
-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 switch type model name to retrieve.
Aliases | None |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-PartNumber <String>
The Part Number of an switch type to search for.
Aliases | None |
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)
None. You cannot pipe objects to this cmdlet.
HPOneView.Networking.SwitchType [System.Management.Automation.PSCustomObject]
Single Switch Type resource.
System.Collections.ArrayList <HPOneView.Networking.SwitchType>
Multiple Switch Type resources.
A Switch Type or collection of Switch Types.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVSwitchType
Returns all Switch Types available from all connected appliances to standard output.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVInterconnect -Name "Cisco Nexus 55xx"
Returns just the 'Cisco Nexus 55xx' Switch Type object to standard output.
-------------------------- EXAMPLE 3 --------------------------Get-HPOVInterconnect -Name "N5K-C55XX"
Returns just the partnumber 'N5K-C55XX' Switch Type object to standard output.