Name: DatastoreNfsAccess

Contains the values for allowing or blocking client access to this VMstore.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.nfsaccess.DatastoreNfsAccess",
   "clientIpHigh": <String>,
   "clientIpLow": <String>,
   "isAllowed": <Boolean>,
   "vmstoreIpHigh": <String>,
   "vmstoreIpLow": <String>,
   "submount": <String>,
}

Elements
NameTypeDescription
submountxsd:stringReturn the submount to control access on. If left blank it is for the entire VMstore.

Attributes
NameTypeDescription
clientIpHighxsd:stringReturn the high value of the client IP range.
clientIpLowxsd:stringReturn the low value of the client IP range.
isAllowedxsd:booleanReturn true is this configuration is allowed access, false if it is to be denied access.
vmstoreIpHighxsd:stringReturn the high value of the VMstore IP range.
vmstoreIpLowxsd:stringReturn the low value of the VMstore IP range.