AssemblyManifest
A manifest which describes the cloud assembly.
Initializer
using AlibabaCloud.SDK.ROS.CDK.Assembly.Schema;
new AssemblyManifest {
string Version,
System.Collections.Generic.IDictionary<string, ArtifactManifest> Artifacts = null,
MissingContext[] Missing = null,
RuntimeInfo Runtime = null
};
Properties
| Name | Type | Description |
|---|---|---|
Version |
string |
Protocol version. |
Artifacts |
System.Collections.Generic.IDictionary |
The set of artifacts in this assembly. |
Missing |
MissingContext[] |
Missing context information. |
Runtime |
RuntimeInfo |
Runtime information. |
VersionRequired
public string Version { get; set; }
- Type: string
Protocol version.
ArtifactsOptional
public System.Collections.Generic.IDictionary<string, ArtifactManifest> Artifacts { get; set; }
- Type: System.Collections.Generic.IDictionary
ArtifactManifest\> - Default: no artifacts.
The set of artifacts in this assembly.
MissingOptional
public MissingContext[] Missing { get; set; }
- Type: MissingContext[]
- Default: no missing context.
Missing context information.
If this field has values, it means that the cloud assembly is not complete and should not be deployed.
RuntimeOptional
public RuntimeInfo Runtime { get; set; }
- Type: RuntimeInfo
- Default: no info.
Runtime information.