Package | Description |
---|---|
com.hp.ucmdb.api.discovery.services |
This package contains services for configuration and management of the Data Flow Management server.
|
com.hp.ucmdb.api.discovery.types |
This package contains interfaces that represent the basic discovery elements of the API.
|
Modifier and Type | Method and Description |
---|---|
String |
DDMConfigurationService.importIPRanges(HashMap<String,ArrayList<String>> probeLBGroup,
HashMap<String,ArrayList<IPRange>> IPRangeGroup,
HashMap<String,ArrayList<String>> domainGroup)
Import IPRanges to Probes with load balance distribution for probe group.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkRange.addIP(String iP)
Adds a single IP address to the range defined by this object.
|
void |
NetworkRange.addIPRange(String startIP,
String endIP)
Add an IP range to the range defined by this object.
|
NetworkRange |
NetworkRange.withIP(String iP)
Add a single IP address to the range defined by this object.
|
NetworkRange |
NetworkRange.withIPRange(String startIP,
String endIP)
Add an IP range to the range defined by this object.
|
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.