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