Skip to content

Commit e085d6d

Browse files
1 parent c0318d5 commit e085d6d

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/AIPlatformNotebooks/GceSetup.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ class GceSetup extends \Google\Collection
4040
public $enableIpForwarding;
4141
protected $gpuDriverConfigType = GPUDriverConfig::class;
4242
protected $gpuDriverConfigDataType = '';
43+
/**
44+
* @var string
45+
*/
46+
public $instanceId;
4347
/**
4448
* @var string
4549
*/
@@ -179,6 +183,20 @@ public function getGpuDriverConfig()
179183
{
180184
return $this->gpuDriverConfig;
181185
}
186+
/**
187+
* @param string
188+
*/
189+
public function setInstanceId($instanceId)
190+
{
191+
$this->instanceId = $instanceId;
192+
}
193+
/**
194+
* @return string
195+
*/
196+
public function getInstanceId()
197+
{
198+
return $this->instanceId;
199+
}
182200
/**
183201
* @param string
184202
*/

0 commit comments

Comments
 (0)