Sha256: 2b826ebc1c06bf42542c59b3af9d47038eb2730def0d4691bd3ba9207a6cacfa

Contents?: true

Size: 794 Bytes

Versions: 5

Compression:

Stored size: 794 Bytes

Contents

# Lan

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

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::Lan.new(
  id: 5,
  type: "lan",
  href: <RESOURCE-URI>,
  metadata: null,
  properties: null,
  entities: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ionoscloud-6.1.1 docs/models/Lan.md
ionoscloud-6.1.0 docs/models/Lan.md
ionoscloud-6.0.2 docs/models/Lan.md
ionoscloud-6.0.1 docs/models/Lan.md
ionoscloud-6.0.0 docs/models/Lan.md