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
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
DestinationUplinkNetworkProfile | HCXNetworkProfile[] | 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. | false | True (ByValue) | |
DVS | HCXServiceMeshDVS[] | Specifies the Distributed Virtual Switch. | false | True (ByValue) | |
Name | String | Specifies the name of the HCX Service Mesh. | false | False | |
Server | HcxServer[] | 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. | false | False | |
Service | InterconnectServiceType[] | Specifies the services that you want to enable. | false | False | |
ServiceMesh | HCXServiceMesh | Specifies the Service Mesh that you want to modify. | true | False | |
SourceUplinkNetworkProfile | HCXNetworkProfile[] | 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. | false | True (ByValue) | |
WANOPTBandwidth | Int64 | Specifies the maximum aggregate uplink bandwidth that you want to consume for migrations across all uplinks. | false | False |
Return Type
VMware.VimAutomation.Hcx.Types.V1.HCXInterconnectTaskNotes
Examples
-------------------------- Example 1 --------------------------
PS C:\> $myServiceMesh = Get-HCXServiceMesh -Name myServiceMesh Set-HCXServiceMesh -ServiceMesh $myServiceMesh -Name "newServiceMesh"
Modifies the name of the Service Mesh.