Sha256: 1800a43b5b35bbff4adced8541ba2704cc5b1cffaf4a905c44b56951679ba6a0
Contents?: true
Size: 707 Bytes
Versions: 1
Compression:
Stored size: 707 Bytes
Contents
# LanPropertiesPost ## 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::LanPropertiesPost.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/LanPropertiesPost.md |