For the complete documentation index, see llms.txt. This page is also available as Markdown.

NetworkLoadBalancerEntities

Properties

| flowlogs | FlowLogs | | [optional] |

| forwardingrules | NetworkLoadBalancerForwardingRules | | [optional] |

Example

require 'ionoscloud'


instance = Ionoscloud::NetworkLoadBalancerEntities.new(
  flowlogs: null,

  forwardingrules: null
)

Last updated

Was this helpful?