Sha256: 29cb94f67a7b393356ca56d7af5cc3df5872c7a264fd49939f3c83c282f34410
Contents?: true
Size: 601 Bytes
Versions: 8
Compression:
Stored size: 601 Bytes
Contents
# LoadbalancerProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | A name of that resource | [optional] | | **ip** | **String** | IPv4 address of the loadbalancer. All attached NICs will inherit this IP. Leaving value null will assign IP automatically | [optional] | | **dhcp** | **Boolean** | Indicates if the loadbalancer will reserve an IP using DHCP | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::LoadbalancerProperties.new( name: My resource, ip: 22.231.113.64, dhcp: true ) ```
Version data entries
8 entries across 8 versions & 1 rubygems