Skip to content

Commit 99182f0

Browse files
1 parent 5dc139d commit 99182f0

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/Compute/Scheduling.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ class Scheduling extends \Google\Collection
2828
* @var int
2929
*/
3030
public $availabilityDomain;
31+
/**
32+
* @var int
33+
*/
34+
public $hostErrorTimeoutSeconds;
3135
/**
3236
* @var string
3337
*/
@@ -93,6 +97,20 @@ public function getAvailabilityDomain()
9397
{
9498
return $this->availabilityDomain;
9599
}
100+
/**
101+
* @param int
102+
*/
103+
public function setHostErrorTimeoutSeconds($hostErrorTimeoutSeconds)
104+
{
105+
$this->hostErrorTimeoutSeconds = $hostErrorTimeoutSeconds;
106+
}
107+
/**
108+
* @return int
109+
*/
110+
public function getHostErrorTimeoutSeconds()
111+
{
112+
return $this->hostErrorTimeoutSeconds;
113+
}
96114
/**
97115
* @param string
98116
*/

0 commit comments

Comments
 (0)