Get-VBRvCDCloudStoragePolicy
Short Description
Returns Cloud Director storage policies.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Get Cloud Director storage policies by name.
|
Get-VBRvCDCloudOrganizationvDC [-Name <string[]>] [<CommonParameters>] |
- Get Cloud Director storage policies by ID.
|
Get-VBRvCDCloudOrganizationvDC [-Id <guid[]>] [<CommonParameters>] |
- Get Cloud Director storage policies for the specified organization VDC.
|
Get-VBRvCDCloudOrganizationvDC [-OrganizationvDC <VBRvCDCloudOrganizationvDC>] [<CommonParameters>] |
Detailed Description
This cmdlet returns Cloud Director storage policies. The service provider must configure a storage policy in VMware Cloud Director beforehand.
|
|
|
This cmdlet is available for tenants only. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies a name of a Cloud Director storage policy that you want to get. |
String[] |
False |
Named |
True (ByValue, |
|
Id |
Specifies an IDs of Organizations VDCs that you want to get. |
Guid[] |
False |
Named |
True (ByValue, |
|
OrganizationvDC |
Specifies an organization VDC. The cmdlet will return storage policies for the specified organization VDC. |
Accepts the VBRvCDCloudOrganizationvDC object. To get this object, run the Get-VBRvCDCloudOrganizationvDC cmdlet. |
False |
Named |
True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRvCDCloudStoragePolicy
Examples
Example 1. Getting Cloud Director Cloud Storage Policy
|
This command gets a Cloud Director cloud storage policy.
|
Example 2. Getting Cloud Director Cloud Storage Policy Assigned to Selected Organization VDC
|
This example shows how to get the Cloud Director cloud storage policy that is assigned to the specific organization VDC.
Perform the following steps:
|
Related Commands