Sha256: 94ce56ca1384b50a02efbe19a428b554b6d202971bb5922708314bb691c3be0e

Contents?: true

Size: 807 Bytes

Versions: 8

Compression:

Stored size: 807 Bytes

Contents

# LanPost

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

## Example

```ruby
require 'ionoscloud'

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

Version data entries

8 entries across 8 versions & 1 rubygems

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