Experimental
Schema
CreateVolumeRequest
Type:
object
CreateVolumeRequest creates one volume.
displayName
· required
Type:
string
display_name is a scoped label; the backend assigns the immutable resource ID.
All schema constraints and annotations
{
"description": "display_name is a scoped label; the backend assigns the immutable resource ID.",
"minLength": 1,
"not": {
"enum": [
".",
".."
],
"type": "string"
},
"pattern": "^[^/]+$",
"type": "string"
}All schema constraints and annotations
{
"additionalProperties": false,
"description": "CreateVolumeRequest creates one volume.",
"properties": {
"displayName": {
"description": "display_name is a scoped label; the backend assigns the immutable resource ID.",
"minLength": 1,
"not": {
"enum": [
".",
".."
],
"type": "string"
},
"pattern": "^[^/]+$",
"type": "string"
}
},
"required": [
"displayName"
],
"title": "CreateVolumeRequest",
"type": "object"
}