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