Get-VBRDefaultGatewayConfiguration
Short Description
Returns configuration of default gateways.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Get default gateways of all cloud service providers.
Get-VBRDefaultGatewayConfiguration [<CommonParameters>] |
- Get default gateways of a selected cloud service provider.
Get-VBRDefaultGatewayConfiguration [-CloudProvider <VBRCloudProvider[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns configuration information on service provider default gateways. You can get information about all gateways of all service providers, or look for a selected service provider.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
CloudProvider | Specifies the array of cloud providers. The cmdlet will return the default gateways of these cloud providers. | Accepts the VBRCloudProvider[] object. To get this object, run the Get-VBRCloudProvider cmdlet. | False | Named | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRDefaultGatewayConfiguration[]
Examples
Example 1. Getting Configuration of Default Gateways of All Cloud Providers
This command looks for configuration of default gateways of all cloud providers.
|
Example 2. Getting Configuration of Default Gateway of Selected Cloud Provider
This example shows how to look for configuration of default gateway of the cloud provider named Cloud provider01.
Perform the following steps:
|
Related Commands