Set-HCXServiceMesh

Specifies the HCX Service Mesh that you want to modify.

Syntax

-ServiceMesh  <HCXServiceMesh>
[-DVS  <HCXServiceMeshDVS[]>]
[-DestinationUplinkNetworkProfile  <HCXNetworkProfile[]>]
[-Name  <String>]
[-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
  • pipeline
  • Specifies the Distributed Virtual Switch.
    optional
    DestinationUplinkNetworkProfile
    HCXNetworkProfile[] named
  • pipeline
  • 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
    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
  • pipeline
  • 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.HCXInterconnectTask

    Examples


    Example 1

    $myServiceMesh = Get-HCXServiceMesh -Name myServiceMesh
    Set-HCXServiceMesh -ServiceMesh $myServiceMesh -Name "newServiceMesh"

    Modifies the name of the Service Mesh.

    Related Commands

    Feedback

    Was this page helpful?