ListManagementImages.ListManagementImagesAddImageDefinitionStages.WithAllOptions Interface

public interface WithAllOptions

The stage of the definition which allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
ListManagementImagesAddImageDefinitionStages.WithExecute withLabel(String label)

The image label.

ListManagementImagesAddImageDefinitionStages.WithExecute withTag(Integer tag)

Tag for the image.

Method Details

withLabel

public ListManagementImagesAddImageDefinitionStages.WithExecute withLabel(String label)

The image label.

Parameters:

label

Returns:

next definition stage

withTag

public ListManagementImagesAddImageDefinitionStages.WithExecute withTag(Integer tag)

Tag for the image.

Parameters:

tag

Returns:

next definition stage

Applies to