Sha256: 4aec26269edcd99361daa62a343a3672021514f08dea4401efee671681571a64

Contents?: true

Size: 699 Bytes

Versions: 1

Compression:

Stored size: 699 Bytes

Contents

# LanProperties

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |

| **ip_failover** | [**Array<IPFailover>**](IPFailover.md) | IP failover configurations for lan | [optional] |

| **name** | **String** | The name of the  resource. | [optional] |

| **pcc** | **String** | The unique identifier of the private Cross-Connect the LAN is connected to, if any. | [optional] |

| **public** | **Boolean** | This LAN faces the public Internet. | [optional] |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::LanProperties.new(
  ip_failover: null,

  name: My resource,

  pcc: 3c11273c-b3e1-4ca3-8134-84fd2dd4ebec,

  public: true
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ionoscloud-6.1.2 docs/models/LanProperties.md