Sha256: a9ada9365d97625d9a999b70d742daa6fc569e3c97007a123b47aacae2be55a2
Contents?: true
Size: 505 Bytes
Versions: 13
Compression:
Stored size: 505 Bytes
Contents
# Peer ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **name** | **String** | | [optional] | | **datacenter_id** | **String** | | [optional] | | **datacenter_name** | **String** | | [optional] | | **location** | **String** | | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::Peer.new( id: null, name: null, datacenter_id: null, datacenter_name: null, location: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems