AssetManifest
Definitions for the asset manifest.
Initializer
using AlibabaCloud.SDK.ROS.CDK.Assembly.Schema;
new AssetManifest {
string Version,
System.Collections.Generic.IDictionary<string, DockerImageAsset> DockerImages = null,
System.Collections.Generic.IDictionary<string, FileAsset> Files = null
};
Properties
| Name | Type | Description |
|---|---|---|
Version |
string |
Version of the manifest. |
DockerImages |
System.Collections.Generic.IDictionary |
The Docker image assets in this manifest. |
Files |
System.Collections.Generic.IDictionary |
The file assets in this manifest. |
VersionRequired
public string Version { get; set; }
- Type: string
Version of the manifest.
DockerImagesOptional
public System.Collections.Generic.IDictionary<string, DockerImageAsset> DockerImages { get; set; }
- Type: System.Collections.Generic.IDictionary
DockerImageAsset\> - Default: No Docker images
The Docker image assets in this manifest.
FilesOptional
public System.Collections.Generic.IDictionary<string, FileAsset> Files { get; set; }
- Type: System.Collections.Generic.IDictionary
FileAsset\> - Default: No files
The file assets in this manifest.