File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,6 @@ class FileShareConfig extends \Google\Collection
30
30
public $ name ;
31
31
protected $ nfsExportOptionsType = NfsExportOptions::class;
32
32
protected $ nfsExportOptionsDataType = 'array ' ;
33
- protected $ performanceConfigType = PerformanceConfig::class;
34
- protected $ performanceConfigDataType = '' ;
35
- protected $ performanceLimitsType = PerformanceLimits::class;
36
- protected $ performanceLimitsDataType = '' ;
37
33
/**
38
34
* @var string
39
35
*/
@@ -81,34 +77,6 @@ public function getNfsExportOptions()
81
77
{
82
78
return $ this ->nfsExportOptions ;
83
79
}
84
- /**
85
- * @param PerformanceConfig
86
- */
87
- public function setPerformanceConfig (PerformanceConfig $ performanceConfig )
88
- {
89
- $ this ->performanceConfig = $ performanceConfig ;
90
- }
91
- /**
92
- * @return PerformanceConfig
93
- */
94
- public function getPerformanceConfig ()
95
- {
96
- return $ this ->performanceConfig ;
97
- }
98
- /**
99
- * @param PerformanceLimits
100
- */
101
- public function setPerformanceLimits (PerformanceLimits $ performanceLimits )
102
- {
103
- $ this ->performanceLimits = $ performanceLimits ;
104
- }
105
- /**
106
- * @return PerformanceLimits
107
- */
108
- public function getPerformanceLimits ()
109
- {
110
- return $ this ->performanceLimits ;
111
- }
112
80
/**
113
81
* @param string
114
82
*/
You can’t perform that action at this time.
0 commit comments