< Back
Get-vRAReservationType
Post
NAME Get-vRAReservationType
SYNOPSIS
Get supported Reservation Types
SYNTAX
Get-vRAReservationType [-Limit <Int32>] [-Page <Int32>] [<CommonParameters>]
Get-vRAReservationType -Id <String[]> [<CommonParameters>]
Get-vRAReservationType -Name <String[]> [<CommonParameters>]
DESCRIPTION
Get supported Reservation Types
PARAMETERS
-Id <String[]>
The id of the Reservation Type
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Name <String[]>
The name of the Reservation Type
Valid names vRA 7.1 and earlier: Amazon, Hyper-V, KVM, OpenStack, SCVMM, vCloud Air, vCloud Director,
vSphere,XenServer
Valid names vRA 7.2 and later: Amazon EC2, Azure, Hyper-V (SCVMM), Hyper-V (Standalone), KVM (RHEV),
OpenStack, vCloud Air, vCloud Director, vSphere (vCenter), XenServer
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Limit <Int32>
The number of entries returned per page from the API. This has a default value of 100.
Required? false
Position? named
Default value 100
Accept pipeline input? false
Accept wildcard characters? false
-Page <Int32>
The page of response to return. All pages are retuend by default.
Required? false
Position? named
Default value 1
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.
OUTPUTS
System.Management.Automation.PSObject.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\># Get all available Reservation Types
Get-vRAReservationType
-------------------------- EXAMPLE 2 --------------------------
PS C:\\># Get the vSphere Reservation Type in vRA 7.1
Get-vRAReservationType -Name "vSphere"
-------------------------- EXAMPLE 3 --------------------------
PS C:\\># Get the vSphere Reservation Type in vRA 7.2 and later
Get-vRAReservationType -Name "vSphere (vCenter)"
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>Get-vRAReservationType -Name "vCloud Director"
-------------------------- EXAMPLE 5 --------------------------
PS C:\\>Get-vRAReservationType -Id "Infrastructure.Reservation.Cloud.vCloud"
RELATED LINKS
SYNOPSIS
Get supported Reservation Types
SYNTAX
Get-vRAReservationType [-Limit <Int32>] [-Page <Int32>] [<CommonParameters>]
Get-vRAReservationType -Id <String[]> [<CommonParameters>]
Get-vRAReservationType -Name <String[]> [<CommonParameters>]
DESCRIPTION
Get supported Reservation Types
PARAMETERS
-Id <String[]>
The id of the Reservation Type
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Name <String[]>
The name of the Reservation Type
Valid names vRA 7.1 and earlier: Amazon, Hyper-V, KVM, OpenStack, SCVMM, vCloud Air, vCloud Director,
vSphere,XenServer
Valid names vRA 7.2 and later: Amazon EC2, Azure, Hyper-V (SCVMM), Hyper-V (Standalone), KVM (RHEV),
OpenStack, vCloud Air, vCloud Director, vSphere (vCenter), XenServer
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Limit <Int32>
The number of entries returned per page from the API. This has a default value of 100.
Required? false
Position? named
Default value 100
Accept pipeline input? false
Accept wildcard characters? false
-Page <Int32>
The page of response to return. All pages are retuend by default.
Required? false
Position? named
Default value 1
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.
OUTPUTS
System.Management.Automation.PSObject.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\># Get all available Reservation Types
Get-vRAReservationType
-------------------------- EXAMPLE 2 --------------------------
PS C:\\># Get the vSphere Reservation Type in vRA 7.1
Get-vRAReservationType -Name "vSphere"
-------------------------- EXAMPLE 3 --------------------------
PS C:\\># Get the vSphere Reservation Type in vRA 7.2 and later
Get-vRAReservationType -Name "vSphere (vCenter)"
-------------------------- EXAMPLE 4 --------------------------
PS C:\\>Get-vRAReservationType -Name "vCloud Director"
-------------------------- EXAMPLE 5 --------------------------
PS C:\\>Get-vRAReservationType -Id "Infrastructure.Reservation.Cloud.vCloud"
RELATED LINKS