Sha256: 1fddd2611a16ca1a3b600d9fff752fb78e100e045e5f5c5fe0247838e2635b0c
Contents?: true
Size: 773 Bytes
Versions: 1
Compression:
Stored size: 773 Bytes
Contents
# NetworkLoadBalancerForwardingRulePut ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] | | **id** | **String** | The resource's unique identifier. | [optional][readonly] | | **properties** | [**NetworkLoadBalancerForwardingRuleProperties**](NetworkLoadBalancerForwardingRuleProperties.md) | | | | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::NetworkLoadBalancerForwardingRulePut.new( href: <RESOURCE-URI>, id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c, properties: null, type: "forwarding-rule" ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/NetworkLoadBalancerForwardingRulePut.md |