Skip to content

Show HPOVStorageSystemPerformancePolicy

Chris Lynch edited this page Mar 31, 2020 · 8 revisions

ℹ️ Note: This Wiki is no longer the source for HPE OneView PowerShell Library documentation. The new location is here.

Please update your local offline help system using Get-Help <ModuleName> to dwonload the latest offline help contents.

HPE OneView

Library

5.00

Show-HPOVStorageSystemPerformancePolicy

Syntax

Show-HPOVStorageSystemPerformancePolicy [-InputObject] <Object> [[-Name] <string>] [<CommonParameters>]

Description

Use this Cmdlet to show available Nimble Performance Policies in order to set a desired perforamnce policy value when provisioning a new volume or creating a new volume template.

Parameters

-InputObject <Object>

One or more storage systems from Get-HPOVStorageSystem.

Aliases None
Required? True
Position? named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters?    False

-Name <string>

Provide a name of the performance policy to return.

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

HPOneView.Storage.System [System.Management.Automation.PSCustomObject]

Return Values

HPOneView.Storage.PerformancePolicy

One or more available storage system performance policy objects.

Examples

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

Show-HPOVStorageSystemPerformancePolicy

Default example

Related Links


HPE OneView

Library

4.20

Show-HPOVStorageSystemPerformancePolicy

Syntax

Show-HPOVStorageSystemPerformancePolicy [-InputObject] <Object> [[-Name] <string>] [<CommonParameters>]

Description

Use this Cmdlet to show available Nimble Performance Policies in order to set a desired perforamnce policy value when provisioning a new volume or creating a new volume template.

Parameters

-InputObject <Object>

One or more storage systems from Get-HPOVStorageSystem.

Aliases None
Required? True
Position? named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters?    False

-Name <string>

Provide a name of the performance policy to return.

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

HPOneView.Storage.System [System.Management.Automation.PSCustomObject]

Return Values

HPOneView.Storage.PerformancePolicy

One or more available storage system performance policy objects.

Examples

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

Show-HPOVStorageSystemPerformancePolicy

Default example

Related Links


Wiki Table of Contents

Clone this wiki locally