# ApplicationLoadBalancers

## Properties

| Name       | Type                                                                                                                                  | Description                                           | Notes                   |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ----------------------- |
| **links**  | [**PaginationLinks**](https://docs.ionos.com/sections-test/java-sdk/cloud-api-java-sdk/models/paginationlinks)                        |                                                       | \[optional]             |
| **href**   | [**URI**](https://github.com/ionos-cloud/sdk-java/blob/master/docs/models/URI.md)                                                     | The URL to the object representation (absolute path). | \[optional] \[readonly] |
| **id**     | **String**                                                                                                                            | The resource's unique identifier.                     | \[optional] \[readonly] |
| **items**  | [**List\<ApplicationLoadBalancer>**](https://docs.ionos.com/sections-test/java-sdk/cloud-api-java-sdk/models/applicationloadbalancer) | Array of items in the collection.                     | \[optional] \[readonly] |
| **limit**  | [**BigDecimal**](https://github.com/ionos-cloud/sdk-java/blob/master/docs/models/BigDecimal.md)                                       | The limit (if specified in the request).              | \[optional]             |
| **offset** | [**BigDecimal**](https://github.com/ionos-cloud/sdk-java/blob/master/docs/models/BigDecimal.md)                                       | The offset (if specified in the request).             | \[optional]             |
| **type**   | [**Type**](https://docs.ionos.com/sections-test/java-sdk/cloud-api-java-sdk/models/type)                                              | The type of object that has been created.             | \[optional]             |
