This is an archive version of the document. To get the most up-to-date information, see the current version.

New-VBRvCDIndividualObjectStoragePolicy

Short Description

Defines vCD storage policies for vApps or VMs.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides cmdlet sets that allow you to:

  • Define the vApp storage policies.

New-VBRvCDIndividualObjectStoragePolicy -VApp <CVcdVappItem> -StoragePolicy <CVcdOrgVdcStorageProfile> [<CommonParameters>]

  • Define the VM storage policies.

New-VBRvCDIndividualObjectStoragePolicy -VM <CVcdVappItem> -StoragePolicy <CVcdOrgVdcStorageProfile> [<CommonParameters>]

Detailed Description

This cmdlet creates the VBRvCDIndividualObjectStoragePolicy object. This object defines the settings of vCD storage policies for vApps or VMs.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

VApp

Specifies the vApp for which you want to define a storage policy.

Accepts the CVcdVappItem object. To get this object, run the Find-VBRvCloudEntity cmdlet.

True

Named

False

VM

Specifies the VM for which you want to define a storage policy.

Accepts the CVcdVappItem object. To get this object, run the Find-VBRvCloudEntity cmdlet.

True

Named

False

StoragePolicy

Specifies the storage policy. The cmdlet will define a storage policy according to this policy settings.

Accepts the CVcdOrgVdcStorageProfile object. To get this object, run the Find-VBRvCloudEntity cmdlet.

True

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBRvCDIndividualObjectStoragePolicy object that defines the settings of vCD storage policies for vApps or VMs.

Examples

New-VBRvCDIndividualObjectStoragePolicyExample 1. Defining VApp Storage Policy

New-VBRvCDIndividualObjectStoragePolicyExample 2. Defining VM Storage Policy

Related Commands

Find-VBRvCloudEntity