-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVAddressPoolRange
## Get-HPOVAddressPoolRange
Retrieve Address Pool Range information. ### SYNTAX
Get-HPOVAddressPoolRange [-Pool] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]
This Cmdlet will display a specific Address Pool Range.
-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? | true (ByPropertyName) |
Accept wildcard characters? | False |
-Pool <Object>
Specify the type of Address Range Pool, or the Address Pool object fro Get-HPOVAddressPool. Allowed values are:
- VMAC
- VWWN
- VSN
- All
Default: All
Aliases | Appliance |
Required? | true |
Position? | 0 |
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)
### Input Types
HPOneView.Appliance.AddressPool [System.Management.Automation.PSCustomObject]
Address Pool object piped from Get-HPOVAddresPool.
### Return Values
HPOneView.Appliance.AddressPoolRange [System.Management.Automation.PSCustomObject]
Single Address Pool Range object.
_**System.Collections.ArrayList <HPOneView.Appliance.AddressPoolRange>**_
Collection of Address Pool Range(s).
### Examples
-------------------------- EXAMPLE 1 --------------------------PS C:\> Get-HPOVAddressPoolRange -range VMAC Name Enabled Category Total Allocated Available Reserved Start End ---- ------- -------- ----- --------- --------- -------- ----- --- VMAC True GENERATED 1048576 0 1048576 0 8A:AD:88:90:00:00 8A:AD:88:9F:FF:FF
Get the address pool ranges from the 'VMAC' pool.
-------------------------- EXAMPLE 2 --------------------------[PS] C:\> Get-HPOVAddressPool | Get-HPOVAddressPoolRange Name Enabled Category Total Allocated Available Reserved Start End ---- ------- -------- ----- --------- --------- -------- ----- --- VMAC True Generated 1048576 2 1048574 0 62:79:84:50:00:00 62:79:84:5F:FF:FF VWWN True Generated 1048576 0 1048576 0 10:00:92:5a:1f:b0:00:00 10:00:92:5a:1f:bf:ff:ff VSN True Generated 46656 1 46655 0 VCGBWAB000 VCGBWABZZZ VMAC True Generated 1048576 0 1048576 0 F6:38:E6:90:00:00 F6:38:E6:9F:FF:FF VWWN True Generated 1048576 0 1048576 0 10:00:ce:58:fa:50:00:00 10:00:ce:58:fa:5f:ff:ff VSN True Generated 46656 0 46656 0 VCGA290000 VCGA290ZZZ
Get all configured Address Pool Ranges from all connected appliances.
-------------------------- EXAMPLE 3 --------------------------[PS] C:\Users\clynch> Get-HPOVAddressPoolRange vmac Name Enabled Category Total Allocated Available Reserved Start End ---- ------- -------- ----- --------- --------- -------- ----- --- VMAC True Generated 1048576 2 1048574 0 62:79:84:50:00:00 62:79:84:5F:FF:FF VMAC True Generated 1048576 0 1048576 0 F6:38:E6:90:00:00 F6:38:E6:9F:FF:FF
Get a specific Address Pool Range type (VMAC) from all connected appliances.
-------------------------- EXAMPLE 4 --------------------------[PS] C:\Users\clynch> Get-HPOVAddressPool -ApplianceConnection $con1 | Get-HPOVAddressPoolRange Name Enabled Category Total Allocated Available Reserved Start End ---- ------- -------- ----- --------- --------- -------- ----- --- VMAC True Generated 1048576 2 1048574 0 62:79:84:50:00:00 62:79:84:5F:FF:FF VWWN True Generated 1048576 0 1048576 0 10:00:92:5a:1f:b0:00:00 10:00:92:5a:1f:bf:ff:ff VSN True Generated 46656 1 46655 0 VCGBWAB000 VCGBWABZZZ
Get all configured Address Pools form Get-HPOVAddressPool and a specific appliance, and display the configured ranges.
- [Get-HPOVAddressRange] (/~https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVAddressRange)
- [New-HPOVAddressRange] (/~https://github.com/HewlettPackard/POSH-HPOneView/wiki/New-HPOVAddressRange)
## Get-HPOVAddressPoolRange
Retrieve Address Pool Range information. ### SYNTAX
Get-HPOVAddressPoolRange [-Pool] <Pool> [<CommonParameters>]
This CMDLET will display a specific Address Pool Range.
-Pool <Pool>
Aliases | |
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)
### Input Types
System.Management.Automation.PSCustomObject
Address Pool object piped from Get-HPOVAddresPool.
### Return Values
System.Array
Collection of Address Pool Range(s).
_**System.Management.Automation.PSCustomObject**_
Single Address Pool Range object.
### Examples
-------------------------- EXAMPLE 1 --------------------------PS C:\> Get-HPOVAddressPoolRange -range VMAC Name Enabled Category Total Allocated Available Reserved Start End ---- ------- -------- ----- --------- --------- -------- ----- --- VMAC True GENERATED 1048576 0 1048576 0 8A:AD:88:90:00:00 8A:AD:88:9F:FF:FF
Get the address pool ranges from the 'VMAC' pool.
-------------------------- EXAMPLE 2 --------------------------PS C:\> Get-HPOVAddressPool | Get-HPOVAddressPoolRange Name Enabled Category Total Allocated Available Reserved Start End ---- ------- -------- ----- --------- --------- -------- ----- --- VMAC True GENERATED 1048576 0 1048576 0 8A:AD:88:90:00:00 8A:AD:88:9F:FF:FF VMAC True GENERATED 1048576 8 1048568 0 D2:BE:DE:C0:00:00 D2:BE:DE:CF:FF:FF VWWN False GENERATED 1048576 0 0 0 10:00:3e:fd:a5:00:00:00 10:00:3e:fd:a5:0f:ff:ff VWWN True GENERATED 1048576 4 1048572 0 10:00:2e:36:fa:f0:00:00 10:00:2e:36:fa:ff:ff:ff VSN True GENERATED 46656 1 46655 0 VCG3TKW000 VCG3TKWZZZ
Get all configured Address Pools form Get-HPOVAddressPool, and display the configured ranges.
- [Get-HPOVAddressRange] (/~https://github.com/HewlettPackard/POSH-HPOneView/wiki/Get-HPOVAddressRange)
- [New-HPOVAddressRange] (/~https://github.com/HewlettPackard/POSH-HPOneView/wiki/New-HPOVAddressRange)