Load Balancer
| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | Load Balancer ID | [optional] [readonly] |
| description | String | Load Balancer description | [optional] |
| name | String | Load Balancer name | [optional] |
| state | StateEnum | Load Balancer state | [optional] [readonly] |
| createdAt | OffsetDateTime | Load Balancer creation date | [optional] [readonly] |
| ip | String | Load Balancer public IP | [optional] [readonly] |
| services | List<LoadBalancerService> | Load Balancer Services | [optional] |
| labels | Map<String, String> | [optional] |
| Name | Value |
|---|---|
| CREATING | "creating" |
| MIGRATED | "migrated" |
| DELETING | "deleting" |
| RUNNING | "running" |
| MIGRATING | "migrating" |
| ERROR | "error" |