You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One-Of ('config'): at most one of 'static_config', 'dhcp_config', 'ipam_config' could be set.
3142
3143
:param ipam_config: For internal use only.
3143
3144
One-Of ('config'): at most one of 'static_config', 'dhcp_config', 'ipam_config' could be set.
3145
+
:param ipam_ids: IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network. In the future, it will be possible to specify multiple IPs in this field (IPv4 and IPv6), for now only one ID of an IPv4 address is expected. When null, a new private IP address is created for the Load Balancer on this Private Network.
One-Of ('config'): at most one of 'static_config', 'dhcp_config', 'ipam_config' could be set.
6153
6157
:param ipam_config: For internal use only.
6154
6158
One-Of ('config'): at most one of 'static_config', 'dhcp_config', 'ipam_config' could be set.
6159
+
:param ipam_ids: IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network. In the future, it will be possible to specify multiple IPs in this field (IPv4 and IPv6), for now only one ID of an IPv4 address is expected. When null, a new private IP address is created for the Load Balancer on this Private Network.
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/lb/v1/types.py
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1235,6 +1235,11 @@ class AttachPrivateNetworkRequest:
1235
1235
Region to target. If none is passed will use default region from the config.
1236
1236
"""
1237
1237
1238
+
ipam_ids: Optional[List[str]]
1239
+
"""
1240
+
IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network. In the future, it will be possible to specify multiple IPs in this field (IPv4 and IPv6), for now only one ID of an IPv4 address is expected. When null, a new private IP address is created for the Load Balancer on this Private Network.
@@ -2874,6 +2879,11 @@ class ZonedApiAttachPrivateNetworkRequest:
2874
2879
Zone to target. If none is passed will use default zone from the config.
2875
2880
"""
2876
2881
2882
+
ipam_ids: Optional[List[str]]
2883
+
"""
2884
+
IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network. In the future, it will be possible to specify multiple IPs in this field (IPv4 and IPv6), for now only one ID of an IPv4 address is expected. When null, a new private IP address is created for the Load Balancer on this Private Network.
One-Of ('config'): at most one of 'static_config', 'dhcp_config', 'ipam_config' could be set.
3140
3141
:param ipam_config: For internal use only.
3141
3142
One-Of ('config'): at most one of 'static_config', 'dhcp_config', 'ipam_config' could be set.
3143
+
:param ipam_ids: IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network. In the future, it will be possible to specify multiple IPs in this field (IPv4 and IPv6), for now only one ID of an IPv4 address is expected. When null, a new private IP address is created for the Load Balancer on this Private Network.
One-Of ('config'): at most one of 'static_config', 'dhcp_config', 'ipam_config' could be set.
6149
6153
:param ipam_config: For internal use only.
6150
6154
One-Of ('config'): at most one of 'static_config', 'dhcp_config', 'ipam_config' could be set.
6155
+
:param ipam_ids: IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network. In the future, it will be possible to specify multiple IPs in this field (IPv4 and IPv6), for now only one ID of an IPv4 address is expected. When null, a new private IP address is created for the Load Balancer on this Private Network.
Copy file name to clipboardExpand all lines: scaleway/scaleway/lb/v1/types.py
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1235,6 +1235,11 @@ class AttachPrivateNetworkRequest:
1235
1235
Region to target. If none is passed will use default region from the config.
1236
1236
"""
1237
1237
1238
+
ipam_ids: Optional[List[str]]
1239
+
"""
1240
+
IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network. In the future, it will be possible to specify multiple IPs in this field (IPv4 and IPv6), for now only one ID of an IPv4 address is expected. When null, a new private IP address is created for the Load Balancer on this Private Network.
@@ -2874,6 +2879,11 @@ class ZonedApiAttachPrivateNetworkRequest:
2874
2879
Zone to target. If none is passed will use default zone from the config.
2875
2880
"""
2876
2881
2882
+
ipam_ids: Optional[List[str]]
2883
+
"""
2884
+
IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network. In the future, it will be possible to specify multiple IPs in this field (IPv4 and IPv6), for now only one ID of an IPv4 address is expected. When null, a new private IP address is created for the Load Balancer on this Private Network.
0 commit comments