Syntax
Get-VmcSddcNetworkService [[-Name] <String[]>] -OrgId <String> -SddcId <String> [-Server <CisServer[]>] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet retrieves PSObjects that represent services for network configuration managment of an SDDC in VMware Cloud. The operations of an SDDC network service can be invoked naturally by invoking the respective PSObject methods.Parameters
Return Type
One or more PSObject objectsNotes
Examples
-------------------------- Example 1 --------------------------
$sddcNetworkServices = Get-VmcSddcNetworkService -OrgId $script:orgId -SddcId $script:sddcId
-------------------------- Example 2 --------------------------
$sddcNetworkService = Get-VmcSddcNetworkService -OrgId $script:orgId -SddcId $script:sddcId -Name 'com.vmware.nsx.policy.api.v1.cluster.nodes'