Get-VBOAmazonVPC
Short Description
Returns the Amazon Virtual Private Cloud (Amazon VPC).
Syntax
Get-VBOAmazonVPC -AmazonS3ConnectionSettings <VBOAmazonS3ConnectionSettings> -RegionId <string> [-Name <string>] [<CommonParameters>] |
Detailed Description
This cmdlet returns the VBOAmazonVPC object.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
AmazonS3ConnectionSettings | Specifies an active session with Amazon object storage. | Accepts the VBOAmazonS3ConnectionSettings object. To create this object, run the New-VBOAmazonS3ConnectionSettings cmdlet. | True | Named | False | False |
RegionId | Specifies the region of Amazon S3 object storage. You can select the following region IDs:
For more information, see this Amazon article. | String | False | Named | False | False |
Name | Specifies a name of the Amazon VPC. The cmdlet will return the Amazon VPC with this name. | String | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBOAmazonVPC object.
Examples
Example 1. Getting Amazon VPC
This example shows how to get the Amazon Virtual Private Cloud (Amazon VPC).
Perform the following steps:
|
Related Commands