Get HPOVSasInterconnectType - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVSasInterconnectType

Retrieve SAS Interconnect Type resource(s).

SYNTAX

Get-HPOVSasInterconnectType [-Name] <String> [-ApplianceConnection] <Object> [<CommonParameters>]
Get-HPOVSasInterconnectType [-PartNumber] <String> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

Retrieves a list of all Interconnect Types or just specific ones via a query if the name or partnumber parameters are provided.

Parameters

-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? 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? 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

HPOneView.Networking.SasInterconnectType [System.Management.Automation.PSCustomObject]

Single SAS Interconnect Type resource

System.Collections.ArrayList <HPOneView.Networking.SasInterconnectType>

Multiple SAS Interconnect Type resources or formatted table dispalying basic Interconnect Type information

A SAS Interconnect Type or collection of SAS Interconnect Types.

Examples

 -------------------------- EXAMPLE 1 --------------------------

Get-HPOVSasInterconnectType

Returns all SAS Interconnect Types available from all connected appliances to standard output.

 -------------------------- EXAMPLE 2 --------------------------

Get-HPOVSasInterconnectType -name "Synergy 12Gb SAS Connection Module"

Returns just the "Synergy 12Gb SAS Connection Module" SAS Interconnect Type object to standard output.

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVSasInterconnectType

Retrieve SAS Interconnect Type resource(s).

SYNTAX

Get-HPOVSasInterconnectType [-Name] <String> [-ApplianceConnection] <Object> [<CommonParameters>]
Get-HPOVSasInterconnectType [-PartNumber] <String> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

Retrieves a list of all Interconnect Types or just specific ones via a query if the name or partnumber parameters are provided.

Parameters

-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? 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? 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

HPOneView.Networking.SasInterconnectType [System.Management.Automation.PSCustomObject]

Single SAS Interconnect Type resource

System.Collections.ArrayList <HPOneView.Networking.SasInterconnectType>

Multiple SAS Interconnect Type resources or formatted table dispalying basic Interconnect Type information

A SAS Interconnect Type or collection of SAS Interconnect Types.

Examples

 -------------------------- EXAMPLE 1 --------------------------

Get-HPOVSasInterconnectType

Returns all SAS Interconnect Types available from all connected appliances to standard output.

 -------------------------- EXAMPLE 2 --------------------------

Get-HPOVSasInterconnectType -name "Synergy 12Gb SAS Connection Module"

Returns just the 'Synergy 12Gb SAS Connection Module' SAS Interconnect Type object to standard output.

Related Links


Top
⚠️ **GitHub.com Fallback** ⚠️