com.fusesource.fmc.webui.agents

AgentResource

class AgentResource extends BaseResource with HasID

Linear Supertypes
HasID, BaseResource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. AgentResource
  2. HasID
  3. BaseResource
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AgentResource (agent: Container)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def _type : String

    Annotations
    @JsonProperty()
  7. val agent : Container

  8. def agent_template (agent: Container): ContainerTemplate

    Definition Classes
    BaseResource
  9. def alive : Boolean

    Annotations
    @JsonProperty()
  10. def alive_indicator : String

    Annotations
    @JsonProperty()
  11. def alive_status : String

    Annotations
    @JsonProperty()
  12. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  13. def as_jcloud_metadata (metadata: org.fusesource.fabric.api.CreateContainerMetadata[_]): CreateJCloudsContainerMetadata

  14. def children : Array[String]

    Annotations
    @JsonProperty() @GET() @Path()
  15. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def credential : String

    Annotations
    @GET() @Path() @Produces()
  17. def delete : Unit

    Annotations
    @DELETE()
  18. def destroy : Unit

    Annotations
    @POST() @Path()
  19. def effective_config : Array[ProfileResource]

    Annotations
    @GET() @Path()
  20. def ensemble_server : Boolean

    Annotations
    @JsonProperty()
  21. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  22. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  23. def extensions (id: String): ManagementExtension

    Annotations
    @Path()
  24. def extensions : Array[String]

    Annotations
    @JsonProperty() @GET() @Path()
  25. def fabric_service : FabricService

    Definition Classes
    BaseResource
  26. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. def get : Any

    This method will allow returning this resource as data.

    This method will allow returning this resource as data.

    Definition Classes
    BaseResource
    Annotations
    @GET()
  28. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  29. def has_pk : Boolean

    Annotations
    @JsonProperty()
  30. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  31. def id : String

    Definition Classes
    AgentResourceHasID
    Annotations
    @JsonProperty()
  32. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  33. implicit def iter [T] (some: Collection[T]): Iterator[T]

    Attributes
    implicit
    Definition Classes
    BaseResource
  34. def jmx_url : String

    Annotations
    @JsonProperty()
  35. def local_hostname : String

    Annotations
    @JsonProperty()
  36. def local_ip : String

    Annotations
    @JsonProperty()
  37. def location : String

    Annotations
    @JsonProperty()
  38. val logger : Logger

    Attributes
    protected
    Definition Classes
    BaseResource
  39. def managed : Boolean

    Annotations
    @JsonProperty()
  40. def manual_ip : String

    Annotations
    @JsonProperty()
  41. def metadata : org.fusesource.fabric.api.CreateContainerMetadata[_]

    Annotations
    @JsonProperty() @GET() @Path()
  42. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  43. def not_found [T] : T

    Attributes
    protected
    Definition Classes
    BaseResource
  44. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  45. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  46. def parent : String

    Annotations
    @JsonProperty()
  47. def parent_agent : Container

  48. def password : String

    Annotations
    @GET() @Path()
  49. def profiles : Array[ProfileResource]

    Annotations
    @JsonProperty()
  50. def profiles_resource : ProfilesResource

    Annotations
    @Path()
  51. def provision_complete : Boolean

    Annotations
    @JsonProperty()
  52. def provision_exception : String

    Annotations
    @JsonProperty()
  53. def provision_indicator : String

    Annotations
    @JsonProperty()
  54. def provision_pending : Boolean

    Annotations
    @JsonProperty()
  55. def provision_result : String

    Annotations
    @JsonProperty()
  56. def provision_status : String

    Annotations
    @JsonProperty()
  57. def provisioned_bundles : List[String]

    Annotations
    @JsonProperty()
  58. def public_hostname : String

    Annotations
    @JsonProperty()
  59. def public_ip : String

    Annotations
    @JsonProperty()
  60. def redirect (path: String, rq: HttpServletRequest, rp: HttpServletResponse): Null

    Attributes
    protected
    Definition Classes
    BaseResource
  61. def resolver : String

    Annotations
    @JsonProperty()
  62. def respond [T] (value: Status, message: Any = null): T

    Definition Classes
    BaseResource
  63. def root : Boolean

    Annotations
    @JsonProperty()
  64. def set_local_hostname (value: String): Unit

    Annotations
    @PUT() @Path()
  65. def set_local_ip (value: String): Unit

    Annotations
    @PUT() @Path()
  66. def set_location (value: String): Unit

    Annotations
    @PUT() @Path()
  67. def set_manual_ip (value: String): Unit

    Annotations
    @PUT() @Path()
  68. def set_public_hostname (value: String): Unit

    Annotations
    @PUT() @Path()
  69. def set_public_ip (value: String): Unit

    Annotations
    @PUT() @Path()
  70. def set_resolver (value: String): Unit

    Annotations
    @PUT() @Path()
  71. def ssh_url : String

    Annotations
    @JsonProperty()
  72. def start : Unit

    Annotations
    @POST() @Path()
  73. def status (code: Unit): Map[String, Any]

    Utility method to execute code and wrap result in Map.

    Utility method to execute code and wrap result in Map.

    Attributes
    protected
    Definition Classes
    BaseResource
  74. def stop : Unit

    Annotations
    @POST() @Path()
  75. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  76. def toString (): String

    Definition Classes
    AnyRef → Any
  77. val uriInfo : UriInfo

    Attributes
    protected
    Definition Classes
    BaseResource
  78. def version : String

    Annotations
    @JsonProperty()
  79. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  80. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  81. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from HasID

Inherited from BaseResource

Inherited from AnyRef

Inherited from Any