File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments