Skip to content

Latest commit

 

History

History
316 lines (236 loc) · 7.26 KB

New-IntersightSoftwarerepositoryCategoryMapper.md

File metadata and controls

316 lines (236 loc) · 7.26 KB
external help file Module Name online version schema
Intersight.PowerShell.dll-Help.xml
Intersight.PowerShell
2.0.0

New-IntersightSoftwarerepositoryCategoryMapper

SYNOPSIS

Fill in the Synopsis

SYNTAX


New-IntersightSoftwarerepositoryCategoryMapper [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-Category< string>][-FileType< SoftwarerepositoryCategoryMapper.FileTypeEnum>][-ImageType< string>][-IsNfsUpgradeSupported< bool>][-MdfId< string>][-Moid< string>][[-Name]< string>][-RegexPattern< string>][-Source< SoftwarerepositoryCategoryMapper.SourceEnum>][-SupportedModels< System.Collections.Generic.List`1[string]>][-SwId< string>][-TagTypes< System.Collections.Generic.List`1[string]>][-Tags< System.Collections.Generic.List`1[MoTag]>][-Version< string>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]

DESCRIPTION

Create a 'SoftwarerepositoryCategoryMapper' resource.

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

-Category

The category of the model series.

Type: string
Parameter Sets: (All)
Aliases:

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

-FileType

The type of distributable image, example huu, scu, driver, os.\n* Distributable - Stores firmware host utility images and fabric images.\n* DriverDistributable - Stores driver distributable images.\n* ServerConfigurationUtilityDistributable - Stores server configuration utility images.\n* OperatingSystemFile - Stores operating system iso images.\n* HyperflexDistributable - It stores HyperFlex images.\n* HciDistributable - It stores HCI images, such as bootstrap iso images.

Type: SoftwarerepositoryCategoryMapper.FileTypeEnum
Parameter Sets: (All)
Aliases:

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

-ImageType

The type of image based on the endpoint it can upgrade. For example, ucs-c420m5-huu-3.2.1a.iso can upgrade standalone servers, so the image type is Standalone Server.

Type: string
Parameter Sets: (All)
Aliases:

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

-IsNfsUpgradeSupported

Defines whether NFS firmware upgrade is supported with this image type.

Type: bool
Parameter Sets: (All)
Aliases:

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

-MdfId

Cisco software repository image category identifier.

Type: string
Parameter Sets: (All)
Aliases:

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

-Moid

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

-Name

An unique identifer for a capability descriptor.

Type: string
Parameter Sets: (All)
Aliases:

Required: true
Position: Named
Default value: None
Accept pipeline input: True False
Accept wildcard characters: False

-RegexPattern

The regex that all images of this category follow.

Type: string
Parameter Sets: (All)
Aliases:

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

-Source

The image can be downloaded from cisco.com or external cloud store.\n* Cisco - External repository hosted on cisco.com.\n* IntersightCloud - Repository hosted by the Intersight Cloud.\n* LocalMachine - The file is available on the local client machine. Used as an upload source type.\n* NetworkShare - External repository in the customer datacenter. This will typically be a file server.

Type: SoftwarerepositoryCategoryMapper.SourceEnum
Parameter Sets: (All)
Aliases:

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

-SupportedModels

Type: System.Collections.Generic.List`1[string]
Parameter Sets: (All)
Aliases:

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

-SwId

The software type id provided by cisco.com.

Type: string
Parameter Sets: (All)
Aliases:

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

-TagTypes

Type: System.Collections.Generic.List`1[string]
Parameter Sets: (All)
Aliases:

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

-Tags

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

-Version

The version from which user can download images from amazon store, if source is external cloud store.

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:\> New-IntersightSoftwarerepositoryCategoryMapper

{ Add example description here }

INPUTS

System.Int32

System.String

OUTPUTS

TestModule.FavoriteStuff

NOTES

RELATED LINKS

Get-IntersightSoftwarerepositoryCategoryMapper

Initialize-IntersightMoVersionContext

Remove-IntersightSoftwarerepositoryCategoryMapper

Set-IntersightSoftwarerepositoryCategoryMapper