Skip to content

Commit

Permalink
Updated assets for go models and clients
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar <[email protected]>
  • Loading branch information
sagarpsalvi committed May 7, 2024
1 parent 2617157 commit d460a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/models/memory_balancer_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type MemoryBalancerInfo struct {
// Current usage trend of the process. Enum options - UPWARD, DOWNWARD, NEUTRAL. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
ProcessTrend *string `json:"process_trend,omitempty"`

// Size of the task queue usage. Field introduced in 31.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
// Size of the task queue usage. Field introduced in 30.2.1, 31.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
TaskQueueLength *uint64 `json:"task_queue_length,omitempty"`

// Percent usage of the process limit. Field introduced in 21.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
Expand Down

0 comments on commit d460a04

Please sign in to comment.