c

nelson.yaml

HealthCheckYaml

class HealthCheckYaml extends AnyRef

Source
ManifestV1Parser.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HealthCheckYaml
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HealthCheckYaml()

Value Members

  1. def getInterval(): String
  2. def getName(): String
  3. def getPath(): String
  4. def getPort_reference(): String
  5. def getProtocol(): String
  6. def getTimeout(): String
  7. var interval: String
  8. var name: String
  9. var path: String
  10. var port_reference: String
  11. var protocol: String
  12. def setInterval(arg0: String): Unit
  13. def setName(arg0: String): Unit
  14. def setPath(arg0: String): Unit
  15. def setPort_reference(arg0: String): Unit
  16. def setProtocol(arg0: String): Unit
  17. def setTimeout(arg0: String): Unit
  18. var timeout: String