Interface ICloudContainerPort


public interface ICloudContainerPort
  • Method Summary

    Modifier and Type
    Method
    Description
    A name given to the port, not used except for getContainerExposedPort()
    int
    The port number
    The type of port, http, tcp, udp
  • Method Details

    • getName

      String getName()
      A name given to the port, not used except for getContainerExposedPort()
    • getPort

      int getPort()
      The port number
    • getType

      String getType()
      The type of port, http, tcp, udp