external help file | Module Name | online version | schema |
---|---|---|---|
Intersight.PowerShell.dll-Help.xml |
Intersight.PowerShell |
2.0.0 |
Fill in the Synopsis
New-IntersightRecommendationHardwareExpansionRequestItem [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ItemType< RecommendationHardwareExpansionRequestItem.ItemTypeEnum>][-MaxValue< float>][-MaxValueUnit< RecommendationHardwareExpansionRequestItem.MaxValueUnitEnum>][-Moid< string>][-Tags< System.Collections.Generic.List`1[MoTag]>][-UnitType< RecommendationHardwareExpansionRequestItem.UnitTypeEnum>][-Value< float>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]
Create a 'RecommendationHardwareExpansionRequestItem' resource.
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
Type of hardware item for which the capacity increase is requested by the user. For example, CPU.\n* None
- The Enum value None represents that no value was set for the hardware type.\n* CPU
- The Enum value CPU represents that the hardware type requested for expansion is a physical CPU.\n* Memory
- The Enum value Memory represents that the hardware type requested for expansion is a memory unit.\n* Storage
- The Enum value Storage represents that the hardware type requested for expansion is a storage unit, ie, storage drives.
Type: RecommendationHardwareExpansionRequestItem.ItemTypeEnum
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False
The maximum value allowed for expansion for the hardware type on the referred registered device.
Type: float
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False
Unit type for the maximum value of the resource. For example, TB, GB, MB.\n* TB
- The Enum value TB represents that the measurement unit is in terabytes.\n* MB
- The Enum value MB represents that the measurement unit is in megabytes.\n* GB
- The Enum value GB represents that the measurement unit is in gigabytes.\n* MHz
- The Enum value MHz represents that the measurement unit is in megahertz.\n* GHz
- The Enum value GHz represents that the measurement unit is in gigahertz.\n* Percentage
- The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.
Type: RecommendationHardwareExpansionRequestItem.MaxValueUnitEnum
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False
The unique identifier of this Managed Object instance.
Type: string
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False
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
Unit type for the expansion request, i.e., if the increase is requested as a raw value in TB, GB, etc., or in percentage increase.\n* TB
- The Enum value TB represents that the measurement unit is in terabytes.\n* MB
- The Enum value MB represents that the measurement unit is in megabytes.\n* GB
- The Enum value GB represents that the measurement unit is in gigabytes.\n* MHz
- The Enum value MHz represents that the measurement unit is in megahertz.\n* GHz
- The Enum value GHz represents that the measurement unit is in gigahertz.\n* Percentage
- The Enum value Percentage represents that the expansion request is in the percentage of resource increase. For example, a 20% increase in CPU capacity.
Type: RecommendationHardwareExpansionRequestItem.UnitTypeEnum
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False
Value of the expansion request which can be absolute value or percentage increase.
Type: float
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:\> New-IntersightRecommendationHardwareExpansionRequestItem
{ Add example description here }
Get-IntersightRecommendationHardwareExpansionRequestItem