Name: FileShare

A FileShare is an entry point for the SMB protocol to access file systems.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.FileShare",
   "comment": <String>,
   "encryptData": <Boolean>,
   "fileShareType": 'REALSTORE' | 'SNAPSHOT',
   "fileSystemName": <String>,
   "name": <String>,
   "nominalConsumedBytes": <Number>,
   "path": <String>,
   "quotaBytes": <Number>,
}

Attributes
NameTypeDescription
commentxsd:stringThe comments regarding the FileShare.
encryptDataxsd:boolean'True' indicates SMB communication with this FileShare shall be encrypted. 'False' indicates SMB communication with this FileShare shall not be encrypted.
fileShareTypeREALSTORE | SNAPSHOTThe FileShare type.
REALSTORERegular SMB share. Can be used to store virtual machines.
SNAPSHOTBackup snapshot SMB share. Used for backup application integration.
fileSystemNamexsd:stringThe file system name underlying the FileShare, used by System Center Virtual Machine Manager.
namexsd:stringThe FileShare name.
nominalConsumedBytesxsd:longThe bytes nominally consumed by the FileShare. Does not include deduplication, compression, cloning, or thin-provisioning space savings.
pathxsd:stringThe UNC path exposed by the FileShare. Ex.: \\vmstore-data.vmlevels.com\share
quotaBytesxsd:longThe quota in bytes allocated to the FileShare, used by System Center Virtual Machine Manager.