Class MountDeclaration
- Namespace
- AgentContainers.Core.Models
- Assembly
- AgentContainers.Core.dll
public sealed class MountDeclaration
- Inheritance
-
MountDeclaration
- Inherited Members
-
Properties
ContainerPath
public string ContainerPath { get; set; }
Property Value
- string
Description
public string Description { get; set; }
Property Value
- string
Name
public string Name { get; set; }
Property Value
- string
Required
public bool Required { get; set; }
Property Value
- bool
SuggestedHostPath
public string? SuggestedHostPath { get; set; }
Property Value
- string