Sha256: 29c859458bef2af26751acaca37ef62b342d714eb4b19069458e60949faefa78
Contents?: true
Size: 606 Bytes
Versions: 5
Compression:
Stored size: 606 Bytes
Contents
# LoadbalancerProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The name of the 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
5 entries across 5 versions & 1 rubygems