Sha256: c2a159d86e9abd7963b3c7a8e356bc5ba102e667eb629e649c9faa2529f635eb

Contents?: true

Size: 699 Bytes

Versions: 8

Compression:

Stored size: 699 Bytes

Contents

# LanProperties

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | A name of that resource | [optional] |
| **ip_failover** | [**Array<IPFailover>**](IPFailover.md) | IP failover configurations for lan | [optional] |
| **pcc** | **String** | Unique identifier of the private cross connect the given LAN is connected to if any | [optional] |
| **public** | **Boolean** | Does this LAN faces the public Internet or not | [optional] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::LanProperties.new(
  name: My resource,
  ip_failover: null,
  pcc: 3c11273c-b3e1-4ca3-8134-84fd2dd4ebec,
  public: true
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

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