Skip to content

Manifest

Protocol utility class.

Static Functions

Name Description
Load Deprecated.
LoadAssemblyManifest Load and validates the cloud assembly manifest from file.
Save Deprecated.
SaveAssemblyManifest Validates and saves the cloud assembly manifest to file.
Version Fetch the current schema version number.

~~Load~~

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema"
alicloudroscdkassemblyschema.Manifest_Load(filePath *string) AssemblyManifest

Deprecated.

filePathRequired

  • Type: *string

LoadAssemblyManifest

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema"
alicloudroscdkassemblyschema.Manifest_LoadAssemblyManifest(filePath *string) AssemblyManifest

Load and validates the cloud assembly manifest from file.

filePathRequired

  • Type: *string

path to the manifest file.


~~Save~~

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema"
alicloudroscdkassemblyschema.Manifest_Save(manifest AssemblyManifest, filePath *string)

Deprecated.

manifestRequired


filePathRequired

  • Type: *string

SaveAssemblyManifest

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema"
alicloudroscdkassemblyschema.Manifest_SaveAssemblyManifest(manifest AssemblyManifest, filePath *string)

Validates and saves the cloud assembly manifest to file.

manifestRequired

manifest.


filePathRequired

  • Type: *string

output file path.


Version

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema"
alicloudroscdkassemblyschema.Manifest_Version() *string

Fetch the current schema version number.

Enums