Sha256: 8667a270a161fc2d246cca7bf2f18d8f69bb3be286afeb51eae9f5431e12f0df

Contents?: true

Size: 699 Bytes

Versions: 5

Compression:

Stored size: 699 Bytes

Contents

# LanPropertiesPost

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | The name of the  resource. | [optional] |
| **ip_failover** | [**Array<IPFailover>**](IPFailover.md) | IP failover configurations for lan | [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::LanPropertiesPost.new(
  name: My resource,
  ip_failover: null,
  pcc: 3c11273c-b3e1-4ca3-8134-84fd2dd4ebec,
  public: true
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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