Skip to content

Latest commit

 

History

History
184 lines (132 loc) · 4.57 KB

New-IntersightComputeHostUtilityOperation.md

File metadata and controls

184 lines (132 loc) · 4.57 KB
external help file Module Name online version schema
Intersight.PowerShell.dll-Help.xml
Intersight.PowerShell
2.0.0

New-IntersightComputeHostUtilityOperation

SYNOPSIS

Fill in the Synopsis

SYNTAX


New-IntersightComputeHostUtilityOperation [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-HostOpConfig< ComputeHostUtilityOperationConfguration>][-HostUtilityOperationMode< ComputeHostUtilityOperation.HostUtilityOperationModeEnum>][-Moid< string>][-Server< ComputePhysicalRelationship>][-Tags< System.Collections.Generic.List`1[MoTag]>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>]

DESCRIPTION

Create a 'ComputeHostUtilityOperation' 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

-HostOpConfig

Host operation related configuration such as scrub components those need to be cleared while scrub are specified using this configuration.

Note :- Use Initialize-IntersightComputeHostUtilityOperationConfguration to create the object of complex type ComputeHostUtilityOperationConfguration

Type: ComputeHostUtilityOperationConfguration
Parameter Sets: (All)
Aliases:

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

-HostUtilityOperationMode

Host utility operation need to be performed in the endpoint.\n* None - Host utility mode of the operation is set to none by default.\n* SecureErase - EU LOT-9 secure data cleanup on the server components.\n* SecureEraseWithDecommission - EU LOT-9 secure data cleanup on the server components and do decommission.\n* Scrub - Quick cleanup on storage and BIOS.

Type: ComputeHostUtilityOperation.HostUtilityOperationModeEnum
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

-Server

A reference to a computePhysical resource.\nWhen the $expand query parameter is specified, the referenced resource is returned inline.

Note:- To get the relationship object pass the MO to the cmdlet Get-IntersightMoMoRef or use the cmdlet Initialize-IntersightMoMoRef.

Type: ComputePhysicalRelationship
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

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

{ Add example description here }

INPUTS

System.Int32

System.String

OUTPUTS

TestModule.FavoriteStuff

NOTES

RELATED LINKS

Get-IntersightComputeHostUtilityOperation

Initialize-IntersightComputeHostUtilityOperationConfguration

Initialize-IntersightMoVersionContext