Skip to content

Latest commit

 

History

History
251 lines (184 loc) · 7.16 KB

Initialize-IntersightCapabilityFeatureConfig.md

File metadata and controls

251 lines (184 loc) · 7.16 KB
external help file Module Name online version schema
Intersight.PowerShell.dll-Help.xml
Intersight.PowerShell
2.0.0

Initialize-IntersightCapabilityFeatureConfig

SYNOPSIS

Fill in the Synopsis

SYNTAX


Initialize-IntersightCapabilityFeatureConfig [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< CapabilityFeatureConfig.ClassIdEnum>][-FeatureName< CapabilityFeatureConfig.FeatureNameEnum>][-MinAdapterFwVersion< string>][-MinFwVersion< string>][-ObjectType< CapabilityFeatureConfig.ObjectTypeEnum>][-SupportedFwVersions< System.Collections.Generic.List`1[string]>][-SupportedInAdapters< System.Collections.Generic.List`1[string]>][-SupportedInGenerations< System.Collections.Generic.List`1[CapabilityFeatureConfig.SupportedInGenerationsEnum]>][-UnsupportedFeatureMatrix< System.Collections.Generic.List`1[Model.CapabilityUnsupportedFeatureConfig]>][-ValidationAction< CapabilityFeatureConfig.ValidationActionEnum>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]

DESCRIPTION

Initialize cmdlet is used to instantiate the object of complex type in the Powershell session, it does not create the object on the server.

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

-ClassId

The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.

Type: CapabilityFeatureConfig.ClassIdEnum
Parameter Sets: (All)
Aliases:

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

-FeatureName

Name of the feature that identifies the specific adapter configuration.\n* RoCEv2 - Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 2.\n* RoCEv1 - Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 1.\n* VMQ - Capability indicator of the Virtual Machine Queue (VMQ) feature.\n* VMMQ - Capability indicator of the Virtual Machine Multi-Queue (VMMQ) feature.\n* VMQInterrupts - Capability indicator of the Virtual Machine Queue (VMQ) Interrupts feature.\n* NVGRE - Capability indicator of the Network Virtualization using Generic Routing Encapsulation (NVGRE) feature.\n* ARFS - Capability indicator of the Accelerated Receive Flow Steering (ARFS) feature.\n* VXLAN - Capability indicator of the Virtual Extensible LAN (VXLAN) feature.\n* usNIC - Capability indicator of the User Space NIC (usNIC) feature.\n* Advanced Filter - Capability indicator of the Advanced Filter feature.\n* Azure Stack Host QOS - Capability indicator of the Azure Stack Host QOS feature.\n* GENEVE Offload - Capability indicator of the Generic Network Virtualization Encapsulation (Geneve) Offload feature.\n* QinQ - Capability indicator of the QinQ feature.\n* SRIOV - Capability indicator of the Single Root Input Output Virtualization (SR-IOV).

Type: CapabilityFeatureConfig.FeatureNameEnum
Parameter Sets: (All)
Aliases:

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

-MinAdapterFwVersion

Firmware version of Adapter from which support for this feature is available.

Type: string
Parameter Sets: (All)
Aliases:

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

-MinFwVersion

Firmware version of BMC from which support for this feature is available.

Type: string
Parameter Sets: (All)
Aliases:

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

-ObjectType

The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.

Type: CapabilityFeatureConfig.ObjectTypeEnum
Parameter Sets: (All)
Aliases:

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

-SupportedFwVersions

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

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

-SupportedInAdapters

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

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

-SupportedInGenerations

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

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

-UnsupportedFeatureMatrix

Note :- Use Initialize-IntersightCapabilityUnsupportedFeatureConfig to create the object of complex type CapabilityUnsupportedFeatureConfig

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

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

-ValidationAction

Action to be taken when validation does not succeed.\n* Error - Stop workflow execution by throwing error.\n* Skip - Remove the feature from configuration and continue workflow execution.

Type: CapabilityFeatureConfig.ValidationActionEnum
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:\> Initialize-IntersightCapabilityFeatureConfig

{ Add example description here }

INPUTS

System.Int32

System.String

OUTPUTS

TestModule.FavoriteStuff

NOTES

RELATED LINKS

Initialize-IntersightCapabilityUnsupportedFeatureConfig