I noticed that only service groups are currently supported so copied those scripts and modified them to working with normal services too.
New functions:
Add-NSLBServiceMonitorBinding
Get-NSLBService
Get-NSLBServiceMonitorBinding
New-NSLBService
Remove-NSLBService
Remove-NSLBServiceMonitorBinding
Set-NSLBService
Related Issue
103
How Has This Been Tested?
Now user can create and modify services with commands like these:
New-NSLBService -Name SERVICE -ServerName SERVER -ServiceType SSL -Port 1234
Add-NSLBServiceMonitorBinding -ServiceName SERVICE -MonitorName https
Get-NSLBService -Name SERVICE
Get-NSLBServiceMonitorBinding -Name SERVICE
Set-NSLBService -Name SERVICE -ClientIP ENABLED -ClientIPHeader X-Forwarded-For
Remove-NSLBServiceMonitorBinding -Name SERVICE -MonitorName https
Remove-NSLBService -Name SERVICE
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[X] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
I noticed that only service groups are currently supported so copied those scripts and modified them to working with normal services too.
New functions:
Related Issue
103
How Has This Been Tested?
Now user can create and modify services with commands like these:
Types of changes
Checklist: