[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlecompute.pp line 2011
type THttpHealthCheck = class(TGoogleBaseObject) |
protected |
procedure SetcheckIntervalSec(); virtual; |
procedure SetcreationTimestamp(); virtual; |
procedure Setdescription(); virtual; |
procedure SethealthyThreshold(); virtual; |
procedure Sethost(); virtual; |
procedure Setid(); virtual; |
procedure Setkind(); virtual; |
procedure Setname(); virtual; |
procedure Setport(); virtual; |
procedure SetrequestPath(); virtual; |
procedure SetselfLink(); virtual; |
procedure SettimeoutSec(); virtual; |
procedure SetunhealthyThreshold(); virtual; |
published |
property checkIntervalSec: Integer; [rw] |
property creationTimestamp: string; [rw] |
property description: string; [rw] |
property healthyThreshold: Integer; [rw] |
property host: string; [rw] |
property id: string; [rw] |
property kind: string; [rw] |
property name: string; [rw] |
property port: Integer; [rw] |
property requestPath: string; [rw] |
property selfLink: string; [rw] |
property timeoutSec: Integer; [rw] |
property unhealthyThreshold: Integer; [rw] |
end; |
| |
| |
TObject |