AWS SDK Version 3 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.

The container path, mount options, and size of the tmpfs mount.

This object isn't applicable to jobs that are running on Fargate resources.

Inheritance Hierarchy

System.Object
  Amazon.Batch.Model.Tmpfs

Namespace: Amazon.Batch.Model
Assembly: AWSSDK.Batch.dll
Version: 3.x.y.z

Syntax

C#
public class Tmpfs

The Tmpfs type exposes the following members

Constructors

NameDescription
Public Method Tmpfs()

Properties

NameTypeDescription
Public Property ContainerPath System.String

Gets and sets the property ContainerPath.

The absolute file path in the container where the tmpfs volume is mounted.

Public Property MountOptions System.Collections.Generic.List<System.String>

Gets and sets the property MountOptions.

The list of tmpfs volume mount options.

Valid values: "defaults" | "ro" | "rw" | "suid" | "nosuid" | "dev" | "nodev" | "exec" | "noexec" | "sync" | "async" | "dirsync" | "remount" | "mand" | "nomand" | "atime" | "noatime" | "diratime" | "nodiratime" | "bind" | "rbind" | "unbindable" | "runbindable" | "private" | "rprivate" | "shared" | "rshared" | "slave" | "rslave" | "relatime" | "norelatime" | "strictatime" | "nostrictatime" | "mode" | "uid" | "gid" | "nr_inodes" | "nr_blocks" | "mpol"

Public Property Size System.Int32

Gets and sets the property Size.

The size (in MiB) of the tmpfs volume.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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