ThirdPartyFileService class

Third party file service configuration

Constructors

ThirdPartyFileService({String? fileShare, String? network, List<String>? servers})
ThirdPartyFileService.fromJson(Map json_)

Properties

fileShare String?
Required Mount Folder name
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
network String?
Required to identify vpc peering used for NFS access network name of NFS's vpc e.g. projects/project-id/global/networks/my-network_id
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servers List<String>?
Server IP addresses of the NFS file service.
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