PowerCLI Reference

Set-HCXServiceMesh

Synopsis

Specifies the HCX Service Mesh that you want to modify.

Syntax

Set-HCXServiceMesh [-DVS <HCXServiceMeshDVS[]>] [-DestinationUplinkNetworkProfile <HCXNetworkProfile[]>] [-Name <String>] [-Server <HcxServer[]>] [-Service {Interconnect | NetworkExtension | WANOptimization | BulkMigration | DisasterRecovery | Vmotion}] -ServiceMesh <HCXServiceMesh> [-SourceUplinkNetworkProfile <HCXNetworkProfile[]>] [-WANOPTBandwidth <Int64>] [<CommonParameters>]

Related Commands

Detailed Description

Specifies the HCX Service Mesh that you want to modify.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
DestinationUplinkNetworkProfileHCXNetworkProfile[]Specifies the destination uplink network profile that you use to connect to the network and by which you can reach the remote site's Interconnect appliances.falseTrue (ByValue)
DVSHCXServiceMeshDVS[]Specifies the Distributed Virtual Switch.falseTrue (ByValue)
NameStringSpecifies the name of the HCX Service Mesh.falseFalse
ServerHcxServer[]Specifies the HCX Server systems on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-HCXServer cmdlet.falseFalse
ServiceInterconnectServiceType[]Specifies the services that you want to enable.falseFalse
ServiceMeshHCXServiceMeshSpecifies the Service Mesh that you want to modify.trueFalse
SourceUplinkNetworkProfileHCXNetworkProfile[]Specifies the source uplink network profile that you can use to connect to the network and by which you can reach the remote site's Interconnect appliances. By default, the uplink network profile is used from the compute profile selected at the source site.falseTrue (ByValue)
WANOPTBandwidthInt64Specifies the maximum aggregate uplink bandwidth that you want to consume for migrations across all uplinks.falseFalse

Return Type

VMware.VimAutomation.Hcx.Types.V1.HCXInterconnectTask

Notes

Examples

-------------------------- Example 1 --------------------------

PS C:\> $myServiceMesh = Get-HCXServiceMesh -Name myServiceMesh
Set-HCXServiceMesh -ServiceMesh $myServiceMesh -Name "newServiceMesh"

Modifies the name of the Service Mesh.


Copyright © VMware, Inc. All rights reserved.