GoogleCloudAiplatformV1LustreMount class

Represents a mount configuration for Lustre file system.

Constructors

GoogleCloudAiplatformV1LustreMount.new({String? filesystem, String? instanceIp, String? mountPoint, String? volumeHandle})
GoogleCloudAiplatformV1LustreMount.fromJson(Map json_)

Properties

filesystem String?
The name of the Lustre filesystem.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instanceIp String?
IP address of the Lustre instance.
getter/setter pair
mountPoint String?
Destination mount path.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volumeHandle String?
The unique identifier of the Lustre volume.
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