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