security
SamLicensePoints

DEPRECATED: 14.0 R1 - WARNING: License objects and related methods are subject to change.

The objects can be referenced through XML API but such usage might not be compatible with future releases.

A license object defines parameters in the application license.



public class SamLicensePoints

Properties
currentCount

type=double
access=read-only
default=0.0
Displayed(tab/group)=Consumed

id A unique identifier for the product license.

type=int
access=read-create
default=0
minimum=1
maximum=65535

isLicensedLimitExceeded

type=boolean
access=read-only
default=false
Displayed(tab/group)=Exceeded

licensePointsDisplayName The human readable name of the license counter.

type=string
access=read-only
default=
minimum=1
maximum=80
Displayed(tab/group)=Licensed Products

licensePointsName The name of the license counter.

type=string
access=read-only
default=
minimum=1
maximum=80

maximumCount

type=double
access=read-only
default=0.0
Displayed(tab/group)=Licensed

remainingCount

type=double
access=read-only
default=0.0
Displayed(tab/group)=Remaining

  
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

getLicensePointsInventory

Returns license points consumption on each licensed object in a map of map with product id and site id as keys
Input Parameters:
instanceFullName : string - the full name of the object.
resultFilter : ResultFilter - (Optional) Filter for narrowing down the information returned per object
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Output Parameters:
licenseInventory : Map (string to Map (string to List (security.LicenseConsumption))) -