< Back
Set-vRAReservation
Post
NAME Set-vRAReservation
SYNOPSIS
Set a vRA reservation
SYNTAX
Set-vRAReservation -Id <String> [-Name <String>] [-ReservationPolicy <String>] [-Priority <Int32>] [-Enabled]
[-Quota <Int32>] [-MemoryGB <Int32>] [-ResourcePool <String>] [-EnableAlerts] [-EmailBusinessGroupManager]
[-AlertRecipients <String[]>] [-StorageAlertPercentageLevel <Int32>] [-MemoryAlertPercentageLevel <Int32>]
[-CPUAlertPercentageLevel <Int32>] [-MachineAlertPercentageLevel <Int32>] [-AlertReminderFrequency <Int32>]
[-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Set a vRA reservation
PARAMETERS
-Id <String>
The Id of the reservation
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Name <String>
The name of the reservation
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ReservationPolicy <String>
The reservation policy that will be associated with the reservation
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Priority <Int32>
The priority of the reservation
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-Enabled [<SwitchParameter>]
Enable or disable the reservation
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Quota <Int32>
The number of machines that can be provisioned in the reservation
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-MemoryGB <Int32>
The amount of memory available to this reservation
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-ResourcePool <String>
The resource pool that will be associated with this reservation
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-EnableAlerts [<SwitchParameter>]
Enable alerts
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-EmailBusinessGroupManager [<SwitchParameter>]
Email the alerts to the business group manager
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-AlertRecipients <String[]>
The recipients that will recieve email alerts
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-StorageAlertPercentageLevel <Int32>
The threshold for storage alerts
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-MemoryAlertPercentageLevel <Int32>
The threshold for memory alerts
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-CPUAlertPercentageLevel <Int32>
The threshold for cpu alerts
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-MachineAlertPercentageLevel <Int32>
The threshold for machine alerts
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-AlertReminderFrequency <Int32>
Alert frequency in days
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
System.Int
System.Management.Automation.SwitchParameter
System.Management.Automation.PSObject
OUTPUTS
System.Management.Automation.PSObject
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-vRAReservation -Name Reservation01 | Set-vRAReservation -Name Reservation01-Updated
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Set-vRAReservation -Id 75ae3400-beb5-4b0b-895a-0484413c93b1 -ReservationPolicy "ReservationPolicy01"
RELATED LINKS
SYNOPSIS
Set a vRA reservation
SYNTAX
Set-vRAReservation -Id <String> [-Name <String>] [-ReservationPolicy <String>] [-Priority <Int32>] [-Enabled]
[-Quota <Int32>] [-MemoryGB <Int32>] [-ResourcePool <String>] [-EnableAlerts] [-EmailBusinessGroupManager]
[-AlertRecipients <String[]>] [-StorageAlertPercentageLevel <Int32>] [-MemoryAlertPercentageLevel <Int32>]
[-CPUAlertPercentageLevel <Int32>] [-MachineAlertPercentageLevel <Int32>] [-AlertReminderFrequency <Int32>]
[-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Set a vRA reservation
PARAMETERS
-Id <String>
The Id of the reservation
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Name <String>
The name of the reservation
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ReservationPolicy <String>
The reservation policy that will be associated with the reservation
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Priority <Int32>
The priority of the reservation
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-Enabled [<SwitchParameter>]
Enable or disable the reservation
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Quota <Int32>
The number of machines that can be provisioned in the reservation
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-MemoryGB <Int32>
The amount of memory available to this reservation
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-ResourcePool <String>
The resource pool that will be associated with this reservation
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-EnableAlerts [<SwitchParameter>]
Enable alerts
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-EmailBusinessGroupManager [<SwitchParameter>]
Email the alerts to the business group manager
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-AlertRecipients <String[]>
The recipients that will recieve email alerts
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-StorageAlertPercentageLevel <Int32>
The threshold for storage alerts
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-MemoryAlertPercentageLevel <Int32>
The threshold for memory alerts
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-CPUAlertPercentageLevel <Int32>
The threshold for cpu alerts
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-MachineAlertPercentageLevel <Int32>
The threshold for machine alerts
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-AlertReminderFrequency <Int32>
Alert frequency in days
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
System.Int
System.Management.Automation.SwitchParameter
System.Management.Automation.PSObject
OUTPUTS
System.Management.Automation.PSObject
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-vRAReservation -Name Reservation01 | Set-vRAReservation -Name Reservation01-Updated
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Set-vRAReservation -Id 75ae3400-beb5-4b0b-895a-0484413c93b1 -ReservationPolicy "ReservationPolicy01"
RELATED LINKS