Skip to content

Commit 08428ec

Browse files
committed
Updated assets for go models and clients
Signed-off-by: gurunath-avi <[email protected]>
1 parent 3997edb commit 08428ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

go/models/pool.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,12 @@ type Pool struct {
8787
// Periodicity of feedback for fewest tasks server selection algorithm. Allowed values are 1-300. Unit is SEC. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
8888
FewestTasksFeedbackDelay *uint32 `json:"fewest_tasks_feedback_delay,omitempty"`
8989

90-
// Used to gracefully disable a server. Virtual service waits for the specified time before terminating the existing connections to the servers that are disabled. Allowed values are 1-7200. Special values are 0 - Immediate, -1 - Infinite. Unit is MIN. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
90+
// Used to gracefully disable a server. Virtual service waits for the specified time before terminating the existing connections to the servers that are disabled. Not used anymore .graceful_disable_timeout_sec is introduced . Allowed values are 1-7200. Special values are 0 - Immediate, -1 - Infinite. Unit is MIN. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
9191
GracefulDisableTimeout *int32 `json:"graceful_disable_timeout,omitempty"`
9292

93+
// Used to gracefully disable a server. Virtual service waits for the specified time before terminating the existing connections to the servers that are disabled. Allowed values are 1-432000. Special values are 0 - Immediate, -1 - Infinite. Field introduced in 31.2.1. Unit is SEC. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
94+
GracefulDisableTimeoutSec *int32 `json:"graceful_disable_timeout_sec,omitempty"`
95+
9396
// Time interval for gracefully closing the connections on server, When health monitoring marks the server down. Allowed values are 1-432000. Special values are 0 - Immediate, -1 - Infinite. Field introduced in 30.2.1. Unit is SEC. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
9497
GracefulHmDownDisableTimeout *int32 `json:"graceful_hm_down_disable_timeout,omitempty"`
9598

0 commit comments

Comments
 (0)