external help file | Module Name | online version | schema |
---|---|---|---|
Intersight.PowerShell.dll-Help.xml |
Intersight.PowerShell |
2.0.0 |
Fill in the Synopsis
Initialize-IntersightFirmwareNetworkShare [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-CifsServer< Model.FirmwareCifsServer>][-ClassId< FirmwareNetworkShare.ClassIdEnum>][-HttpServer< Model.FirmwareHttpServer>][-MapType< FirmwareNetworkShare.MapTypeEnum>][-NfsServer< Model.FirmwareNfsServer>][-ObjectType< FirmwareNetworkShare.ObjectTypeEnum>][-Password< string>][-Upgradeoption< FirmwareNetworkShare.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
CIFS file server option for network share upgrade.
Note :- Use Initialize-IntersightFirmwareCifsServer to create the object of complex type FirmwareCifsServer
Type: Model.FirmwareCifsServer
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: FirmwareNetworkShare.ClassIdEnum
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False
HTTP (for WWW) file server option for network share upgrade.
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
File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.\n* nfs
- File server protocol used is NFS.\n* cifs
- File server protocol used is CIFS.\n* www
- File server protocol used is WWW.
Type: FirmwareNetworkShare.MapTypeEnum
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: False
NFS file server option for network share upgrade.
Note :- Use Initialize-IntersightFirmwareNfsServer to create the object of complex type FirmwareNfsServer
Type: Model.FirmwareNfsServer
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: FirmwareNetworkShare.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 file 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 operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.\n* nw_upgrade_full
- Network upgrade option for full upgrade.\n* nw_upgrade_mount_only
- Network upgrade mount only.
Type: FirmwareNetworkShare.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 file 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-IntersightFirmwareNetworkShare
{ Add example description here }
Initialize-IntersightFirmwareCifsServer