-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVStorageVolumeSnapShot
Retrieve Storage Volume Snapshot resource(s).
Get-HPOVStorageVolumeSnapShot [-InputObject] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]
This Cmdlet will display all of the avialable snapshots for a given Storage Volume or multiple Storage Volumes.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one HPOneView.Appliance.Connection object or Name property value. If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.
Default Value: ${Global:ConnectSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | 1 |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | False |
-InputObject <Object>
Aliases [-Volume]
Provide the Storage Volume resource object.
Aliases | Name, Volume |
Required? | true |
Position? | 0 |
Default value | |
Accept pipeline input? | true (ByValue) |
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)
HPOneView.Storage.Volume [System.Management.Automation.PSCustomObject]
Storage Volume resource
System.Collections.ArrayList <HPOneView.Storage.VolumeSnapshot>
Multiple storage volume snapshot resources
HPOneView.Storage.VolumeSnapshot [System.Management.Automation.PSCustomObject]
Formatted table view of storage volume snapshot resources
-------------------------- EXAMPLE 1 --------------------------Get-HPOVStorageVolume | Get-HPOVStorageVolumeSnapShot Appliance Name Parent Volume State Capacity --------- ---- ------------- ----- -------- hpov.domain.com Vol1_20160211220746 Vol1 Configured (None) 10.00 GB hpov.domain.com Vol1_20160224235647 Vol1 Configured (None) 10.00 GB hpov.domain.com Vol1_20160224235716 Vol1 Configured (None) 10.00 GB hpov.domain.com Shared 1_20160224232717 Shared 1 Configured (None) 1,000.00 GB hpov.domain.com Shared 1_20160224235621 Shared 1 Configured (None) 1,000.00 GB hpov.domain.com Shared 1 Snapshot Converted_20160225214317 Shared 1 Snapshot Converted Configured (None) 1,000.00 GB
Return all storage volume snapshot resource objects from all available storage volume resources.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVStorageVolume "Volume 1" | Get-HPOVStorageVolumeSnapShot
Get available storage volume snapshots from a specific Storage Volume.
Retrieve Storage Volume Snapshot resource(s).
Get-HPOVStorageVolumeSnapShot [-InputObject] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]
This Cmdlet will display all of the avialable snapshots for a given Storage Volume or multiple Storage Volumes.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one HPOneView.Appliance.Connection object or Name property value. If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.
Default Value: ${Global:ConnectSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | 1 |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | False |
-InputObject <Object>
Aliases [-Volume]
Provide the Storage Volume resource object.
Aliases | Name, Volume |
Required? | true |
Position? | 0 |
Default value | |
Accept pipeline input? | true (ByValue) |
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)
HPOneView.Storage.Volume [System.Management.Automation.PSCustomObject]
Storage Volume resource
System.Collections.ArrayList <HPOneView.Storage.VolumeSnapshot>
Multiple storage volume snapshot resources
HPOneView.Storage.VolumeSnapshot [System.Management.Automation.PSCustomObject]
Formatted table view of storage volume snapshot resources
-------------------------- EXAMPLE 1 --------------------------Get-HPOVStorageVolume | Get-HPOVStorageVolumeSnapShot Appliance Name Parent Volume State Capacity --------- ---- ------------- ----- -------- hpov.domain.com Vol1_20160211220746 Vol1 Configured (None) 10.00 GB hpov.domain.com Vol1_20160224235647 Vol1 Configured (None) 10.00 GB hpov.domain.com Vol1_20160224235716 Vol1 Configured (None) 10.00 GB hpov.domain.com Shared 1_20160224232717 Shared 1 Configured (None) 1,000.00 GB hpov.domain.com Shared 1_20160224235621 Shared 1 Configured (None) 1,000.00 GB hpov.domain.com Shared 1 Snapshot Converted_20160225214317 Shared 1 Snapshot Converted Configured (None) 1,000.00 GB
Return all storage volume snapshot resource objects from all available storage volume resources.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVStorageVolume 'Volume 1' | Get-HPOVStorageVolumeSnapShot
Get available storage volume snapshots from a specific Storage Volume.