machineLeasingStrategy property

UpdatePolicyRequestDataAttributesMachineLeasingStrategyEnum? machineLeasingStrategy
getter/setter pair

The strategy used for leasing machines. ### Options - PER_LICENSE: Machine processes are counted per-license, i.e. collectively across all of a license's machines. - PER_USER: Machines are counted per-user, per-license. For example, with a max machines value of 2, each user could have 2 machines per-license.

Implementation

UpdatePolicyRequestDataAttributesMachineLeasingStrategyEnum? machineLeasingStrategy;