Skip to content

Latest commit

 

History

History
406 lines (305 loc) · 9.61 KB

Set-IntersightVirtualizationVmwareDistributedSwitch.md

File metadata and controls

406 lines (305 loc) · 9.61 KB
external help file Module Name online version schema
Intersight.PowerShell.dll-Help.xml
Intersight.PowerShell
2.0.0

Set-IntersightVirtualizationVmwareDistributedSwitch

SYNOPSIS

Fill in the Synopsis

SYNTAX


Set-IntersightVirtualizationVmwareDistributedSwitch [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-Description< string>][-DiscoveryProtocol< VirtualizationVmwareDiscoveryProtocol>][-Identity< string>][-MaxPort< long>][[-Moid]< string>][-Mtu< long>][-Name< string>][-NetworkIoControl< bool>][-NicTeamingAndFailover< VirtualizationVmwareTeamingAndFailover>][-NumHosts< long>][-NumNetworks< long>][-NumStandAlonePorts< long>][-NumUplinks< long>][-RegisteredDevice< AssetDeviceRegistrationRelationship>][-ResourceAllocationSystemTraffic< System.Collections.Generic.List`1[VirtualizationVmwareResourceAllocationSystemTrafficTypes]>][-SwitchCapacity< VirtualizationStorageCapacity>][-Tags< System.Collections.Generic.List`1[MoTag]>][-Uuid< string>][-Version< string>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]

DESCRIPTION

Update a 'VirtualizationVmwareDistributedSwitch' resource.

PARAMETERS

-AdditionalProperties

Type: System.Collections.Generic.Dictionary`2[string,object]
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Description

Switch description (user provided), if any.

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-DiscoveryProtocol

Discovery protocol helps to determine which port of the physical switch connected to standard switch or distributed switch.

Note :- Use Initialize-IntersightVirtualizationVmwareDiscoveryProtocol to create the object of complex type VirtualizationVmwareDiscoveryProtocol

Type: VirtualizationVmwareDiscoveryProtocol
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Identity

The internally generated identity of this switch. This entity is not manipulated by users. It aids in uniquely identifying the switch object. For VMware, this is MOR (managed object reference).

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-MaxPort

Maximum number of ports allowed on this distributed virtual switch.

Type: long
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Moid

The unique identifier of this Managed Object instance.

Type: string
Parameter Sets: (All)
Aliases:

Required: true
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Mtu

Maximum transmission unit configured on a distributed virtual switch.

Type: long
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Name

User-provided name to identify the switch.

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-NetworkIoControl

If network io control is enabled, will set the value as true.

Type: bool
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-NicTeamingAndFailover

The teams can then either share the load of traffic between physical and virtual networks among some or all of its members, or provide passive failover in the event of a hardware failure or a network outage.

Note :- Use Initialize-IntersightVirtualizationVmwareTeamingAndFailover to create the object of complex type VirtualizationVmwareTeamingAndFailover

Type: VirtualizationVmwareTeamingAndFailover
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-NumHosts

The total number of hosts attached to the distributed virtual switch.

Type: long
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-NumNetworks

The total number of distributed networks in the distributed virtual switch.

Type: long
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-NumStandAlonePorts

Number of stand-alone ports in use.

Type: long
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-NumUplinks

Number of uplinks configured in this distributed virtual switch.

Type: long
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-RegisteredDevice

A reference to a assetDeviceRegistration resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.

Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef or use the cmdlet Initialize-IntersightMoMoRef.

Type: AssetDeviceRegistrationRelationship
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-ResourceAllocationSystemTraffic

Note :- Use Initialize-IntersightVirtualizationVmwareResourceAllocationSystemTrafficTypes to create the object of complex type VirtualizationVmwareResourceAllocationSystemTrafficTypes

Type: System.Collections.Generic.List`1[VirtualizationVmwareResourceAllocationSystemTrafficTypes]
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-SwitchCapacity

Capacity and consumption information about this distributed virtual switch, if available.

Note :- Use Initialize-IntersightVirtualizationStorageCapacity to create the object of complex type VirtualizationStorageCapacity

Type: VirtualizationStorageCapacity
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Tags

Note :- Use Initialize-IntersightMoTag to create the object of complex type MoTag

Type: System.Collections.Generic.List`1[MoTag]
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Uuid

Universally Unique Id of this distributed virtual switch.

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Version

The running config's version details are represented.

Type: string
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False

-Json

Returns the json payload received in response.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True False
Accept wildcard characters: False

-WithHttpInfo

Returns the HTTP response with headers and content.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: false
Position: Named
Default value: None
Accept pipeline input: True False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

EXAMPLES

Example 1

PS C:\> Set-IntersightVirtualizationVmwareDistributedSwitch

{ Add example description here }

INPUTS

System.Int32

System.String

OUTPUTS

TestModule.FavoriteStuff

NOTES

RELATED LINKS

Get-IntersightVirtualizationVmwareDistributedSwitch

Initialize-IntersightMoVersionContext

Initialize-IntersightVirtualizationStorageCapacity

Initialize-IntersightVirtualizationVmwareDiscoveryProtocol

Initialize-IntersightVirtualizationVmwareResourceAllocationSystemTrafficTypes

Initialize-IntersightVirtualizationVmwareTeamingAndFailover