-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVAddressPool
Retrieve Address Pool information.
Get-HPOVAddressPool [-Type] <Array> [-ApplianceConnection] <Object> [<CommonParameters>]
This cmdlet will get the avilable and configured Address Pools, and their associated Ranges from the appliance. Currently, the appliance supports the following Address Pools:
* VMAC
* VWWN
* VSN
* IPv4
You can specify one, some or all of the Pool types. A Range switch is provided to include the associated Range objects. A report switch is provided to display a report of each Address Pool type.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Type <Array>
The Address Pool type. Accepted values are VMAC, VWWN, VSN, IPv4, or All.
Aliases | None |
Required? | true |
Position? | named |
Default value | all |
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)
None. You cannot pipe objects to this cmdlet.
HPOneView.Appliance.AddressPool [System.Management.Automation.PSCustomObject]
Single Address Pool and its contents.
System.Collections.ArrayList <HPOneView.Appliance.AddressPool>
Collection of Address Pools and their contents.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVAddressPool
Get the address pools.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVAddressPool -type vmac
Get the vmac address pool.
- Get-HPOVAddressPoolRange
- Get-HPOVAddressPoolSubnet
- New-HPOVAddressPoolRange
- New-HPOVAddressPoolSubnet
- Remove-HPOVAddressPoolRange
- Remove-HPOVAddressPoolSubnet
- Set-HPOVAddressPoolSubnet
Retrieve Address Pool information.
Get-HPOVAddressPool [-Type] <Array> [-ApplianceConnection] <Object> [<CommonParameters>]
This cmdlet will get the avilable and configured Address Pools, and their associated Ranges from the appliance. Currently, the appliance supports the following Address Pools:
* VMAC
* VWWN
* VSN
* IPv4
You can specify one, some or all of the Pool types. A Range switch is provided to include the associated Range objects. A report switch is provided to display a report of each Address Pool type.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Type <Array>
The Address Pool type. Accepted values are VMAC, VWWN, VSN, IPv4, or All.
Aliases | None |
Required? | true |
Position? | named |
Default value | all |
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)
None. You cannot pipe objects to this cmdlet.
HPOneView.Appliance.AddressPool [System.Management.Automation.PSCustomObject]
Single Address Pool and its contents.
System.Collections.ArrayList <HPOneView.Appliance.AddressPool>
Collection of Address Pools and their contents.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVAddressPool
Get the address pools.
-------------------------- EXAMPLE 2 --------------------------Get-HPOVAddressPool -type vmac
Get the vmac address pool.
- Get-HPOVAddressPoolRange
- Get-HPOVAddressPoolSubnet
- New-HPOVAddressPoolRange
- New-HPOVAddressPoolSubnet
- Remove-HPOVAddressPoolRange
- Remove-HPOVAddressPoolSubnet
- Set-HPOVAddressPoolSubnet