Get-VBRCloudHardwarePlan
Short Description
Returns existing hardware plans.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Requires a VCP license.
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRCloudHardwarePlan [<CommonParameters>]
-
NameGet-VBRCloudHardwarePlan [-Name <String[]>] [-Platform <VBRPlatform>] [<CommonParameters>]
-
IdGet-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 |
|---|---|---|---|---|---|
|
Id |
Specifies the array of the IDs of the
Accepts |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies the array of the hardware plan names you want to get. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Platform |
Specifies the platform of the hardware plan:
|
|
False |
Named |
True (ByPropertyName) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
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
|
Example 5. Getting Hardware Plan by Platform and Name
|
This command returns a Hyper-V hardware plan named
|