Annotation Interface Zosmf


@Retention(RUNTIME) @Target(FIELD) public @interface Zosmf
z/OS MF
See Also:
Annotation:
Description:
The @Zosmf annotation requests the z/OSMF Manager to provide a z/OSMF instance associated with a z/OS image. The test can request multiple z/OSMF instances, with the default being associated with the primary zOS image.
Examples:
@ZosImage(imageTag="A")
public IZosImage zosImageA;
@Zosmf(imageTag="A")
public IZosmf zosmfA;
Extra:
The IZosmf interface has a number of methods to issue requests to the zOSMF REST API.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • imageTag

      String imageTag
      Returns:
      The tag of the zOS Image with which this variable will to be populated
      Default:
      "PRIMARY"