AllowedClient class

Represents an 'access point' for the share.

Constructors

AllowedClient({bool? allowDev, bool? allowSuid, String? allowedClientsCidr, String? mountPermissions, String? network, String? nfsPath, bool? noRootSquash, String? shareIp})
AllowedClient.fromJson(Map json_)

Properties

allowDev bool?
Allow dev flag.
getter/setter pair
allowedClientsCidr String?
The subnet of IP addresses permitted to access the share.
getter/setter pair
allowSuid bool?
Allow the setuid flag.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mountPermissions String?
Mount permissions. Possible string values are:
getter/setter pair
network String?
The network the access point sits on.
getter/setter pair
nfsPath String?
The path to access NFS, in format shareIP:/InstanceID InstanceID is the generated ID instead of customer provided name.
getter/setter pair
noRootSquash bool?
Disable root squashing, which is a feature of NFS.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareIp String?
The IP address of the share on this network.
getter/setter pair

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