| external help file | Module Name | online version | schema |
|---|---|---|---|
Intersight.PowerShell.dll-Help.xml |
Intersight.PowerShell |
2.0.0 |
Fill in the Synopsis
Initialize-IntersightMemoryPersistentMemoryLogicalNamespace [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-Capacity< long>][-ClassId< MemoryPersistentMemoryLogicalNamespace.ClassIdEnum>][-Mode< MemoryPersistentMemoryLogicalNamespace.ModeEnum>][-Name< string>][-ObjectType< MemoryPersistentMemoryLogicalNamespace.ObjectTypeEnum>][-SocketId< MemoryPersistentMemoryLogicalNamespace.SocketIdEnum>][-SocketMemoryId< MemoryPersistentMemoryLogicalNamespace.SocketMemoryIdEnum>][-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: FalseCapacity of this Namespace that is created or modified.
Type: long
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseThe 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: MemoryPersistentMemoryLogicalNamespace.ClassIdEnum
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseMode of this Namespace that is created or modified.\n* raw - The raw mode of Persistent Memory Namespace.\n* block - The block mode of Persistent Memory Namespace.
Type: MemoryPersistentMemoryLogicalNamespace.ModeEnum
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseName of this Namespace to be created on the server.
Type: string
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseThe fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.
Type: MemoryPersistentMemoryLogicalNamespace.ObjectTypeEnum
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseSocket ID of the region on which this Namespace has to be created or modified.\n* 1 - The first CPU socket in a server.\n* 2 - The second CPU socket in a server.\n* 3 - The third CPU socket in a server.\n* 4 - The fourth CPU socket in a server.
Type: MemoryPersistentMemoryLogicalNamespace.SocketIdEnum
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseSocket Memory ID of the region on which this Namespace has to be created or modified.\n* Not Applicable - The socket memory ID is not applicable if app-direct persistent memory type is selected in the goal.\n* 2 - The second socket memory ID within a socket in a server.\n* 4 - The fourth socket memory ID within a socket in a server.\n* 6 - The sixth socket memory ID within a socket in a server.\n* 8 - The eighth socket memory ID within a socket in a server.\n* 10 - The tenth socket memory ID within a socket in a server.\n* 12 - The twelfth socket memory ID within a socket in a server.
Type: MemoryPersistentMemoryLogicalNamespace.SocketMemoryIdEnum
Parameter Sets: (All)
Aliases:
Required: false
Position: Named
Default value: None
Accept pipeline input: True True (ByPropertyName)
Accept wildcard characters: FalseReturns 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: FalseReturns 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: FalseThis 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-IntersightMemoryPersistentMemoryLogicalNamespace{ Add example description here }