File tree 1 file changed +18
-0
lines changed
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
23
23
* @var bool
24
24
*/
25
25
public $ allowNetAdmin ;
26
+ /**
27
+ * @var bool
28
+ */
29
+ public $ autopilotCompatibilityAuditingEnabled ;
26
30
27
31
/**
28
32
* @param bool
@@ -38,6 +42,20 @@ public function getAllowNetAdmin()
38
42
{
39
43
return $ this ->allowNetAdmin ;
40
44
}
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
+ }
41
59
}
42
60
43
61
// Adding a class alias for backwards compatibility with the previous class name.
You can’t perform that action at this time.
0 commit comments