Set-RubrikManagedVolume

SYNOPSIS

Sets Rubrik Managed Volume properties

SYNTAX

Set-RubrikManagedVolume -id <String> [-VolumeSize <Int64>] [-exportConfig <PSObject[]>] [-SLAID <String>]
 [-SLA <String>] [-Name <String>] [-Server <String>] [-api <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

The Set-RubrikMakangedVolume cmdlet is used to update certain settings for a Rubrik Managed Volume.

EXAMPLES

EXAMPLE 1

Set-RubrikManagedVolume -id ManagedVolume:::f68ecd45-bdb9-46dd-aea4-8f041fb2dec2 -SLA 'Gold'

Protect the specified managed volume with the 'Gold' SLA domain

EXAMPLE 2

EXAMPLE 3

Resize the specified managed volume to 536870912000 bytes (500GB)

PARAMETERS

-id

Rubrik's Managed Volume id value

-VolumeSize

Size of the Managed Volume in Bytes

-exportConfig

Export config, such as host hints and host name patterns

-SLAID

SLA Domain ID for the database

-SLA

The SLA Domain name in Rubrik

-Name

Managed Volume Name

-Server

Rubrik server IP or FQDN

-api

API version

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

-Confirm

Prompts you for confirmation before running the cmdlet.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Written by Mike Fal for community usage Twitter: @Mike_Fal GitHub: MikeFal

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/set-rubrikmanagedvolume

Last updated

Was this helpful?