Home
last modified time | relevance | path

Searched defs:RunSummary (Results 1 – 16 of 16) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/dataflow/
H A Drun_summary.go17 type RunSummary struct { struct
20 ApplicationId *string `mandatory:"true" json:"applicationId"`
23 CompartmentId *string `mandatory:"true" json:"compartmentId"`
35 Id *string `mandatory:"true" json:"id"`
45 TimeCreated *common.SDKTime `mandatory:"true" json:"timeCreated"`
49 TimeUpdated *common.SDKTime `mandatory:"true" json:"timeUpdated"`
58 DisplayName *string `mandatory:"false" json:"displayName"`
65 OpcRequestId *string `mandatory:"false" json:"opcRequestId"`
72 OwnerUserName *string `mandatory:"false" json:"ownerUserName"`
78 TotalOCpu *int `mandatory:"false" json:"totalOCpu"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/foas/
H A Dstruct_run_summary.go19 type RunSummary struct { struct
20 LastErrorTime int64 `json:"LastErrorTime" xml:"LastErrorTime"`
21 InputDelay int64 `json:"InputDelay" xml:"InputDelay"`
22 EngineJobHandler string `json:"EngineJobHandler" xml:"EngineJobHandler"`
23 Id int64 `json:"Id" xml:"Id"`
24 ActualState string `json:"ActualState" xml:"ActualState"`
25 LastErrorMessage string `json:"LastErrorMessage" xml:"LastErrorMessage"`
26 ExpectState string `json:"ExpectState" xml:"ExpectState"`
27 JobName string `json:"JobName" xml:"JobName"`
H A Dstruct_run_summarys.go20 RunSummary []RunSummary `json:"RunSummary" xml:"RunSummary"` member
H A Dget_instance_run_summary.go88 RunSummary RunSummary `json:"RunSummary" xml:"RunSummary"` member
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/mozlog/mozlog/handlers/
H A Dsummaryhandler.py13 import six
/dports/www/firefox/firefox-99.0/testing/mozbase/mozlog/mozlog/handlers/
H A Dstatushandler.py13 RunSummary = namedtuple( variable
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozbase/mozlog/mozlog/handlers/
H A Dstatushandler.py13 RunSummary = namedtuple("RunSummary", variable
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozlog/mozlog/handlers/
H A Dstatushandler.py11 RunSummary = namedtuple("RunSummary", variable
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/mozlog/mozlog/handlers/
H A Dstatushandler.py13 RunSummary = namedtuple( variable
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/mozlog/mozlog/handlers/
H A Dstatushandler.py13 RunSummary = namedtuple("RunSummary", variable
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/app/
H A Dclasp_app.h133 typedef ClaspFacade::Summary RunSummary; typedef
/dports/math/clingo/clingo-5.5.1/clasp/app/
H A Dclasp_app.h133 typedef ClaspFacade::Summary RunSummary; typedef
/dports/math/clasp/clasp-3.3.5/app/
H A Dclasp_app.h133 typedef ClaspFacade::Summary RunSummary; typedef
/dports/devel/py-oci/oci-2.53.1/src/oci/data_flow/models/
H A Drun_summary.py11 class RunSummary(object): class
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DModelDevice.go1068 RunSummary *DeviceHealthScriptRunSummary `json:"runSummary,omitempty"` member
1928 RunSummary *DeviceManagementScriptRunSummary `json:"runSummary,omitempty"` member
H A DActionDevice.go4970 func (b *DeviceHealthScriptRequestBuilder) RunSummary() *DeviceHealthScriptRunSummaryRequestBuilder… func
13762 func (b *DeviceManagementScriptRequestBuilder) RunSummary() *DeviceManagementScriptRunSummaryReques… func