Get-VBRCloudServerNetworkInfo
Short Description
Returns networks available in your cloud resources.
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 networks by name.
Get-VBRCloudServerNetworkInfo [-Name <string[]>] [<CommonParameters>] |
- Get networks of a selected cloud service provider.
Get-VBRCloudServerNetworkInfo [-CloudServer <VBRCloudServer[]>] [-Name <string[]>] [<CommonParameters>] |
- Get networks by ID.
Get-VBRCloudServerNetworkInfo [-Id <guid[]>] [-Name <string[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns networks that are allocated to you by your cloud resources.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Name | Specifies the name of the network you want to get. | String[] | False | Named | False |
CloudServer | Specifies the cloud server. The cmdlet will return networks connected to this server. | Accepts the VBRCloudServer[] object. To get this object, run the Get-VBRCloudServer cmdlet. | False | Named | True (ByValue, |
Id | Specifies the ID of the network you want to get. | Guid[] | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting Network by Name
This command looks for a network by name.
|
Example 2. Getting Networks Connected to Selected Cloud Server
This example shows how to return networks connected to a selected cloud server.
Perform the following steps:
|
Related Commands