MountPoint class

Details on a volume mount point that is used in a container definition.

Constructors

MountPoint({String? containerPath, bool? readOnly, String? sourceVolume})
MountPoint.fromJson(Map<String, dynamic> json)
factory

Properties

containerPath String?
The path on the container to mount the host volume at.
final
hashCode int
The hash code for this object.
no setterinherited
readOnly bool?
If this value is true, the container has read-only access to the volume. If this value is false, then the container can write to the volume. The default value is false.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceVolume String?
The name of the volume to mount. Must be a volume name referenced in the name parameter of task definition volume.
final

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