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 isfalse
, then the container can write to the volume. The default value isfalse
.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