Class DefinedSystem


  • public final class DefinedSystem
    extends Object
    The z/OSMF object returned for every defined system.
    Version:
    5.0
    Author:
    Frank Giordano
    • Constructor Detail

      • DefinedSystem

        public DefinedSystem​(String systemNickName,
                             String groupNames,
                             String cpcSerial,
                             String zosVR,
                             String systemName,
                             String jesType,
                             String sysplexName,
                             String jesMemberName,
                             String httpProxyName,
                             String ftpDestinationName,
                             String url,
                             String cpcName)
        Jackson constructor for DefinedSystem
        Parameters:
        systemNickName - unique name assigned to the system definition
        groupNames - comma-separated list of the groups to which the system is assigned
        cpcSerial - serial number of the CPC
        zosVR - version of z/OS
        systemName - name specified for the system on the SYSNAME parameter
        jesType - type of JES subsystem (JES2 or JES3)
        sysplexName - name of the sysplex where the system is a member
        jesMemberName - JES2 MAS member name or JES3 complex member name
        httpProxyName - HTTP proxy definition name
        ftpDestinationName - FTP/SFTP server definition name
        url - URL used to access the z/OSMF instance
        cpcName - name of the CPC at the support element
    • Method Detail

      • getCpcName

        public String getCpcName()
        Retrieve cpcName specified
        Returns:
        cpcName value
      • getCpcSerial

        public String getCpcSerial()
        Retrieve cpcSerial specified
        Returns:
        cpcSerial value
      • getFtpDestinationName

        public String getFtpDestinationName()
        Retrieve ftpDestinationName specified
        Returns:
        ftpDestinationName value
      • getGroupNames

        public String getGroupNames()
        Retrieve groupNames specified
        Returns:
        groupNames value
      • getHttpProxyName

        public String getHttpProxyName()
        Retrieve httpProxyName specified
        Returns:
        httpProxyName value
      • getJesMemberName

        public String getJesMemberName()
        Retrieve jesMemberName specified
        Returns:
        jesMemberName value
      • getJesType

        public String getJesType()
        Retrieve jesType specified
        Returns:
        jesType value
      • getSysplexName

        public String getSysplexName()
        Retrieve sysplexName specified
        Returns:
        sysplexName value
      • getSystemName

        public String getSystemName()
        Retrieve systemName specified
        Returns:
        systemName value
      • getSystemNickName

        public String getSystemNickName()
        Retrieve systemNickName specified
        Returns:
        systemNickName value
      • getUrl

        public String getUrl()
        Retrieve url specified
        Returns:
        url value
      • getZosVR

        public String getZosVR()
        Retrieve zosVR specified
        Returns:
        zosVR value
      • toString

        public String toString()
        Return string value representing DefinedSystem object
        Overrides:
        toString in class Object
        Returns:
        string representation of DefinedSystem