NfsExport class
A NFS export entry.
Constructors
Properties
- allowDev ↔ bool?
- 
  Allow dev flag in NfsShare AllowedClientsRequest.
  getter/setter pair
- allowSuid ↔ bool?
- 
  Allow the setuid flag.
  getter/setter pair
- cidr ↔ String?
- 
  A CIDR range.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- machineId ↔ String?
- 
  Either a single machine, identified by an ID, or a comma-separated list of
machine IDs.
  getter/setter pair
- networkId ↔ String?
- 
  Network to use to publish the export.
  getter/setter pair
- noRootSquash ↔ bool?
- 
  Disable root squashing, which is a feature of NFS.
  getter/setter pair
- permissions ↔ String?
- 
  Export permissions.
Possible string values are:
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited