Skip to content

Latest commit

 

History

History
390 lines (289 loc) · 9.41 KB

Set-IntersightVnicFcAdapterPolicy.md

File metadata and controls

390 lines (289 loc) · 9.41 KB
external help file Module Name online version schema
Intersight.PowerShell.dll-Help.xml
Intersight.PowerShell
2.0.0

Set-IntersightVnicFcAdapterPolicy

SYNOPSIS

Fill in the Synopsis

SYNTAX


Set-IntersightVnicFcAdapterPolicy [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-Description< string>][-ErrorDetectionTimeout< long>][-ErrorRecoverySettings< VnicFcErrorRecoverySettings>][-FlogiSettings< VnicFlogiSettings>][-InterruptSettings< VnicFcInterruptSettings>][-IoThrottleCount< long>][-LunCount< long>][-LunQueueDepth< long>][[-Moid]< string>][-Name< string>][-Organization< OrganizationOrganizationRelationship>][-PlogiSettings< VnicPlogiSettings>][-ResourceAllocationTimeout< long>][-RxQueueSettings< VnicFcQueueSettings>][-ScsiQueueSettings< VnicScsiQueueSettings>][-Tags< System.Collections.Generic.List`1[MoTag]>][-TxQueueSettings< VnicFcQueueSettings>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]

DESCRIPTION

Update a 'VnicFcAdapterPolicy' 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

Description of the policy.

Type: string
Parameter Sets: (All)
Aliases:

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

-ErrorDetectionTimeout

Error Detection Timeout, also referred to as EDTOV, is the number of milliseconds to wait before the system assumes that an error has occurred.

Type: long
Parameter Sets: (All)
Aliases:

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

-ErrorRecoverySettings

Fibre Channel Error Recovery Settings.

Note :- Use Initialize-IntersightVnicFcErrorRecoverySettings to create the object of complex type VnicFcErrorRecoverySettings

Type: VnicFcErrorRecoverySettings
Parameter Sets: (All)
Aliases:

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

-FlogiSettings

Fibre Channel Flogi Settings.

Note :- Use Initialize-IntersightVnicFlogiSettings to create the object of complex type VnicFlogiSettings

Type: VnicFlogiSettings
Parameter Sets: (All)
Aliases:

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

-InterruptSettings

Interrupt Settings for the virtual fibre channel interface.

Note :- Use Initialize-IntersightVnicFcInterruptSettings to create the object of complex type VnicFcInterruptSettings

Type: VnicFcInterruptSettings
Parameter Sets: (All)
Aliases:

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

-IoThrottleCount

The maximum number of data or control I/O operations that can be pending for the virtual interface at one time. If this value is exceeded, the additional I/O operations wait in the queue until the number of pending I/O operations decreases and the additional operations can be processed.

Type: long
Parameter Sets: (All)
Aliases:

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

-LunCount

The maximum number of LUNs that the Fibre Channel driver will export or show. The maximum number of LUNs is usually controlled by the operating system running on the server. Lun Count value can exceed 1024 only for vHBA of type 'FC Initiator' and on servers having supported firmware version.

Type: long
Parameter Sets: (All)
Aliases:

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

-LunQueueDepth

The number of commands that the HBA can send and receive in a single transmission per LUN.

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

-Name

Name of the concrete policy.

Type: string
Parameter Sets: (All)
Aliases:

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

-Organization

A reference to a organizationOrganization 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: OrganizationOrganizationRelationship
Parameter Sets: (All)
Aliases:

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

-PlogiSettings

Fibre Channel Plogi Settings.

Note :- Use Initialize-IntersightVnicPlogiSettings to create the object of complex type VnicPlogiSettings

Type: VnicPlogiSettings
Parameter Sets: (All)
Aliases:

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

-ResourceAllocationTimeout

Resource Allocation Timeout, also referred to as RATOV, is the number of milliseconds to wait before the system assumes that a resource cannot be properly allocated.

Type: long
Parameter Sets: (All)
Aliases:

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

-RxQueueSettings

Fibre Channel Receive Queue Settings.

Note :- Use Initialize-IntersightVnicFcQueueSettings to create the object of complex type VnicFcQueueSettings

Type: VnicFcQueueSettings
Parameter Sets: (All)
Aliases:

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

-ScsiQueueSettings

SCSI Input/Output Queue Settings.

Note :- Use Initialize-IntersightVnicScsiQueueSettings to create the object of complex type VnicScsiQueueSettings

Type: VnicScsiQueueSettings
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

-TxQueueSettings

Fibre Channel Transmit Queue Settings.

Note :- Use Initialize-IntersightVnicFcQueueSettings to create the object of complex type VnicFcQueueSettings

Type: VnicFcQueueSettings
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-IntersightVnicFcAdapterPolicy

{ Add example description here }

INPUTS

System.Int32

System.String

OUTPUTS

TestModule.FavoriteStuff

NOTES

RELATED LINKS

Get-IntersightVnicFcAdapterPolicy

Initialize-IntersightMoVersionContext

Initialize-IntersightVnicFcErrorRecoverySettings

Initialize-IntersightVnicFcInterruptSettings

Initialize-IntersightVnicFcQueueSettings

Initialize-IntersightVnicFlogiSettings

Initialize-IntersightVnicPlogiSettings

Initialize-IntersightVnicScsiQueueSettings

New-IntersightVnicFcAdapterPolicy

Remove-IntersightVnicFcAdapterPolicy