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