Interface Lab.DefinitionStages.WithMandatoryArtifactsResourceIdsLinux

All Known Subinterfaces:
Lab.Definition, Lab.DefinitionStages.WithCreate
Enclosing interface:
Lab.DefinitionStages

public static interface Lab.DefinitionStages.WithMandatoryArtifactsResourceIdsLinux
The stage of the Lab definition allowing to specify mandatoryArtifactsResourceIdsLinux.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMandatoryArtifactsResourceIdsLinux(List<String> mandatoryArtifactsResourceIdsLinux)
    Specifies the mandatoryArtifactsResourceIdsLinux property: The ordered list of artifact resource IDs that should be applied on all Linux VM creations by default, prior to the artifacts specified by the user..
  • Method Details

    • withMandatoryArtifactsResourceIdsLinux

      Lab.DefinitionStages.WithCreate withMandatoryArtifactsResourceIdsLinux(List<String> mandatoryArtifactsResourceIdsLinux)
      Specifies the mandatoryArtifactsResourceIdsLinux property: The ordered list of artifact resource IDs that should be applied on all Linux VM creations by default, prior to the artifacts specified by the user..
      Parameters:
      mandatoryArtifactsResourceIdsLinux - The ordered list of artifact resource IDs that should be applied on all Linux VM creations by default, prior to the artifacts specified by the user.
      Returns:
      the next definition stage.