Invoke ADCGetNstrafficdomainvxlanbinding - j81blog/J81.ADCToolkit GitHub Wiki
Get NS configuration object(s).
Invoke-ADCGetNstrafficdomainvxlanbinding [-Filter <Hashtable>] [-GetAll] [<CommonParameters>]
Invoke-ADCGetNstrafficdomainvxlanbinding [-Td <Double>] [-Filter <Hashtable>] [<CommonParameters>]
Invoke-ADCGetNstrafficdomainvxlanbinding [-Count] [-Filter <Hashtable>] [<CommonParameters>]
Binding object showing the vxlan that can be bound to nstrafficdomain.
Invoke-ADCGetNstrafficdomainvxlanbinding
Get data.
Invoke-ADCGetNstrafficdomainvxlanbinding -GetAll
Get all nstrafficdomain_vxlan_binding data.
Invoke-ADCGetNstrafficdomainvxlanbinding -Count
Get the number of nstrafficdomain_vxlan_binding objects.
Invoke-ADCGetNstrafficdomainvxlanbinding -name <string>
Get nstrafficdomain_vxlan_binding object by specifying for example the name.
Invoke-ADCGetNstrafficdomainvxlanbinding -Filter @{ 'name'='<value>' }
Get nstrafficdomain_vxlan_binding data with a filter.
Integer value that uniquely identifies a traffic domain.
Type: Double
Parameter Sets: GetByResource
Aliases:
Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: FalseIf specified, the count of the nstrafficdomain_vxlan_binding object(s) will be returned.
Type: SwitchParameter
Parameter Sets: Count
Aliases:
Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseSpecify a filter. -Filter @{ 'name'='<value>' }
Type: Hashtable
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: @{ }
Accept pipeline input: False
Accept wildcard characters: FalseRetrieve all nstrafficdomain_vxlan_binding object(s).
Type: SwitchParameter
Parameter Sets: GetAll
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
File Name : Invoke-ADCGetNstrafficdomainvxlanbinding Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/ns/nstrafficdomain_vxlan_binding/ Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.