[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlemanager.pp line 186
type TAutoscalingModule = class(TGoogleBaseObject) |
protected |
procedure SetcoolDownPeriodSec(); virtual; |
procedure Setdescription(); virtual; |
procedure SetmaxNumReplicas(); virtual; |
procedure SetminNumReplicas(); virtual; |
procedure SetsignalType(); virtual; |
procedure SettargetModule(); virtual; |
procedure SettargetUtilization(); virtual; |
published |
property coolDownPeriodSec: Integer; [rw] |
property description: string; [rw] |
property maxNumReplicas: Integer; [rw] |
property minNumReplicas: Integer; [rw] |
property signalType: string; [rw] |
property targetModule: string; [rw] |
property targetUtilization: Double; [rw] |
end; |
| |
| |
TObject |