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