Sha256: f8b17ce7c21904b8a3c101e6077a051b1a7889242c6da629eb831661c3407122
Contents?: true
Size: 791 Bytes
Versions: 8
Compression:
Stored size: 791 Bytes
Contents
# Lan ## 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] | | **properties** | [**LanProperties**](LanProperties.md) | | | | **entities** | [**LanEntities**](LanEntities.md) | | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::Lan.new( id: 5, type: "lan", href: <RESOURCE-URI>, metadata: null, properties: null, entities: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems