Interface Policy.Service

All Superinterfaces:
Maskable, ResultLimitable, Service
Enclosing class:
Policy

@ApiService("SoftLayer_Scale_Termination_Policy")
public static interface Policy.Service
extends Service
A policy for automatic removal of members from a group. This policy determines which members are chosen first for removal. The values can be:


* OLDEST - The oldest member is the next one removed.
* NEWEST - The newest member is the next one removed.
* CLOSEST_TO_NEXT_CHARGE - The member closest to the next charge is removed. This is helpful for billing because it
will let you remove the member you have gotten the most out of. Note, this is usually closest to the next billing hour.

See Also:
SoftLayer_Scale_Termination_Policy