external help file | Module Name | online version | schema |
---|---|---|---|
Intersight.PowerShell.dll-Help.xml |
Intersight.PowerShell |
2.0.0 |
Fill in the Synopsis
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>]
Initialize cmdlet is used to instantiate the object of complex type in the Powershell session, it does not create the object on the server.
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
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
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).\n* Ether Channel Pinning
- Capability indicator of the Ether Channel Pinning feature.
Type: CapabilityFeatureConfig.FeatureNameEnum
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False
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
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
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
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
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
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
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
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
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
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
PS C:\> Initialize-IntersightCapabilityFeatureConfig
{ Add example description here }