이 콘텐츠는 선택한 언어로 제공되지 않습니다.
17.19. Method: removeIpRange
Description
Remove an IP range from a kickstart profile.
Parameters
The following parameters are available for this method:
- string
sessionKey - string
ksLabel- The kickstart label of the IP range to remove - string
ip_address- An IP Address that falls within the range to remove. The minimum or maximum of the range also works.
Returns
The following return values are available for this method:
- int -
1on successful removal,0if range was not found for the specified kickstart, exception otherwise.