< Back

Get-VasaStorageArray

Sun Jan 19, 2020 7:15 pm

NAME Get-VasaStorageArray



SYNOPSIS

This cmdlet retrieves the list of storage arrays managed by registered VASA providers.





SYNTAX

Get-VasaStorageArray -Id <String[]> [-Refresh] [-Server <VIServer[]>] [<CommonParameters>]



Get-VasaStorageArray [-Lun <ScsiLun[]>] [-Refresh] [-Server <VIServer[]>] [<CommonParameters>]



Get-VasaStorageArray [[-Name] <String[]>] [-Refresh] [-Server <VIServer[]>] [-VasaProvider <VasaProvider[]>]

[<CommonParameters>]





DESCRIPTION

This cmdlet retrieves the list of storage arrays managed by registered VASA providers.





PARAMETERS

-Id <String[]>

Filters the retrieved storage arrays by ID.



Note: When a list of values is specified for the Id parameter, the returned objects would have an ID that

matches exactly one of the string values in that list.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Lun <ScsiLun[]>

Filters the retrieved storage arrays by LUN. If not specified, all storage arrays are retrieved. You can

retrieve LUN objects by using the Get-ScsiLun cmdlet.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? true



-Name <String[]>

Filters the retrieved storage arrays by name.



Required? false

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? true



-Refresh [<SwitchParameter>]

Synchronizes the storage arrays before retrieving data. The operation is synchronous.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-Server <VIServer[]>

Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is given to this

parameter, the command runs on the default servers. For more information about default servers, see the

description of Connect-VIServer.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? true



-VasaProvider <VasaProvider[]>

Filters the retrieved storage arrays by provider. If not specified, all storage arrays are retrieved. You can

retrieve the provider objects by using the Get-VasaProvider cmdlet.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? true



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Zero or more VasaStorageArray objects







NOTES









-------------------------- Example 1 --------------------------



Get-VasaStorageArray -Name "MyArray" -Refresh



Synchronizes the providers and retrieves the storage array named "MyArray".

-------------------------- Example 2 --------------------------



Get-VasaStorageArray -Id "MyArrayId"



Retrieves all storage arrays with ID set to "MyArrayId".



RELATED LINKS

Online Version: https://code.vmware.com/doc/preview?id= ... Array.html