pem.setSTRTLimits

This method is supported by Operations starting from version 2.6.3.

This method sets a resource type limits at service template level.

The method has the following input parameters:

Name

Type

Short Description

st_id

int

ID of service template

limits

array of struct

 

  • resource_id

int

Resource type ID

  • [resource_limit]

int

New limit for specific resource type.

Note: Use -1 value to make a resource unlimited.

  • [resource_limit64]

bigint

New limit for specific resource type (64bit analog of the limit parameter).

Note: Use -1 value to make a resource unlimited.

This method has no output parameters.