Sha256: fe97430637fb4e2a299f2286ff5c064359313f8c78ff394fbdc69ce0d31f0cf4
Contents?: true
Size: 871 Bytes
Versions: 4
Compression:
Stored size: 871 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
4 entries across 4 versions & 1 rubygems