Packages

class Service extends DynamicObject with HasName with HasAnnotations with HasLabels

Annotations
@JSExportAll()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Service
  2. HasLabels
  3. HasAnnotations
  4. HasName
  5. DynamicObject
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Service(internal: scala.model.management.Service)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAnnotation(annotation: String, value: Boolean): Service.this.type
    Definition Classes
    HasAnnotations
  5. def addAnnotation(annotation: String, value: Double): Service.this.type
    Definition Classes
    HasAnnotations
  6. def addAnnotation(annotation: String, value: Float): Service.this.type
    Definition Classes
    HasAnnotations
  7. def addAnnotation(annotation: String, value: Int): Service.this.type
    Definition Classes
    HasAnnotations
  8. def addAnnotation(annotation: String, value: String): Service.this.type
    Definition Classes
    HasAnnotations
  9. def addLabel(label: String, value: Boolean): Service.this.type
    Definition Classes
    HasLabels
  10. def addLabel(label: String, value: Double): Service.this.type
    Definition Classes
    HasLabels
  11. def addLabel(label: String, value: Float): Service.this.type
    Definition Classes
    HasLabels
  12. def addLabel(label: String, value: Int): Service.this.type
    Definition Classes
    HasLabels
  13. def addLabel(label: String, value: String): Service.this.type
    Definition Classes
    HasLabels
  14. def address: String
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def getBooleanAnnotation(annotation: String): Boolean
    Definition Classes
    HasAnnotations
  20. def getBooleanLabel(label: String): Boolean
    Definition Classes
    HasLabels
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def getDoubleAnnotation(annotation: String): Double
    Definition Classes
    HasAnnotations
  23. def getDoubleLabel(label: String): Double
    Definition Classes
    HasLabels
  24. def getFloatAnnotation(annotation: String): Float
    Definition Classes
    HasAnnotations
  25. def getFloatLabel(label: String): Float
    Definition Classes
    HasLabels
  26. def getIntAnnotation(annotation: String): Int
    Definition Classes
    HasAnnotations
  27. def getIntLabel(label: String): Int
    Definition Classes
    HasLabels
  28. def getStringAnnotation(annotation: String): String
    Definition Classes
    HasAnnotations
  29. def getStringLabel(label: String): String
    Definition Classes
    HasLabels
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def name: String
    Definition Classes
    HasName
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  36. def routes: internal.convert.ManagementClientConverters.ClientList[ServiceRoute]
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withAddress(address: String): Service.this.type
  43. def withName(name: String): Service.this.type
    Definition Classes
    HasName
  44. def withRoute(destinationPath: String): ServiceRoute

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from HasLabels

Inherited from HasAnnotations

Inherited from HasName

Inherited from DynamicObject

Inherited from AnyRef

Inherited from Any

Ungrouped