Skip to content

Latest commit

 

History

History
206 lines (152 loc) · 5.49 KB

Initialize-IntersightFirmwareDirectDownload.md

File metadata and controls

206 lines (152 loc) · 5.49 KB
external help file Module Name online version schema
Intersight.PowerShell.dll-Help.xml
Intersight.PowerShell
2.0.0

Initialize-IntersightFirmwareDirectDownload

SYNOPSIS

Fill in the Synopsis

SYNTAX


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>]

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: FirmwareDirectDownload.ClassIdEnum
Parameter Sets: (All)
Aliases:

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

-HttpServer

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

-ImageSource

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

-ObjectType

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

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

-Upgradeoption

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

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

-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-IntersightFirmwareDirectDownload

{ Add example description here }

INPUTS

System.Int32

System.String

OUTPUTS

TestModule.FavoriteStuff

NOTES

RELATED LINKS

Initialize-IntersightFirmwareHttpServer