New-VBRAmazonIpAddress
Short Description
Defines settings of a private IP address for Amazon EC2 instances.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBRAmazonIpAddress -Type <VBRAmazonIpAddressType> [-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 |
|---|---|---|---|---|---|
|
Ip |
Used if Specifies a private static IP address. |
|
False |
Named |
False |
|
Type |
Specifies type of a private IP address. You can set the following types:
|
|
True |
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" |