Set-HCXServiceMesh
Specifies the HCX Service Mesh that you want to modify.
Syntax
-ServiceMesh
< HCXServiceMesh >
[-DVS
< HCXServiceMeshDVS[] > ]
[-DestinationUplinkNetworkProfile
< HCXNetworkProfile[] > ]
[-Name
< String > ]
[-ProgressAction
< ActionPreference > ]
[-Server
< HcxServer[] > ]
[-Service
< InterconnectServiceType[] > ]
[-SourceUplinkNetworkProfile
< HCXNetworkProfile[] > ]
[-WANOPTBandwidth
< Int64 > ]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
ServiceMesh | HCXServiceMesh | named |
|
Specifies the Service Mesh that you want to modify. |
optional | DVS | HCXServiceMeshDVS[] | named |
|
Specifies the Distributed Virtual Switch. |
optional | DestinationUplinkNetworkProfile | HCXNetworkProfile[] | named |
|
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. |
optional | Name | String | named |
|
Specifies the name of the HCX Service Mesh. |
optional | ProgressAction | ActionPreference | named |
|
|
optional | Server | HcxServer[] | named |
|
Specifies the HCX Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-HCXServer cmdlet. |
optional | Service | InterconnectServiceType[] | named |
|
Specifies the services that you want to enable. Licenses must be enabled for the RAV and OSAssistedMigration services to work. |
optional | SourceUplinkNetworkProfile | HCXNetworkProfile[] | named |
|
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. |
optional | WANOPTBandwidth | Int64 | named |
|
Specifies the maximum aggregate uplink bandwidth that you want to consume for migrations across all uplinks. |
Output
VMware.VimAutomation.Hcx.Types.V1.HCXInterconnectTaskExamples
Example 1
$myServiceMesh = Get-HCXServiceMesh -Name myServiceMesh Set-HCXServiceMesh -ServiceMesh $myServiceMesh -Name "newServiceMesh"
Modifies the name of the Service Mesh.
Related Commands
HCXServiceMesh
This cmdlet retrieves a list of the HCX Service Mesh.
This cmdlet creates an HCX Service Mesh.
This cmdlet removes an existing HCX Service Mesh.
Specifies the HCX Service Mesh that you want to modify.
HCXServiceMeshDVS
This cmdlet creates a DVS configuration for the Service Mesh.