This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBOAmazonInstanceType

Short Description

Returns an instance type that the Amazon archiver appliance will use.

Syntax

Get-VBOAmazonInstanceType -AmazonS3ConnectionSettings <VBOAmazonS3ConnectionSettings> -RegionId <String> [-Name <String>]  [<CommonParameters>]

Detailed Description

This cmdlet returns the VBOAmazonInstanceType object.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

AmazonS3ConnectionSettings

Specifies an active session with Amazon S3 object storage.

Accepts the VBOAmazonS3ConnectionSettings object.

To create this object, run the New-VBOAmazonS3ConnectionSettings cmdlet.

True

Named

False

False

RegionId

Specifies a region of Amazon S3 object storage. You can select the following region IDs:

  • us-east-2
  • us-east-1
  • us-west-1
  • us-west-2
  • af-south-1
  • ap-east-1
  • ap-southeast-3
  • ap-south-1
  • ap-northeast-3
  • ap-northeast-2
  • ap-southeast-1
  • ap-southeast-2
  • ap-northeast-1
  • ca-central-1
  • eu-central-1
  • eu-west-1
  • eu-west-2
  • eu-south-1
  • eu-west-3
  • eu-north-1
  • me-south-1
  • sa-east-1
  • us-gov-east-1
  • us-gov-west-1

For more information, see this Amazon article.

String

True

Named

False

False

Name

Specifies a name of an instance type. The cmdlet will return the instance type 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 VBOAmazonInstanceType object that the Amazon archiver appliance will use.

Examples

Get-VBOAmazonInstanceTypeExample 1. Getting Instance Type

Related Commands