File tree 4 files changed +6
-0
lines changed
4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 19
19
* @property boolean $disableHttp2
20
20
* @property boolean $http2Only
21
21
* @property boolean $active
22
+ * @property string $sessionCookieValue
22
23
* @property \DateTime $createdAt
23
24
* @property \DateTime $updatedAt
24
25
*/
Original file line number Diff line number Diff line change 24
24
* @property string $monitorHost
25
25
* @property string $monitorHttpVersion
26
26
* @property string $monitorExpect
27
+ * @property string $monitorExpectString
28
+ * @property bool $monitorExpectStringRegex
27
29
* @property bool $monitorTcpMonitoring
28
30
* @property string $customOptions
29
31
* @property int $checkPort
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ public function getEntityMap()
24
24
'check_fall ' => 'checkFall ' ,
25
25
'disable_http2 ' => 'disableHttp2 ' ,
26
26
'http2_only ' => 'http2Only ' ,
27
+ 'session_cookie_value ' => 'sessionCookieValue ' ,
27
28
'created_at ' => 'createdAt ' ,
28
29
'updated_at ' => 'updatedAt ' ,
29
30
];
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ public function getEntityMap()
30
30
'monitor_host ' => 'monitorHost ' ,
31
31
'monitor_http_version ' => 'monitorHttpVersion ' ,
32
32
'monitor_expect ' => 'monitorExpect ' ,
33
+ 'monitor_expect_string ' => 'monitorExpectString ' ,
34
+ 'monitor_expect_string_regex ' => 'monitorExpectStringRegex ' ,
33
35
'monitor_tcp_monitoring ' => 'monitorTcpMonitoring ' ,
34
36
'custom_options ' => 'customOptions ' ,
35
37
'check_port ' => 'checkPort ' ,
You can’t perform that action at this time.
0 commit comments