Sha256: 2a0be5df15a376c6cd749e22a7448161d722891cd8500abdc1b65c17bae38ce6
Contents?: true
Size: 847 Bytes
Versions: 8
Compression:
Stored size: 847 Bytes
Contents
# Server ## 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** | [**ServerProperties**](ServerProperties.md) | | | | **entities** | [**ServerEntities**](ServerEntities.md) | | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::Server.new( id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c, type: "server", href: <RESOURCE-URI>, metadata: null, properties: null, entities: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems