< Back
Get-InStorPool
Post
NAME Get-InStorPool
SYNOPSIS
Retrieves the Pool(s) from MCS storage.
SYNTAX
Get-InStorPool [-Conn] <InStorConnection> [[-Opts] <String>] [<CommonParameters>]
Get-InStorPool [-Conn] <InStorConnection> [-PoolID] <String> [[-Opts] <String>] [<CommonParameters>]
Get-InStorPool [-Conn] <InStorConnection> [-PoolName] <String> [[-Opts] <String>] [<CommonParameters>]
DESCRIPTION
Retrieves the Pool(s) from MCS storage.
PARAMETERS
-Conn <InStorConnection>
The Connection to MCS Storage, returned by cmdlet New-InStorConnection.
Required? true
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PooID <String>
ID of Inspur MCS Storage Pool.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PoolName <String>
Name of Inspur MCS Storage Pool.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Opts <String>
Optional parameter for special purpose.
Required? false
Position? 2
Default value
Accept pipeline input?
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 (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Management.Automation.PSObject
returns a PSObject Object.
System.Array
returns a Array of Management.Automation.PSObject.
-------------------------- EXAMPLE 1 --------------------------
Get-InStorPool $conn
Retrieves pools from MCS Storage.
id name capacity free_capacity
-- ---- -------- ------------
0 Pool0 3994319585280 3980360941568
1 Pool1 3994319585280 3994319585280
RELATED LINKS
SYNOPSIS
Retrieves the Pool(s) from MCS storage.
SYNTAX
Get-InStorPool [-Conn] <InStorConnection> [[-Opts] <String>] [<CommonParameters>]
Get-InStorPool [-Conn] <InStorConnection> [-PoolID] <String> [[-Opts] <String>] [<CommonParameters>]
Get-InStorPool [-Conn] <InStorConnection> [-PoolName] <String> [[-Opts] <String>] [<CommonParameters>]
DESCRIPTION
Retrieves the Pool(s) from MCS storage.
PARAMETERS
-Conn <InStorConnection>
The Connection to MCS Storage, returned by cmdlet New-InStorConnection.
Required? true
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PooID <String>
ID of Inspur MCS Storage Pool.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-PoolName <String>
Name of Inspur MCS Storage Pool.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Opts <String>
Optional parameter for special purpose.
Required? false
Position? 2
Default value
Accept pipeline input?
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 (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
System.Management.Automation.PSObject
returns a PSObject Object.
System.Array
returns a Array of Management.Automation.PSObject.
-------------------------- EXAMPLE 1 --------------------------
Get-InStorPool $conn
Retrieves pools from MCS Storage.
id name capacity free_capacity
-- ---- -------- ------------
0 Pool0 3994319585280 3980360941568
1 Pool1 3994319585280 3994319585280
RELATED LINKS