mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
#591 - load balancer
This commit is contained in:
6
resources/js/types/load-balancer-server.d.ts
vendored
6
resources/js/types/load-balancer-server.d.ts
vendored
@ -1,9 +1,9 @@
|
||||
export interface LoadBalancerServer {
|
||||
load_balancer_id: number;
|
||||
ip: number;
|
||||
ip: string;
|
||||
port: number;
|
||||
weight: boolean;
|
||||
backup: string;
|
||||
weight: string;
|
||||
backup: boolean;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
|
||||
|
Reference in New Issue
Block a user