We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dd9ea commit bf8509dCopy full SHA for bf8509d
api/redis/v1/redis_sdk.go
@@ -345,6 +345,11 @@ type EndpointSpecPrivateNetworkSpec struct {
345
ID string `json:"id"`
346
// ServiceIPs: endpoint IPv4 address with a CIDR notation. You must provide at least one IPv4 per node.
347
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 {
353
}
354
355
// EndpointSpecPublicNetworkSpec: endpoint spec. public network spec.
0 commit comments