New-VBRAmazonIpAddress
Short Description
Defines settings of a private IP address for Amazon EC2 instances.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBRAmazonIpAddress -Type {Dynamic | Static} [-Ip <string>] [<CommonParameters>] |
Detailed Description
This cmdlet defines settings for a private IP address that will be used during restore to Amazon EC2.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Type | Specifies type of a private IP address. You can set the following types:
| True | Named | False | |
Ip | Used if Type is set to Static. Specifies a private static IP address. | String | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Defining Static IP Address
This command defines a static IP address.
New-VBRAmazonIpAddress -Type Static -Ip "172.172.72.72" |