You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`contentType`|*String*|:heavy_check_mark:| HTTP response content type for this operation |
9
+
|`statusCode`|*int*|:heavy_check_mark:| HTTP response status code for this operation |
10
+
|`rawResponse`|[HttpResponse\<InputStream>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing |
|`scaleUpThreshold`|*int*|:heavy_check_mark:| If vCPU utilization rate is above this threshold percentage, the autoscaler will scale up.<br/>If set to 100 this disables preemptive autoscaling (i.e. nodes will only scale up when you<br/>run out of capacity and request more resources). |
|`fleetId`|*String*|:heavy_check_mark:| the id of the fleet ||
11
12
|`orgId`|*String*|:heavy_check_mark:| System generated unique identifier for an organization. Not guaranteed to have a specific format. | org-6f706e83-0ec1-437a-9a46-7d4281eb2f39 |
0 commit comments