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 the region of Amazon S3 object storage. You can select the following region IDs:
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
Example 1. Getting Instance Type
This example shows how to get the instance type that the Amazon archiver appliance will use.
Perform the following steps:
|
Related Commands