Class VolumeListResponse
The response from a VolumeListAsync(CancellationToken) command.
Inherited Members
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class VolumeListResponse : DockerResponse
Properties
Inner
Returns the raw
Declaration
public dynamic Inner { get; }
Property Value
Type | Description |
---|---|
dynamic |
Volumes
Returns the list of volumes returned by the Docker engine.
Declaration
public List<DockerVolume> Volumes { get; }
Property Value
Type | Description |
---|---|
List<DockerVolume> |