[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googleappengine.pp line 823
type THealthCheck = class(TGoogleBaseObject) |
protected |
procedure SetdisableHealthCheck(); virtual; |
procedure Sethost(); virtual; |
procedure SethealthyThreshold(); virtual; |
procedure SetunhealthyThreshold(); virtual; |
procedure SetrestartThreshold(); virtual; |
procedure SetcheckInterval(); virtual; |
procedure Settimeout(); virtual; |
published |
property disableHealthCheck: Boolean; [rw] |
property host: string; [rw] |
property healthyThreshold: Integer; [rw] |
property unhealthyThreshold: Integer; [rw] |
property restartThreshold: Integer; [rw] |
property checkInterval: string; [rw] |
property timeout: string; [rw] |
end; |
| |
| |
TObject |