Skip to content

Commit 17fa821

Browse files
1 parent 8966f1c commit 17fa821

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/Container/WorkloadPolicyConfig.php

+18
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ class WorkloadPolicyConfig extends \Google\Model
2323
* @var bool
2424
*/
2525
public $allowNetAdmin;
26+
/**
27+
* @var bool
28+
*/
29+
public $autopilotCompatibilityAuditingEnabled;
2630

2731
/**
2832
* @param bool
@@ -38,6 +42,20 @@ public function getAllowNetAdmin()
3842
{
3943
return $this->allowNetAdmin;
4044
}
45+
/**
46+
* @param bool
47+
*/
48+
public function setAutopilotCompatibilityAuditingEnabled($autopilotCompatibilityAuditingEnabled)
49+
{
50+
$this->autopilotCompatibilityAuditingEnabled = $autopilotCompatibilityAuditingEnabled;
51+
}
52+
/**
53+
* @return bool
54+
*/
55+
public function getAutopilotCompatibilityAuditingEnabled()
56+
{
57+
return $this->autopilotCompatibilityAuditingEnabled;
58+
}
4159
}
4260

4361
// Adding a class alias for backwards compatibility with the previous class name.

0 commit comments

Comments
 (0)