Set-RubrikVCD

SYNOPSIS

Connects to Rubrik and modifies an existing vCD connection

SYNTAX

None (Default)

Set-RubrikVCD -id <String> [-Hostname <String>] [-UpdateCreds] [-SLAID <String>] [-Server <String>]
 [-api <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

SLA_Explicit

Set-RubrikVCD -id <String> [-Hostname <String>] [-UpdateCreds] [-SLA <String>] [-SLAID <String>]
 [-Server <String>] [-api <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

SLA_Unprotected

Set-RubrikVCD -id <String> [-Hostname <String>] [-UpdateCreds] [-DoNotProtect] [-SLAID <String>]
 [-Server <String>] [-api <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

SLA_Inherit

Set-RubrikVCD -id <String> [-Hostname <String>] [-UpdateCreds] [-Inherit] [-SLAID <String>] [-Server <String>]
 [-api <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

The Set-RubrikVCD cmdlet modifies an existing vCloud Director connection on the system. This requires authentication.

EXAMPLES

EXAMPLE 1

This will update the vCD cluster settings on the Rubrik cluster and assign the 'Bronze' SLA on the vCD cluster with ID "Vcd:::01234567-8910-1abc-d435-0abc1234d567"

EXAMPLE 2

This will update the vCD cluster settings on the Rubrik cluster and clear the SLA assignment on the vCD cluster with ID "Vcd:::01234567-8910-1abc-d435-0abc1234d567"

EXAMPLE 3

This will update the vCD cluster settings on the Rubrik cluster to assign a new hostname to the vCD cluster with ID "Vcd:::01234567-8910-1abc-d435-0abc1234d567"

EXAMPLE 4

This will update the vCD cluster settings on the Rubrik cluster to update the credentials used to connect to the vCD cluster with ID "Vcd:::01234567-8910-1abc-d435-0abc1234d567"

PARAMETERS

-id

vCD Instance ID

-Hostname

vCD Hostname (FQDN)

-UpdateCreds

Updates vCD Credentials

-SLA

The SLA Domain in Rubrik

-DoNotProtect

Removes the SLA Domain assignment

-Inherit

Inherits the SLA Domain assignment from a parent object

-SLAID

SLA id value

-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 Matt Elliott for community usage Twitter: @NetworkBrouhaha GitHub: shamsway

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

Last updated

Was this helpful?