InedoSDK Reference
Version:

ContainerVolumeMapping Class

Describes a host to container volumne mapping.

Inheritance Hierarchy

  • object
    • Inedo.Extensibility.Operations.ContainerVolumeMapping

Syntax

public sealed class ContainerVolumeMapping : IEquatable<T>

Constructors

Name Description
ContainerVolumeMapping(string HostPath, string ContainerPath, bool ReadOnly)

Describes a host to container volumne mapping.

Properties

Name Description
ContainerPath

Path inside the container to map to HostPath. When null (Nothing in Visual Basic), a temporary path is generated.

HostPath

Host path to capture in the container.

ReadOnly

When true, the host path is mapped as read-only.