source: vendor/google/apiclient-services/src/NetAppFiles/StoragePool.php@ e3d4e0a

Last change on this file since e3d4e0a was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload project files

  • Property mode set to 100644
File size: 6.3 KB
Line 
1<?php
2/*
3 * Copyright 2014 Google Inc.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
18namespace Google\Service\NetAppFiles;
19
20class StoragePool extends \Google\Model
21{
22 /**
23 * @var string
24 */
25 public $activeDirectory;
26 /**
27 * @var bool
28 */
29 public $allowAutoTiering;
30 /**
31 * @var string
32 */
33 public $capacityGib;
34 /**
35 * @var string
36 */
37 public $createTime;
38 /**
39 * @var string
40 */
41 public $description;
42 /**
43 * @var string
44 */
45 public $encryptionType;
46 /**
47 * @var bool
48 */
49 public $globalAccessAllowed;
50 /**
51 * @var string
52 */
53 public $kmsConfig;
54 /**
55 * @var string[]
56 */
57 public $labels;
58 /**
59 * @var bool
60 */
61 public $ldapEnabled;
62 /**
63 * @var string
64 */
65 public $name;
66 /**
67 * @var string
68 */
69 public $network;
70 /**
71 * @var string
72 */
73 public $psaRange;
74 /**
75 * @var string
76 */
77 public $replicaZone;
78 /**
79 * @var string
80 */
81 public $serviceLevel;
82 /**
83 * @var string
84 */
85 public $state;
86 /**
87 * @var string
88 */
89 public $stateDetails;
90 /**
91 * @var string
92 */
93 public $volumeCapacityGib;
94 /**
95 * @var int
96 */
97 public $volumeCount;
98 /**
99 * @var string
100 */
101 public $zone;
102
103 /**
104 * @param string
105 */
106 public function setActiveDirectory($activeDirectory)
107 {
108 $this->activeDirectory = $activeDirectory;
109 }
110 /**
111 * @return string
112 */
113 public function getActiveDirectory()
114 {
115 return $this->activeDirectory;
116 }
117 /**
118 * @param bool
119 */
120 public function setAllowAutoTiering($allowAutoTiering)
121 {
122 $this->allowAutoTiering = $allowAutoTiering;
123 }
124 /**
125 * @return bool
126 */
127 public function getAllowAutoTiering()
128 {
129 return $this->allowAutoTiering;
130 }
131 /**
132 * @param string
133 */
134 public function setCapacityGib($capacityGib)
135 {
136 $this->capacityGib = $capacityGib;
137 }
138 /**
139 * @return string
140 */
141 public function getCapacityGib()
142 {
143 return $this->capacityGib;
144 }
145 /**
146 * @param string
147 */
148 public function setCreateTime($createTime)
149 {
150 $this->createTime = $createTime;
151 }
152 /**
153 * @return string
154 */
155 public function getCreateTime()
156 {
157 return $this->createTime;
158 }
159 /**
160 * @param string
161 */
162 public function setDescription($description)
163 {
164 $this->description = $description;
165 }
166 /**
167 * @return string
168 */
169 public function getDescription()
170 {
171 return $this->description;
172 }
173 /**
174 * @param string
175 */
176 public function setEncryptionType($encryptionType)
177 {
178 $this->encryptionType = $encryptionType;
179 }
180 /**
181 * @return string
182 */
183 public function getEncryptionType()
184 {
185 return $this->encryptionType;
186 }
187 /**
188 * @param bool
189 */
190 public function setGlobalAccessAllowed($globalAccessAllowed)
191 {
192 $this->globalAccessAllowed = $globalAccessAllowed;
193 }
194 /**
195 * @return bool
196 */
197 public function getGlobalAccessAllowed()
198 {
199 return $this->globalAccessAllowed;
200 }
201 /**
202 * @param string
203 */
204 public function setKmsConfig($kmsConfig)
205 {
206 $this->kmsConfig = $kmsConfig;
207 }
208 /**
209 * @return string
210 */
211 public function getKmsConfig()
212 {
213 return $this->kmsConfig;
214 }
215 /**
216 * @param string[]
217 */
218 public function setLabels($labels)
219 {
220 $this->labels = $labels;
221 }
222 /**
223 * @return string[]
224 */
225 public function getLabels()
226 {
227 return $this->labels;
228 }
229 /**
230 * @param bool
231 */
232 public function setLdapEnabled($ldapEnabled)
233 {
234 $this->ldapEnabled = $ldapEnabled;
235 }
236 /**
237 * @return bool
238 */
239 public function getLdapEnabled()
240 {
241 return $this->ldapEnabled;
242 }
243 /**
244 * @param string
245 */
246 public function setName($name)
247 {
248 $this->name = $name;
249 }
250 /**
251 * @return string
252 */
253 public function getName()
254 {
255 return $this->name;
256 }
257 /**
258 * @param string
259 */
260 public function setNetwork($network)
261 {
262 $this->network = $network;
263 }
264 /**
265 * @return string
266 */
267 public function getNetwork()
268 {
269 return $this->network;
270 }
271 /**
272 * @param string
273 */
274 public function setPsaRange($psaRange)
275 {
276 $this->psaRange = $psaRange;
277 }
278 /**
279 * @return string
280 */
281 public function getPsaRange()
282 {
283 return $this->psaRange;
284 }
285 /**
286 * @param string
287 */
288 public function setReplicaZone($replicaZone)
289 {
290 $this->replicaZone = $replicaZone;
291 }
292 /**
293 * @return string
294 */
295 public function getReplicaZone()
296 {
297 return $this->replicaZone;
298 }
299 /**
300 * @param string
301 */
302 public function setServiceLevel($serviceLevel)
303 {
304 $this->serviceLevel = $serviceLevel;
305 }
306 /**
307 * @return string
308 */
309 public function getServiceLevel()
310 {
311 return $this->serviceLevel;
312 }
313 /**
314 * @param string
315 */
316 public function setState($state)
317 {
318 $this->state = $state;
319 }
320 /**
321 * @return string
322 */
323 public function getState()
324 {
325 return $this->state;
326 }
327 /**
328 * @param string
329 */
330 public function setStateDetails($stateDetails)
331 {
332 $this->stateDetails = $stateDetails;
333 }
334 /**
335 * @return string
336 */
337 public function getStateDetails()
338 {
339 return $this->stateDetails;
340 }
341 /**
342 * @param string
343 */
344 public function setVolumeCapacityGib($volumeCapacityGib)
345 {
346 $this->volumeCapacityGib = $volumeCapacityGib;
347 }
348 /**
349 * @return string
350 */
351 public function getVolumeCapacityGib()
352 {
353 return $this->volumeCapacityGib;
354 }
355 /**
356 * @param int
357 */
358 public function setVolumeCount($volumeCount)
359 {
360 $this->volumeCount = $volumeCount;
361 }
362 /**
363 * @return int
364 */
365 public function getVolumeCount()
366 {
367 return $this->volumeCount;
368 }
369 /**
370 * @param string
371 */
372 public function setZone($zone)
373 {
374 $this->zone = $zone;
375 }
376 /**
377 * @return string
378 */
379 public function getZone()
380 {
381 return $this->zone;
382 }
383}
384
385// Adding a class alias for backwards compatibility with the previous class name.
386class_alias(StoragePool::class, 'Google_Service_NetAppFiles_StoragePool');
Note: See TracBrowser for help on using the repository browser.