Set-VBRCloudTenantNetworkAppliance
Short Description
Modifies network extension appliances.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Requires a VCP license.
Syntax
This cmdlet provides two parameter sets.
- To obtain IP address automatically:
Set-VBRCloudTenantNetworkAppliance -Appliance <VBRCloudTenantNetworkAppliance> [-Name <string>] [-ProductionNetwork <IVBRServerNetworkInfo>] [-ObtainIpAddressAutomatically] [<CommonParameters>] |
- To apply user-defined IP address:
Set-VBRCloudTenantNetworkAppliance -Appliance <VBRCloudTenantNetworkAppliance> -IpAddress <ipaddress> -DefaultGateway <ipaddress> -SubnetMask <string> [-Name <string>] [-ProductionNetwork <IVBRServerNetworkInfo>] [<CommonParameters>] |
Related Commands
Get-VBRCloudTenantNetworkAppliance
Return Type
VBRCloudTenantNetworkAppliance
Detailed Description
This cmdlet modifies a selected network extension appliance. To modify settings, you need to enter the corresponding parameters with new values. The parameters that you omit will remain unchanged.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Appliance | Specifies the network appliance you want to modify. | True | Named | True (by Value | False |
Name | Specifies the name of the network appliance. | False | Named | False | False |
Production | Specifies the network. The appliance will be connected to this network. | False | Named | False | False |
Obtain | Indicates that the IP address must be assigned to the appliance automatically. | False | Named | False | False |
IpAddress | Specifies the IP address that you want to assign to the appliance. | True | Named | False | False |
Default | Specifies the IP address of the default gateway. The appliance will use this IP address. | True | Named | False | False |
Subnet | Specifies the subnet mask. The appliance will use this subnet mask. | True | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Example
This example shows how to edit a network appliance settings.
- Run Get-VBRCloudTenantNetworkAppliance to get the appliance. Save the appliance to the $appliance variable.
- Run Set-VBRCloudTenantNetworkAppliance to modify the appliance settings. Use the $appliance variable and enter the new settings.