Sha256: 3c86de87206bcae34537098cf7f91efd862a1fa6613a2fe9d4f276c5fff57092

Contents?: true

Size: 938 Bytes

Versions: 4

Compression:

Stored size: 938 Bytes

Contents

# NetworkLoadBalancer

## 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** | [**NetworkLoadBalancerProperties**](NetworkLoadBalancerProperties.md) |  |  |
| **entities** | [**NetworkLoadBalancerEntities**](NetworkLoadBalancerEntities.md) |  | [optional] |

## Example

```ruby
require 'ionoscloud'

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ionoscloud-6.0.0.beta.4 docs/models/NetworkLoadBalancer.md
ionoscloud-6.0.0.beta.3 docs/NetworkLoadBalancer.md
ionoscloud-6.0.0.beta.2 docs/NetworkLoadBalancer.md
ionoscloud-6.0.0.beta.1 docs/NetworkLoadBalancer.md