Class InstanceResourceEndpoint

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class InstanceResourceEndpoint
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    host and portname.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHostname()
      Gets the hostname.
      java.lang.Long getPort()
      Gets the port.
      java.lang.String getRestHostname()
      Gets the restHostname.
      java.lang.Long getRestPort()
      Gets the restPort.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getHostname

        public java.lang.String getHostname()
        Gets the hostname. Instance Host name.
        Returns:
        the hostname
      • getPort

        public java.lang.Long getPort()
        Gets the port. Port.
        Returns:
        the port
      • getRestHostname

        public java.lang.String getRestHostname()
        Gets the restHostname. Rest Host name.
        Returns:
        the restHostname
      • getRestPort

        public java.lang.Long getRestPort()
        Gets the restPort. Rest Port.
        Returns:
        the restPort