[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googledataproc.pp line 201
type TGceClusterConfig = class(TGoogleBaseObject) |
protected |
procedure SetzoneUri(); virtual; |
procedure SetnetworkUri(); virtual; |
procedure SetsubnetworkUri(); virtual; |
procedure SetserviceAccountScopes(); virtual; |
procedure Settags(); virtual; |
procedure Setmetadata(); virtual; |
published |
property zoneUri: string; [rw] |
property networkUri: string; [rw] |
property subnetworkUri: string; [rw] |
property serviceAccountScopes: TStringArray; [rw] |
property tags: TStringArray; [rw] |
property metadata: TGceClusterConfigTypemetadata; [rw] |
end; |
| |
| |
TObject |