Red Hat Training

A Red Hat training course is available for Red Hat Satellite

Chapter 17. Namespace: kickstart.profile

Provides methods to access and modify many aspects of a kickstart profile.
Namespace: kickstart.profile

17.1. Method: addIpRange

Description

Add an IP range to a kickstart profile.

Parameters

The following parameters are available for this method:

  • string sessionKey
  • string label - The label of the kickstart
  • string min - The IP address for minimum of the range
  • string max - The IP address for the maximum of the range
Returns

The following return values are available for this method:

  • int - 1 on success, exception thrown otherwise.