Gets an item from the ApiSdk.v2.vpc_peerings.item collection
A unique identifier for a VPC peering.
To list all of the VPC peerings on your account, send a GET request to /v2/vpc_peerings.
OptionalrequestConfiguration: RequestConfiguration<Vpc_peeringsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a new VPC Peering, send a POST request to /v2/vpc_peerings specifying a name and a list of two VPC IDs to peer. The response code, 202 Accepted, does not indicate the success or failure of the operation, just that the request has been accepted for processing.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To list all of the VPC peerings on your account, send a GET request to /v2/vpc_peerings.
OptionalrequestConfiguration: RequestConfiguration<Vpc_peeringsRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a new VPC Peering, send a POST request to /v2/vpc_peerings specifying a name and a list of two VPC IDs to peer. The response code, 202 Accepted, does not indicate the success or failure of the operation, just that the request has been accepted for processing.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/vpc_peerings