Don't want to export templates
Don't want to export templates
This commit is contained in:
@@ -22,7 +22,6 @@
|
|||||||
'Get-NSXTManager',
|
'Get-NSXTManager',
|
||||||
'Get-NSXTNetworkRoutes',
|
'Get-NSXTNetworkRoutes',
|
||||||
'Get-NSXTRoutingTable',
|
'Get-NSXTRoutingTable',
|
||||||
'Get-NSXTThingTemplate',
|
|
||||||
'Get-NSXTTraceFlow',
|
'Get-NSXTTraceFlow',
|
||||||
'Get-NSXTTraceFlowObservations',
|
'Get-NSXTTraceFlowObservations',
|
||||||
'Get-NSXTTransportNode',
|
'Get-NSXTTransportNode',
|
||||||
@@ -30,7 +29,6 @@
|
|||||||
'Set-NSXTIPPool',
|
'Set-NSXTIPPool',
|
||||||
'Set-NSXTLogicalRouter',
|
'Set-NSXTLogicalRouter',
|
||||||
'Set-NSXTLogicalSwitch',
|
'Set-NSXTLogicalSwitch',
|
||||||
'Set-NSXTThingTemplate',
|
|
||||||
'Set-NSXTTraceFlow'
|
'Set-NSXTTraceFlow'
|
||||||
|
|
||||||
PrivateData = @{
|
PrivateData = @{
|
||||||
|
|||||||
@@ -1452,7 +1452,7 @@ Function Set-NSXTIPPool {
|
|||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
Set-NSXTIPPool -display_name "Pool Name" -allocation_start "192.168.1.1" -allocation_end "192.168.1.100" -cidr "192.168.1.0/24"
|
Set-NSXTIPPool -display_name "Pool Name" -allocation_start "192.168.1.1" -allocation_end "192.168.1.100" -cidr "192.168.1.0/24"
|
||||||
.EXAMPLE
|
.EXAMPLE
|
||||||
Set-NSXTIPPool -display_name "Pool Name" -allocation_start "192.168.1.1" -allocation_end "192.168.1.100" -cidr "192.168.1.0/24" -dns_nameservers "192.168.1.1" -gateway_ip "192.168.1.1"
|
Set-NSXTIPPool -display_name "Test Pool Name" -allocation_start "192.168.1.1" -allocation_end "192.168.1.100" -cidr "192.168.1.0/24" -dns_nameservers "192.168.1.1" -gateway_ip "192.168.1.1"
|
||||||
#>
|
#>
|
||||||
|
|
||||||
[CmdletBinding()]
|
[CmdletBinding()]
|
||||||
|
|||||||
Reference in New Issue
Block a user