Skip to content

Latest commit

 

History

History
244 lines (180 loc) · 5.93 KB

Initialize-IntersightFirmwareNetworkShare.md

File metadata and controls

244 lines (180 loc) · 5.93 KB
external help file Module Name online version schema
Intersight.PowerShell.dll-Help.xml
Intersight.PowerShell
2.0.0

Initialize-IntersightFirmwareNetworkShare

SYNOPSIS

Fill in the Synopsis

SYNTAX


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

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

-CifsServer

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

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

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

-HttpServer

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

-MapType

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

-NfsServer

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

-ObjectType

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

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

-Upgradeoption

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

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

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

{ Add example description here }

INPUTS

System.Int32

System.String

OUTPUTS

TestModule.FavoriteStuff

NOTES

RELATED LINKS

Initialize-IntersightFirmwareCifsServer

Initialize-IntersightFirmwareHttpServer

Initialize-IntersightFirmwareNfsServer