-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVPowerPotentialDeviceConnection
Retrieve Power Device (mPDU/Rack PDU) Potentail Connections
Get-HPOVPowerPotentialDeviceConnection [-PowerDevice] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]
Obtain a collection of potential managed and unmanaged device power connections for the provided power device resoruce. The returned value(s) will include the potential power connections that can be manually associated when not using iPDU devices.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one HPOneView.Appliance.Connection object or Name property value. If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | False |
-PowerDevice <Object>
Aliases [-uri, -name] The name of the power device resource. Can provide Name, URI or Object.
Aliases | uri, name |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | true (ByValue) |
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)
System.Management.Automation.PSCustomObject
Potential managed/unmanaged device Power Delivery Device connection object
System.Collections.ArrayList
Collection of matching potential power device connection objects
-------------------------- EXAMPLE 1 --------------------------Get-HPOVPowerDevice "iPDU_A" | Get-HPOVPowerPotentialDeviceConnection
Return the potential power device connections for the "iPDU_A" power delivery device.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVPowerPotentialDeviceConnection "iPDU_A"
Return the potential power device connections for the "iPDU_A" power delivery device.
Retrieve Power Device (mPDU/Rack PDU) Potentail Connections
Get-HPOVPowerPotentialDeviceConnection [-PowerDevice] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]
Obtain a collection of potential managed and unmanaged device power connections for the provided power device resoruce. The returned value(s) will include the potential power connections that can be manually associated when not using iPDU devices.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one HPOneView.Appliance.Connection object or Name property value. If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | False |
-PowerDevice <Object>
Aliases [-uri, -name] The name of the power device resource. Can provide Name, URI or Object.
Aliases | uri, name |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | true (ByValue) |
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)
System.Management.Automation.PSCustomObject
Potential managed/unmanaged device Power Delivery Device connection object
System.Collections.ArrayList
Collection of matching potential power device connection objects
-------------------------- EXAMPLE 1 --------------------------Get-HPOVPowerDevice "iPDU_A" | Get-HPOVPowerPotentialDeviceConnection
Return the potential power device connections for the "iPDU_A" power delivery device.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVPowerPotentialDeviceConnection "iPDU_A"
Return the potential power device connections for the "iPDU_A" power delivery device.