Syntax
Get-AwsVpcSubnet -AwsAccount <AwsAccount> -Region <String> [-Server <CisServer[]>] [<CommonParameters>]Related Commands
New-VmcSddcDetailed Description
Retrieves a private subnet's range for a concrete account and region.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
AwsAccount | AwsAccount | Specifies the VMware Cloud on AWS account. | true | False | |
Region | String | Specifies the region. | true | False | |
Server | CisServer[] | Specifies the VMware Cloud on AWS servers on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-Vmc cmdlet. | false | False |
Return Type
VMware.VimAutomation.Vmc.Types.V1.CmdletObject.AwsAccountNotes
Examples
-------------------------- Example 1 --------------------------
Get-AwsVpcSubnet -Region "US_EAST_1" -AwsAccount $awsAccount
Retrieves private subnets for the $awsAccount account in the US_EAST_1 region.