Sha256: 2ad9455010aa2bd06ca5c403fbdfe9f6cc555b7db0faf8701a8a933e5b3e6f38

Contents?: true

Size: 890 Bytes

Versions: 2

Compression:

Stored size: 890 Bytes

Contents

# ApplicationLoadBalancerForwardingRule

## 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** | [**ApplicationLoadBalancerForwardingRuleProperties**](ApplicationLoadBalancerForwardingRuleProperties.md) |  |  |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::ApplicationLoadBalancerForwardingRule.new(
  id: 15f67991-0f51-4efc-a8ad-ef1fb31a480c,
  type: "forwarding-rule",
  href: <RESOURCE-URI>,
  metadata: null,
  properties: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ionoscloud-6.1.1 docs/models/ApplicationLoadBalancerForwardingRule.md
ionoscloud-6.1.0 docs/models/ApplicationLoadBalancerForwardingRule.md