Skip to content

Get HPOVStorageVolumeSet

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

Get-HPOVStorageVolumeSet

Syntax

Get-HPOVStorageVolumeSet [[-Name] <string>] [[-Label] <String>] [[-Scope] <Object>] [[-ApplianceConnection] <Object>] [<CommonParameters>]

Description

A collection of volumes is referred to as volume set in HPE OneView. Volume sets are used to govern data-protection policies, such as snapshot and replication schedules. For HPE Nimble storage, the corresponding terminology for "volume sets" is "data protection volume collections". Volumes that hold multiple components of an application, such as databases and transaction logs, can be grouped into a volume set.

This Cmdlet will return the available volume sets from the available storage systems. Volume sets are created on the storage system.

Parameters

-ApplianceConnection <Object>

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

Aliases Appliance
Required? False
Position? 3
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?    False

-Label <String>

Specify the label associated with resources.

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

-Name <string>

Filter for the resource name.

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

-Scope <Object>

Filter resources based on provided Scope membership. By default, all resources for the accounts Active Permissions will be displayed. Allowed values:nr * AllResources *AllResourcesInScope * HPOneView.Appliance.ScopeCollection * HPOneView.Appliance.ConnectionPermission

Aliases None
Required? False
Position? 2
Default value AllResourcesInScope
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.VolumeSet

The available storage system volume set.

Examples

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

Get-HPOVStorageVolumeSet

Get all available storage sets.

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

Get-HPOVStorageVolumeSet -Name VolumeSets

Get the specified "VolumeSets" storage sets.

Related Links


HPE OneView

Library

4.20

Get-HPOVStorageVolumeSet

Syntax

Get-HPOVStorageVolumeSet [[-Name] <string>] [[-Label] <String>] [[-Scope] <Object>] [[-ApplianceConnection] <Object>] [<CommonParameters>]

Description

A collection of volumes is referred to as volume set in HPE OneView. Volume sets are used to govern data-protection policies, such as snapshot and replication schedules. For HPE Nimble storage, the corresponding terminology for "volume sets" is "data protection volume collections". Volumes that hold multiple components of an application, such as databases and transaction logs, can be grouped into a volume set.

This Cmdlet will return the available volume sets from the available storage systems. Volume sets are created on the storage system.

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? False
Position? 3
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?    False

-Label <String>

Specify the label associated with resources.

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

-Name <string>

Filter for the resource name.

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

-Scope <Object>

Filter resources based on provided Scope membership. By default, all resources for the accounts Active Permissions will be displayed. Allowed values:\r\n\r\n\t* AllResources\r\n\tAllResourcesInScope\r\n\t HPOneView.Appliance.ScopeCollection\r\n\t* HPOneView.Appliance.ConnectionPermission

Aliases None
Required? False
Position? 2
Default value AllResourcesInScope
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.VolumeSet

The available storage system volume set.

Examples

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

Get-HPOVStorageVolumeSet

Get all available storage sets.

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

Get-HPOVStorageVolumeSet -Name VolumeSets

Get the specified "VolumeSets" storage sets.

Related Links


Wiki Table of Contents

Clone this wiki locally