Get HPOVSasLogicalInterconnect - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVSasLogicalInterconnect

Retrieve SAS Logical Interconnect resource(s).

SYNTAX

Get-HPOVSasLogicalInterconnect[ [-Name] <String>][ [-Label] <String>] [-ApplianceConnection] <Object> [-Export] <String> [<CommonParameters>]

Detailed Description

Retrieves a list of all SAS Logical Interconnect or just specific ones via a query if the name parameter is provided. The output can be sent to a file using the exportFile parameter.

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

-Export <String>

Aliases [-x, -export] The full path and file name to export the contents retrieved from the call to Get-HPOVLogicalInterconnect.

Aliases x, ExportFile
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Label <String>

Specify the label associated with resources.

Aliases None
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters?    False

-Name <String>

The name of the SAS Logical Interconnect to retrieve.

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)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

HPoneView.Storage.SasLogicalInterconnect [System.Management.Automation.PSCustomObject]

Logical Interconnect resource object from Get-HPOVLogicalInterconnect

System.Collections.ArrayList <HPoneView.Storage.SasLogicalInterconnect>

Multiple Logical Interconnects

A SAS Logical Interconnect or collection of SAS Logical Interconnects

Examples

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

Get-HPOVSasLogicalInterconnect

Returns all SAS Logical Interconnect defined on the appliance to standard output.

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

Get-HPOVSasLogicalInterconnect -Name "LE1-SasProduction" -ErrorAction Stop

Returns just the specific SAS Logical Interconnect object to standard output.

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVSasLogicalInterconnect

Retrieve SAS Logical Interconnect resource(s).

SYNTAX

Get-HPOVSasLogicalInterconnect[ [-Name] <String>][ [-Label] <String>] [-ApplianceConnection] <Object> [-Export] <String> [<CommonParameters>]

Detailed Description

Retrieves a list of all SAS Logical Interconnect or just specific ones via a query if the name parameter is provided. The output can be sent to a file using the exportFile parameter.

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

-Export <String>

Aliases [-x, -export] The full path and file name to export the contents retrieved from the call to Get-HPOVLogicalInterconnect.

Aliases x, ExportFile
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-Label <String>

Specify the label associated with resources.

Aliases None
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters?    False

-Name <String>

The name of the SAS Logical Interconnect to retrieve.

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)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

HPoneView.Storage.SasLogicalInterconnect [System.Management.Automation.PSCustomObject]

Logical Interconnect resource object from Get-HPOVLogicalInterconnect

System.Collections.ArrayList <HPoneView.Storage.SasLogicalInterconnect>

Multiple Logical Interconnects

A SAS Logical Interconnect or collection of SAS Logical Interconnects

Examples

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

Get-HPOVSasLogicalInterconnect

Returns all SAS Logical Interconnect defined on the appliance to standard output.

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

Get-HPOVSasLogicalInterconnect -Name "LE1-SasProduction" -ErrorAction Stop

Returns just the specific SAS Logical Interconnect object to standard output.

Related Links


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