Annotation Interface ZosIpPort


@Retention(RUNTIME) @Target(FIELD) public @interface ZosIpPort
Represents a provisioned IP Port for a zOS Image that has been provisioned for the test

Used to populate a IIpPort field

Author:
Michael Baylis
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The tag which represents this instance of ZosIpPort
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The tag of the zOS Image this variable is to be populated with
    The type of IP Port you require, this can be used to obtain ATTLS ports The default is a standard non-special IP port
  • Element Details

    • imageTag

      String imageTag
      The tag of the zOS Image this variable is to be populated with
      Default:
      "PRIMARY"
    • type

      String type
      The type of IP Port you require, this can be used to obtain ATTLS ports The default is a standard non-special IP port
      Default:
      "standard"
    • tag

      String tag
      The tag which represents this instance of ZosIpPort