Kazan v0.2.0 Kazan.Models.V1.Handler
Handler defines a specific action that should be taken
Properties
exec
::Kazan.Models.V1.ExecAction
- One and only one of the following should be specified. Exec specifies the action to take.
http_get
::Kazan.Models.V1.HTTPGetAction
- HTTPGet specifies the http request to perform.
tcp_socket
::Kazan.Models.V1.TCPSocketAction
- TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported