Set-VBRCloudProviderNetworkAppliance
Short Description
Modifies network extension appliances on user side.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Set-VBRCloudProviderNetworkAppliance -NetworkAppliance <VBRCloudProviderNetworkAppliance> [-Server <CHost>]
[-Network <IVBRServerNetworkInfo>] [-IpAddress <String>] [-SubnetMask <String>] [-DefaultGateway <String>]
[-Ipv6Address <String>] [-Ipv6PrefixLength <Int32>] [-Ipv6DefaultGateway <String>]
[-EnableIpv4Interface <Boolean>] [-EnableIpv6Interface <Boolean>] [-ObtainIpAddressAutomatically]
[-ObtainIpv6AddressAutomatically] [<CommonParameters>]
-
ViSet-VBRCloudProviderNetworkAppliance -NetworkAppliance <VBRCloudProviderNetworkAppliance> [-Server <CHost>]
[-ResourcePool <CViResourcePoolItem>] [-Network <IVBRServerNetworkInfo>] [-IpAddress <String>]
[-SubnetMask <String>] [-DefaultGateway <String>] [-Ipv6Address <String>] [-Ipv6PrefixLength <Int32>]
[-Ipv6DefaultGateway <String>] [-EnableIpv4Interface <Boolean>] [-EnableIpv6Interface <Boolean>]
[-ObtainIpAddressAutomatically] [-ObtainIpv6AddressAutomatically] [-Datastore <VBRViDatastore>] [<CommonParameters>]
-
HvSet-VBRCloudProviderNetworkAppliance -NetworkAppliance <VBRCloudProviderNetworkAppliance> [-Server <CHost>]
[-Network <IVBRServerNetworkInfo>] [-IpAddress <String>] [-SubnetMask <String>] [-DefaultGateway <String>]
[-Ipv6Address <String>] [-Ipv6PrefixLength <Int32>] [-Ipv6DefaultGateway <String>]
[-EnableIpv4Interface <Boolean>] [-EnableIpv6Interface <Boolean>] [-ObtainIpAddressAutomatically]
[-ObtainIpv6AddressAutomatically] [-Folder <String>] [-VLanId <Int32>] [<CommonParameters>]
Detailed Description
This cmdlet modifies a selected VMware or a Hyper-V network extension appliance on the user cloud host.
Important |
|
To modify settings of a network extension appliance, you must save the result of the |
Note |
|
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Datastore |
Specifies the datastore where you want to create the VMware appliance.
Accepts the |
|
False |
Named |
False |
|
DefaultGateway |
Specifies the default gateway. This gateway will be used by the appliance. |
|
False |
Named |
False |
|
EnableIpv4Interface |
Enables the IPv4 settings. If you provide this parameter, you will be able to specify the following settings.
Note: If you set this parameter to :$ |
|
False |
Named |
False |
|
EnableIpv6Interface |
Enables the IPv6 settings. If you provide this parameter, you will be able to specify the following settings.
Note: If you set this parameter to :$ |
|
False |
Named |
False |
|
Folder |
Specifies the folder where you want to create the Hyper-V appliance. |
|
False |
Named |
False |
|
IpAddress |
Specifies the IP address. This address will be assigned to the appliance. |
|
False |
Named |
False |
|
Ipv6Address |
Specifies the IPv6 address that you want to assign to the appliance. |
|
False |
Named |
False |
|
Ipv6DefaultGateway |
Specifies the IPv6 address of the default gateway. The appliance will use this IP address. |
|
False |
Named |
False |
|
Ipv6PrefixLength |
Specifies the length of an IPv6 prefix. |
|
False |
Named |
False |
|
Network |
Specifies the service provider network. The appliance will use this network to communicate between the user's production VMs and VM replicas on the cloud host.
Accepts the |
|
False |
Named |
False |
|
NetworkAppliance |
Specifies the network appliance that you want to modify.
Accepts the |
|
True |
Named |
False |
|
ObtainIpAddressAutomatically |
Defines that the cmdlet will assign the IPv4 address automatically. |
|
False |
Named |
False |
|
ObtainIpv6AddressAutomatically |
Defines that the cmdlet will assign the IPv6 address automatically. |
|
False |
Named |
False |
|
ResourcePool |
Specifies the resource pool where you want to create the VMware appliance.
Accepts the |
|
False |
Named |
False |
|
Server |
The ESXi or a Hyper-V host where you want to create the appliance. |
|
False |
Named |
False |
|
SubnetMask |
Specifies the subnet mask. This subnet mask will be used by the appliance. |
|
False |
Named |
False |
|
VLanId |
Specifies the VLAN network provided to the user by the hardware plan. The appliance will use this VLAN to connect to the service provider network. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Modifying Resource Pool Settings for VMware Appliance
|
This example shows how to change the resource pool for a VMware appliance created on the
Perform the following steps:
|
Example 2. Modifying Folder Settings for Hyper-V Appliance
|
This example shows how to change the folder for a Hyper-V appliance created on the
Perform the following steps:
|
Related Commands
Get-VBRCloudProviderNetworkApplianceReturns network extension appliance configured on the user side.Get-VBRServerReturns hosts connected to the backup infrastructure.Get-VBRHvServerNetworkInfoReturns virtual networks for a Hyper-V host.Get-VBRViServerNetworkInfoReturns virtual networks for a VMware host.Find-VBRViResourcePoolReturns VMware resource pools.Find-VBRViDatastoreLooks for VMware datastores.