Skip to content

Commit bf8509d

Browse files
authored
feat(redis): ipam integration (#1616)
1 parent e7dd9ea commit bf8509d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/redis/v1/redis_sdk.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,11 @@ type EndpointSpecPrivateNetworkSpec struct {
345345
ID string `json:"id"`
346346
// ServiceIPs: endpoint IPv4 address with a CIDR notation. You must provide at least one IPv4 per node.
347347
ServiceIPs []scw.IPNet `json:"service_ips"`
348+
// IpamConfig: automated configuration of your Private Network endpoint with Scaleway IPAM service.
349+
IpamConfig *EndpointSpecPrivateNetworkSpecIpamConfig `json:"ipam_config"`
350+
}
351+
352+
type EndpointSpecPrivateNetworkSpecIpamConfig struct {
348353
}
349354

350355
// EndpointSpecPublicNetworkSpec: endpoint spec. public network spec.

0 commit comments

Comments
 (0)