Sha256: 17a1662e979a54dec10966e66156e1822f998cfb80e4d69e294c035087bc0ec7

Contents?: true

Size: 889 Bytes

Versions: 8

Compression:

Stored size: 889 Bytes

Contents

# Loadbalancer

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The resource's unique identifier | [optional][readonly] |
| **type** | [**Type**](Type.md) | The type of object that has been created | [optional] |
| **href** | **String** | URL to the object representation (absolute path) | [optional][readonly] |
| **metadata** | [**DatacenterElementMetadata**](DatacenterElementMetadata.md) |  | [optional] |
| **properties** | [**LoadbalancerProperties**](LoadbalancerProperties.md) |  |  |
| **entities** | [**LoadbalancerEntities**](LoadbalancerEntities.md) |  | [optional] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::Loadbalancer.new(
  id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c,
  type: "loadbalancer",
  href: <RESOURCE-URI>,
  metadata: null,
  properties: null,
  entities: null
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ionoscloud-5.1.2 docs/models/Loadbalancer.md
ionoscloud-6.0.0.beta.4 docs/models/Loadbalancer.md
ionoscloud-5.1.1 docs/models/Loadbalancer.md
ionoscloud-6.0.0.beta.3 docs/Loadbalancer.md
ionoscloud-5.1.0 docs/Loadbalancer.md
ionoscloud-6.0.0.beta.2 docs/Loadbalancer.md
ionoscloud-5.0.1 docs/Loadbalancer.md
ionoscloud-6.0.0.beta.1 docs/Loadbalancer.md