Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.24 KB

FleetPoliciesPostResponse.md

File metadata and controls

18 lines (14 loc) · 1.24 KB

FleetPoliciesPostResponse

Properties

Name Type Description Notes
Name string Name of the Policy [default to null]
Enabled bool If the Policy is enabled. Defaults to true. [default to null]
Type_ string Type of the Policy. See our documentation for more information on the type and it's data. [default to null]
Minimum int32 Minimum deployments at all time [default to null]
Maximum int32 Maximum deployments for the provided type. [default to null]
Threshold float32 Based on the number of sockets connected, how filled should a session deployment be before initiating a scale-up deployment. Float between 0.1 and 1. [default to null]
Data interface{} JSON object for your filters. See our documentation for more information. [default to null]
CreateTime string UTC time of policy creation [optional] [default to null]
LastUpdated string UTC time of policy last update [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]