Method: LinodeOpenapiClient::PutVolumeRequest#filesystem_path
- Defined in:
- lib/linode_openapi_client/models/put_volume_request.rb
#filesystem_path ⇒ Object
Read-only The full filesystem path for the Volume based on the Volume’s label. Path is /dev/disk/by-id/scsi-0Linode_Volume_ + Volume label.
30 31 32 |
# File 'lib/linode_openapi_client/models/put_volume_request.rb', line 30 def filesystem_path @filesystem_path end |