ImportImageParameters Class

Definition

public class ImportImageParameters
type ImportImageParameters = class
Public Class ImportImageParameters
Inheritance
ImportImageParameters

Constructors

ImportImageParameters()

Initializes a new instance of the ImportImageParameters class.

ImportImageParameters(ImportSource, IList<String>, IList<String>, String)

Initializes a new instance of the ImportImageParameters class.

Properties

Mode

Gets or sets when Force, any existing target tags will be overwritten. When NoForce, any existing target tags will fail the operation before any copying begins. Possible values include: 'NoForce', 'Force'

Source

Gets or sets the source of the image.

TargetTags

Gets or sets list of strings of the form repo[:tag]. When tag is omitted the source will be used (or 'latest' if source tag is also omitted).

UntaggedTargetRepositories

Gets or sets list of strings of repository names to do a manifest only copy. No tag will be created.

Methods

Validate()

Validate the object.

Applies to