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