Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.3 KB

File metadata and controls

22 lines (17 loc) · 1.3 KB

openapi.model.Filesystem

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id String The unique identifier (ID) of the filesystem.
name String The name of the filesystem.
mountPoint String The DEFAULT absolute path indicating where on instances the filesystem will be mounted. If file_system_mounts were used at launch time, the actual mount point is in the instance response.
created DateTime The date and time at which the filesystem was created. Formatted as an ISO 8601 timestamp.
createdBy User The user in your Team that created the filesystem.
isInUse bool Whether the filesystem is currently mounted to an instance. Filesystems that are mounted cannot be deleted.
region Region The region in which the filesystem is deployed.
bytesUsed int The approximate amount of storage used by the filesystem in bytes. This estimate is updated every few hours. [optional]

[Back to Model list] [Back to API list] [Back to README]