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