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
@@ -1268,7 +1276,7 @@ type CreateLbRequest struct {
1268
1276
Namestring`json:"name"`
1269
1277
// Description resource description
1270
1278
Descriptionstring`json:"description"`
1271
-
// IPID just like for compute instances, when you destroy a Load Balancer, you can keep its highly available IP address and reuse it for another Load Balancer later.
1279
+
// IPID just like for compute instances, when you destroy a Load Balancer, you can keep its highly available IP address and reuse it for another Load Balancer later
1272
1280
IPID*string`json:"ip_id"`
1273
1281
// Tags list of keyword
1274
1282
Tags []string`json:"tags"`
@@ -1443,7 +1451,7 @@ type ListIPsRequest struct {
1443
1451
Region scw.Region`json:"-"`
1444
1452
// Page page number
1445
1453
Page*int32`json:"-"`
1446
-
// PageSize set the maximum list size
1454
+
// PageSize the number of items to return
1447
1455
PageSize*uint32`json:"-"`
1448
1456
// IPAddress use this to search by IP address
1449
1457
IPAddress*string`json:"-"`
@@ -1598,7 +1606,7 @@ type ListBackendsRequest struct {
1598
1606
OrderByListBackendsRequestOrderBy`json:"-"`
1599
1607
// Page page number
1600
1608
Page*int32`json:"-"`
1601
-
// PageSize set the maximum list sizes
1609
+
// PageSize the number of items to returns
1602
1610
PageSize*uint32`json:"-"`
1603
1611
}
1604
1612
@@ -2235,7 +2243,7 @@ type ListFrontendsRequest struct {
Copy file name to clipboardExpand all lines: api/rdb/v1/rdb_sdk.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1253,7 +1253,7 @@ type RestoreDatabaseBackupRequest struct {
1253
1253
Region scw.Region`json:"-"`
1254
1254
// DatabaseBackupID backup of a logical database
1255
1255
DatabaseBackupIDstring`json:"-"`
1256
-
// DatabaseName defines the destination database in order to restore into a specified database, the default destination is set to the origin database of the backup.
1256
+
// DatabaseName defines the destination database in order to restore into a specified database, the default destination is set to the origin database of the backup
1257
1257
DatabaseName*string`json:"database_name"`
1258
1258
// InstanceID defines the rdb instance where the backup has to be restored
Copy file name to clipboardExpand all lines: api/registry/v1/registry_sdk.go
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,9 @@ type Image struct {
329
329
//
330
330
// Default value: visibility_unknown
331
331
VisibilityImageVisibility`json:"visibility"`
332
-
// Size image size in bytes, calculated from the size of image layers. One layer used in two tags of the same image is counted once but one layer used in two images is counted twice.
332
+
// Size image size in bytes, calculated from the size of image layers
333
+
//
334
+
// Image size in bytes, calculated from the size of image layers. One layer used in two tags of the same image is counted once but one layer used in two images is counted twice.
0 commit comments