GoogleCloudAiplatformV1NfsMount class
Represents a mount configuration for Network File System (NFS) to mount.
Constructors
- GoogleCloudAiplatformV1NfsMount({String? mountPoint, String? path, String? server})
- GoogleCloudAiplatformV1NfsMount.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mountPoint ↔ String?
-
Destination mount path.
getter/setter pair
- path ↔ String?
-
Source path exported from NFS server.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- server ↔ String?
-
IP address of the NFS server.
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