Class ApiIpRangeProfile
java.lang.Object
com.hp.ucmdb.api.newdiscovery.types.AbstractDiscoveryConfiguration
com.hp.ucmdb.api.newdiscovery.types.AbstractProfileResource
com.hp.ucmdb.api.newdiscovery.types.iprange.ApiIpRangeProfile
- All Implemented Interfaces:
DiscoveryConfiguration
,ProfileResource
,Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.hp.ucmdb.api.newdiscovery.types.AbstractProfileResource
oob
Fields inherited from class com.hp.ucmdb.api.newdiscovery.types.AbstractDiscoveryConfiguration
id, name
-
Constructor Summary
ConstructorsConstructorDescriptionApiIpRangeProfile
(String name, Boolean oob) ApiIpRangeProfile
(String name, List<ApiRangeItem> ranges, Boolean oob) ApiIpRangeProfile
(String name, List<ApiRangeItem> ranges, Boolean oob, String resourceId) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setIpAddressCount
(Long ipAddressCount) void
setRangeCount
(Integer rangeCount) void
setRanges
(List<ApiRangeItem> ranges) void
setRefProfiles
(List<String> refProfiles) toString()
void
validateForUpdate
(DDMNewDiscoveryService service, String profileName) Methods inherited from class com.hp.ucmdb.api.newdiscovery.types.AbstractProfileResource
isOob, setOob
Methods inherited from class com.hp.ucmdb.api.newdiscovery.types.AbstractDiscoveryConfiguration
getId, getName, getType, setId, setName, setType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.hp.ucmdb.api.newdiscovery.types.DiscoveryConfiguration
getName
-
Field Details
-
ALL_PROBES_PROFILE_NAME
- See Also:
-
PROBE_NAME
- See Also:
-
-
Constructor Details
-
ApiIpRangeProfile
public ApiIpRangeProfile() -
ApiIpRangeProfile
-
ApiIpRangeProfile
-
ApiIpRangeProfile
-
-
Method Details