Skip to content

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.IDictionaryArtifactManifest\> 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.IDictionaryArtifactManifest\>
  • Default: no artifacts.

The set of artifacts in this assembly.


MissingOptional

public MissingContext[] Missing { get; set; }

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; }

Runtime information.