AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Details on a data volume from another container.

Inheritance Hierarchy

System.Object
  Amazon.ECS.Model.VolumeFrom

Namespace: Amazon.ECS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class VolumeFrom : Object

The VolumeFrom type exposes the following members

Constructors

NameDescription
Public Method VolumeFrom()

Properties

NameTypeDescription
Public Property ReadOnly System.Boolean Gets and sets the property ReadOnly.

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.

Public Property SourceContainer System.String Gets and sets the property SourceContainer.

The name of the container to mount volumes from.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8