-
Notifications
You must be signed in to change notification settings - Fork 52
Set HPOVServerHardwareType
Rename or set a description to a Server Hardware Type resource.
Set-HPOVServerHardwareType [-InputObject] <Object> [-Name] <String>[ [-Description] <String>][ [-ApplianceConnection] <Array>] [<CommonParameters>]
Use this Cmdlet to rename or set a description to one or more Server Hardware Type resource(s).
Required permissions: Server administrator
-ApplianceConnection <Array>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | False |
Position? | 3 |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | False |
-Description <String>
Set a new description.
Aliases | None |
Required? | false |
Position? | 2 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-InputObject <Object>
HPOneView.ServerHardwareType resource from Get-HPOVServerHardwareType.
Aliases | Resource |
Required? | true |
Position? | 0 |
Default value | |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | False |
-Name <String>
Set a new name.
Aliases | None |
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)
HPOneView.ServerHardwareType
Resource from Get-HPOVServerHardwareType.
HPOneView.ServerHardwareType
The updated resource object.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVServerHardwareType -Name "BL460c Gen9 1" -ErrorAction Stop | Set-HPOVServerHardwareType -Name "Corp Hypervisor Host Type"
Rename the default "BL460c Gen9 1" server hardware type resource to a new name.
Rename or set a description to a Server Hardware Type resource.
Set-HPOVServerHardwareType [-InputObject] <Object> [-Name] <string>[ [-Description] <string>][ [-ApplianceConnection] <Array>] [<CommonParameters>]
Use this Cmdlet to rename or set a description to one or more Server Hardware Type resource(s).
Required permissions: Server administrator
-ApplianceConnection <Array>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | False |
Position? | 3 |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | False |
-Description <string>
Set a new description.
Aliases | None |
Required? | false |
Position? | 2 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-InputObject <Object>
HPOneView.ServerHardwareType resource from Get-HPOVServerHardwareType.
Aliases | Resource |
Required? | true |
Position? | 0 |
Default value | |
Accept pipeline input? | true (ByValue) |
Accept wildcard characters? | False |
-Name <string>
Set a new name.
Aliases | None |
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)
HPOneView.ServerHardwareType
Resource from Get-HPOVServerHardwareType.
HPOneView.ServerHardwareType
The updated resource object.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVServerHardwareType -Name 'BL460c Gen9 1' -ErrorAction Stop | Set-HPOVServerHardwareType -Name 'Corp Hypervisor Host Type'
Rename the default 'BL460c Gen9 1' server hardware type resource to a new name.