Class ServiceConfig
Service config.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class ServiceConfig
Properties
ConfigID
The Docker secret ID.
Declaration
public string ConfigID { get; set; }
Property Value
Type | Description |
---|---|
string |
ConfigName
The secret name.
Declaration
public string ConfigName { get; set; }
Property Value
Type | Description |
---|---|
string |
File
Secret file information.
Declaration
public ServiceFile File { get; set; }
Property Value
Type | Description |
---|---|
ServiceFile |
Methods
Normalize()
Recursively ensures ensures that any null class or list related properties are replaced with instances with default values or empty lists.
Declaration
public void Normalize()