Get-VBRCloudHardwarePlan
Short Description
Returns existing hardware plans.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Requires a VCP license.
Syntax
This cmdlet provides parameter sets that allow you to:
- Get all existing hardware plans.
|
Get-VBRCloudHardwarePlan [<CommonParameters>] |
- Get hardware plans by name or by platform.
|
Get-VBRCloudHardwarePlan [-Name <string[]>] [-Platform <VBRPlatform> {VMWare | HyperV}] [<CommonParameters>] |
- Get hardware plans by ID.
|
Get-VBRCloudHardwarePlan -Id <guid[]> [<CommonParameters>] |
Detailed Description
This cmdlet returns existing hardware plans.
You can get the list of all hardware plans or search for instances directly by name, virtuallization platform or ID.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies the array of the hardware plan names you want to get. |
String[] |
False |
Named |
True (ByValue, |
|
Platform |
Specifies the platform of the hardware plan:
|
VBRPlatform |
False |
Named |
True (ByProperty |
|
ID |
Specifies the array of the IDs of the VBRViCloudHardwarePlan or VBRHvCloudHardwarePlan object you want to get. |
Accepts GUID[] or string[]. |
True |
Named |
True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Objects
Examples
Example 1. Getting All Hardware Plans
|
This command returns all existing hardware plans.
|
Example 2. Getting All VMware Hardware Plans
|
This command returns all VMware hardware plans.
|
Example 3. Getting All Hyper-V Hardware Plans
|
This command returns all Hyper-V hardware plans.
|
Example 4. Getting Hardware Plan by Name
|
This command returns a hardware plan named VMware Silver.
|
Example 5. Getting Hardware Plan by Platform and Name
|
This command returns a Hyper-V hardware plan named Hyper-V Silver.
|