VolumeFrom class

Details on a data volume from another container in the same task definition.

Constructors

VolumeFrom({bool? readOnly, String? sourceContainer})
VolumeFrom.fromJson(Map<String, dynamic> json)
factory

Properties

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
sourceContainer String?
The name of another container within the same task definition from which to mount volumes.
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