Skip to content

Commit fe3908f

Browse files
OAS Update
1 parent 55c720a commit fe3908f

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

services/iaas/v1/iaas.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,9 +1806,9 @@
18061806
"type": "boolean"
18071807
},
18081808
"Description": {
1809-
"description": "Description Object. Allows string up to 127 Characters.",
1809+
"description": "Description Object. Allows string up to 255 Characters.",
18101810
"example": "cool description dude. Wanna play some Snakeybus?",
1811-
"maxLength": 127,
1811+
"maxLength": 255,
18121812
"type": "string"
18131813
},
18141814
"DiskFormat": {
@@ -2581,6 +2581,7 @@
25812581
},
25822582
"name": {
25832583
"example": "My network",
2584+
"maxLength": 255,
25842585
"type": "string"
25852586
},
25862587
"nameservers": {
@@ -3809,7 +3810,7 @@
38093810
"type": "string"
38103811
},
38113812
"ServerStatus": {
3812-
"description": "The status of a server object.\nPossible values: `ACTIVE`, `BACKING-UP`, `CREATING`, `DEALLOCATED`, `DEALLOCATING`, `DELETED`, `DELETING`, `ERROR`, `INACTIVE`, `MIGRATING`, `REBOOT`, `REBOOTING`, `REBUILD`, `REBUILDING`, `RESCUE`, `RESCUING`, `RESIZING`, `RESTORING`, `SNAPSHOTTING`, `STARTING`, `STOPPING`, `UNRESCUING`, `UPDATING`.",
3813+
"description": "The status of a server object.\nPossible values: `ACTIVE`, `BACKING-UP`, `CREATING`, `DEALLOCATED`, `DEALLOCATING`, `DELETED`, `DELETING`, `ERROR`, `INACTIVE`, `MIGRATING`, `PAUSED`, `REBOOT`, `REBOOTING`, `REBUILD`, `REBUILDING`, `RESCUE`, `RESCUING`, `RESIZING`, `RESTORING`, `SNAPSHOTTING`, `STARTING`, `STOPPING`, `UNRESCUING`, `UPDATING`.",
38133814
"example": "ACTIVE",
38143815
"type": "string"
38153816
},

services/iaas/v1alpha1/iaas.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,9 +1880,9 @@
18801880
"type": "boolean"
18811881
},
18821882
"Description": {
1883-
"description": "Description Object. Allows string up to 127 Characters.",
1883+
"description": "Description Object. Allows string up to 255 Characters.",
18841884
"example": "cool description dude. Wanna play some Snakeybus?",
1885-
"maxLength": 127,
1885+
"maxLength": 255,
18861886
"type": "string"
18871887
},
18881888
"DiskFormat": {
@@ -2655,6 +2655,7 @@
26552655
},
26562656
"name": {
26572657
"example": "My network",
2658+
"maxLength": 255,
26582659
"type": "string"
26592660
},
26602661
"nameservers": {
@@ -3952,7 +3953,7 @@
39523953
"type": "string"
39533954
},
39543955
"ServerStatus": {
3955-
"description": "The status of a server object.\nPossible values: `ACTIVE`, `BACKING-UP`, `CREATING`, `DEALLOCATED`, `DEALLOCATING`, `DELETED`, `DELETING`, `ERROR`, `INACTIVE`, `MIGRATING`, `REBOOT`, `REBOOTING`, `REBUILD`, `REBUILDING`, `RESCUE`, `RESCUING`, `RESIZING`, `RESTORING`, `SNAPSHOTTING`, `STARTING`, `STOPPING`, `UNRESCUING`, `UPDATING`.",
3956+
"description": "The status of a server object.\nPossible values: `ACTIVE`, `BACKING-UP`, `CREATING`, `DEALLOCATED`, `DEALLOCATING`, `DELETED`, `DELETING`, `ERROR`, `INACTIVE`, `MIGRATING`, `PAUSED`, `REBOOT`, `REBOOTING`, `REBUILD`, `REBUILDING`, `RESCUE`, `RESCUING`, `RESIZING`, `RESTORING`, `SNAPSHOTTING`, `STARTING`, `STOPPING`, `UNRESCUING`, `UPDATING`.",
39563957
"example": "ACTIVE",
39573958
"type": "string"
39583959
},

services/iaas/v1beta1/iaas.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,9 +1806,9 @@
18061806
"type": "boolean"
18071807
},
18081808
"Description": {
1809-
"description": "Description Object. Allows string up to 127 Characters.",
1809+
"description": "Description Object. Allows string up to 255 Characters.",
18101810
"example": "cool description dude. Wanna play some Snakeybus?",
1811-
"maxLength": 127,
1811+
"maxLength": 255,
18121812
"type": "string"
18131813
},
18141814
"DiskFormat": {
@@ -2581,6 +2581,7 @@
25812581
},
25822582
"name": {
25832583
"example": "My network",
2584+
"maxLength": 255,
25842585
"type": "string"
25852586
},
25862587
"nameservers": {
@@ -3809,7 +3810,7 @@
38093810
"type": "string"
38103811
},
38113812
"ServerStatus": {
3812-
"description": "The status of a server object.\nPossible values: `ACTIVE`, `BACKING-UP`, `CREATING`, `DEALLOCATED`, `DEALLOCATING`, `DELETED`, `DELETING`, `ERROR`, `INACTIVE`, `MIGRATING`, `REBOOT`, `REBOOTING`, `REBUILD`, `REBUILDING`, `RESCUE`, `RESCUING`, `RESIZING`, `RESTORING`, `SNAPSHOTTING`, `STARTING`, `STOPPING`, `UNRESCUING`, `UPDATING`.",
3813+
"description": "The status of a server object.\nPossible values: `ACTIVE`, `BACKING-UP`, `CREATING`, `DEALLOCATED`, `DEALLOCATING`, `DELETED`, `DELETING`, `ERROR`, `INACTIVE`, `MIGRATING`, `PAUSED`, `REBOOT`, `REBOOTING`, `REBUILD`, `REBUILDING`, `RESCUE`, `RESCUING`, `RESIZING`, `RESTORING`, `SNAPSHOTTING`, `STARTING`, `STOPPING`, `UNRESCUING`, `UPDATING`.",
38133814
"example": "ACTIVE",
38143815
"type": "string"
38153816
},

0 commit comments

Comments
 (0)