Sha256: d713eb606ec46bb325f00855b44bb60ef08064b4c3093e6bbacd06a29fee55d6

Contents?: true

Size: 762 Bytes

Versions: 4

Compression:

Stored size: 762 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

4 entries across 4 versions & 1 rubygems

Version Path
ionoscloud-6.0.0.beta.4 docs/models/NetworkLoadBalancerForwardingRulePut.md
ionoscloud-6.0.0.beta.3 docs/NetworkLoadBalancerForwardingRulePut.md
ionoscloud-6.0.0.beta.2 docs/NetworkLoadBalancerForwardingRulePut.md
ionoscloud-6.0.0.beta.1 docs/NetworkLoadBalancerForwardingRulePut.md