external help file | Module Name | online version | schema |
---|---|---|---|
Intersight.PowerShell.dll-Help.xml |
Intersight.PowerShell |
2.0.0 |
Fill in the Synopsis
Initialize-IntersightFirmwareDirectDownload [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< FirmwareDirectDownload.ClassIdEnum>][-HttpServer< Model.FirmwareHttpServer>][-ImageSource< FirmwareDirectDownload.ImageSourceEnum>][-ObjectType< FirmwareDirectDownload.ObjectTypeEnum>][-Password< string>][-Upgradeoption< FirmwareDirectDownload.UpgradeoptionEnum>][-Username< string>][-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: FirmwareDirectDownload.ClassIdEnum
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False
HTTP Server option when the image source is a local HTTPS server.
Note :- Use Initialize-IntersightFirmwareHttpServer to create the object of complex type FirmwareHttpServer
Type: Model.FirmwareHttpServer
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False
Source type referring the image to be downloaded from CCO or from a local HTTPS server.\n* cisco
- Image to be downloaded from Cisco software repository.\n* localHttp
- Image to be downloaded from a https server.
Type: FirmwareDirectDownload.ImageSourceEnum
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: FirmwareDirectDownload.ObjectTypeEnum
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False
Password as configured on the local https server.
Type: string
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False
Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.\n* sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.\n* sd_download_only
- Direct upgrade SD download only.\n* sd_upgrade_only
- Direct upgrade SD upgrade only.\n* sd_upgrade_full
- Direct upgrade SD upgrade full.\n* download_only
- Direct upgrade image download only.\n* upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.\n* upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.\n* chassis_upgrade_full
- Direct upgrade chassis upgrade full.\n* monitor_only
- Direct upgrade monitor progress only.\n* validate_only
- Validate whether a component is ready for ugprade.\n* cancel_only
- Cancel pending upgrade only.
Type: FirmwareDirectDownload.UpgradeoptionEnum
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False
Username as configured on the local https server.
Type: string
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-IntersightFirmwareDirectDownload
{ Add example description here }