Filesystem
Статья создана
A set of methods for managing filesystems.
JSON Representation
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "object",
"typeId": "string",
"zoneId": "string",
"size": "string",
"blockSize": "string",
"status": "string"
}
Field | Description |
---|---|
id | string ID of the filesystem. Generated at creation time. |
folderId | string ID of the folder that the filesystem belongs to. |
createdAt | string (date-time) Creation timestamp. String in RFC3339 text format. |
name | string Name of the filesystem. The name is unique within the folder. |
description | string Description of the filesystem. |
labels | object Filesystem labels as |
typeId | string ID of the filesystem type. To get a list of available filesystem types, make a list request. |
zoneId | string ID of the availability zone where the filesystem resides. A filesystem can be attached only to instances residing in the same availability zone. |
size | string (int64) Size of the filesystem, specified in bytes. |
blockSize | string (int64) Block size used for the filesystem, specified in bytes. |
status | string Current status of the filesystem.
|
Methods
Method | Description |
---|---|
create | Creates a filesystem in the specified folder. |
delete | Deletes the specified filesystem. |
get | Returns the specified filesystem. |
list | Lists filesystems in the specified folder. |
listOperations | Lists operations for the specified filesystem. |
update | Updates the specified filesystem. |