Skip to content

Get-OVSasInterconnectType

Syntax

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

Description

Interconnects enable communication between the server hardware in the enclosure and the data center networks. Interconnects and their configuration are derived from either a Logical Switch Group or Logical Interconnect Group. When configuring either resource, you will need to specify an interconnect type that is supported by the appliance.

This Cmdlet will retrieve a list of supported SAS interconnect type or specific ones via a query if the name parameter is provided.

Info

Minimum required privileges: Read-only

Examples

Example 1

Get-OVSasInterconnectType

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

Example 2

Get-OVSasInterconnectType -Name "Synergy 12Gb SAS Connection Module"

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

Parameters

-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

-ApplianceConnection <Object>

Specify one or more [HPEOneView.Appliance.Connection] object(s) or Name property value(s).

Aliases Appliance
Required? False
Position? Named
Default value (${Global:ConnectedSessions} | ? Default)
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 SAS Interconnect Type resource

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