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 |
|
---|
18 | namespace Google\Service\Apigee;
|
---|
19 |
|
---|
20 | class GoogleCloudApigeeV1Organization extends \Google\Collection
|
---|
21 | {
|
---|
22 | protected $collection_key = 'environments';
|
---|
23 | protected $addonsConfigType = GoogleCloudApigeeV1AddonsConfig::class;
|
---|
24 | protected $addonsConfigDataType = '';
|
---|
25 | /**
|
---|
26 | * @var string
|
---|
27 | */
|
---|
28 | public $analyticsRegion;
|
---|
29 | /**
|
---|
30 | * @var string
|
---|
31 | */
|
---|
32 | public $apiConsumerDataEncryptionKeyName;
|
---|
33 | /**
|
---|
34 | * @var string
|
---|
35 | */
|
---|
36 | public $apiConsumerDataLocation;
|
---|
37 | /**
|
---|
38 | * @var string
|
---|
39 | */
|
---|
40 | public $apigeeProjectId;
|
---|
41 | /**
|
---|
42 | * @var string[]
|
---|
43 | */
|
---|
44 | public $attributes;
|
---|
45 | /**
|
---|
46 | * @var string
|
---|
47 | */
|
---|
48 | public $authorizedNetwork;
|
---|
49 | /**
|
---|
50 | * @var string
|
---|
51 | */
|
---|
52 | public $billingType;
|
---|
53 | /**
|
---|
54 | * @var string
|
---|
55 | */
|
---|
56 | public $caCertificate;
|
---|
57 | /**
|
---|
58 | * @var string
|
---|
59 | */
|
---|
60 | public $controlPlaneEncryptionKeyName;
|
---|
61 | /**
|
---|
62 | * @var string
|
---|
63 | */
|
---|
64 | public $createdAt;
|
---|
65 | /**
|
---|
66 | * @var string
|
---|
67 | */
|
---|
68 | public $customerName;
|
---|
69 | /**
|
---|
70 | * @var string
|
---|
71 | */
|
---|
72 | public $description;
|
---|
73 | /**
|
---|
74 | * @var bool
|
---|
75 | */
|
---|
76 | public $disableVpcPeering;
|
---|
77 | /**
|
---|
78 | * @var string
|
---|
79 | */
|
---|
80 | public $displayName;
|
---|
81 | /**
|
---|
82 | * @var string[]
|
---|
83 | */
|
---|
84 | public $environments;
|
---|
85 | /**
|
---|
86 | * @var string
|
---|
87 | */
|
---|
88 | public $expiresAt;
|
---|
89 | /**
|
---|
90 | * @var string
|
---|
91 | */
|
---|
92 | public $lastModifiedAt;
|
---|
93 | /**
|
---|
94 | * @var string
|
---|
95 | */
|
---|
96 | public $name;
|
---|
97 | /**
|
---|
98 | * @var bool
|
---|
99 | */
|
---|
100 | public $portalDisabled;
|
---|
101 | /**
|
---|
102 | * @var string
|
---|
103 | */
|
---|
104 | public $projectId;
|
---|
105 | protected $propertiesType = GoogleCloudApigeeV1Properties::class;
|
---|
106 | protected $propertiesDataType = '';
|
---|
107 | /**
|
---|
108 | * @var string
|
---|
109 | */
|
---|
110 | public $runtimeDatabaseEncryptionKeyName;
|
---|
111 | /**
|
---|
112 | * @var string
|
---|
113 | */
|
---|
114 | public $runtimeType;
|
---|
115 | /**
|
---|
116 | * @var string
|
---|
117 | */
|
---|
118 | public $state;
|
---|
119 | /**
|
---|
120 | * @var string
|
---|
121 | */
|
---|
122 | public $subscriptionPlan;
|
---|
123 | /**
|
---|
124 | * @var string
|
---|
125 | */
|
---|
126 | public $subscriptionType;
|
---|
127 | /**
|
---|
128 | * @var string
|
---|
129 | */
|
---|
130 | public $type;
|
---|
131 |
|
---|
132 | /**
|
---|
133 | * @param GoogleCloudApigeeV1AddonsConfig
|
---|
134 | */
|
---|
135 | public function setAddonsConfig(GoogleCloudApigeeV1AddonsConfig $addonsConfig)
|
---|
136 | {
|
---|
137 | $this->addonsConfig = $addonsConfig;
|
---|
138 | }
|
---|
139 | /**
|
---|
140 | * @return GoogleCloudApigeeV1AddonsConfig
|
---|
141 | */
|
---|
142 | public function getAddonsConfig()
|
---|
143 | {
|
---|
144 | return $this->addonsConfig;
|
---|
145 | }
|
---|
146 | /**
|
---|
147 | * @param string
|
---|
148 | */
|
---|
149 | public function setAnalyticsRegion($analyticsRegion)
|
---|
150 | {
|
---|
151 | $this->analyticsRegion = $analyticsRegion;
|
---|
152 | }
|
---|
153 | /**
|
---|
154 | * @return string
|
---|
155 | */
|
---|
156 | public function getAnalyticsRegion()
|
---|
157 | {
|
---|
158 | return $this->analyticsRegion;
|
---|
159 | }
|
---|
160 | /**
|
---|
161 | * @param string
|
---|
162 | */
|
---|
163 | public function setApiConsumerDataEncryptionKeyName($apiConsumerDataEncryptionKeyName)
|
---|
164 | {
|
---|
165 | $this->apiConsumerDataEncryptionKeyName = $apiConsumerDataEncryptionKeyName;
|
---|
166 | }
|
---|
167 | /**
|
---|
168 | * @return string
|
---|
169 | */
|
---|
170 | public function getApiConsumerDataEncryptionKeyName()
|
---|
171 | {
|
---|
172 | return $this->apiConsumerDataEncryptionKeyName;
|
---|
173 | }
|
---|
174 | /**
|
---|
175 | * @param string
|
---|
176 | */
|
---|
177 | public function setApiConsumerDataLocation($apiConsumerDataLocation)
|
---|
178 | {
|
---|
179 | $this->apiConsumerDataLocation = $apiConsumerDataLocation;
|
---|
180 | }
|
---|
181 | /**
|
---|
182 | * @return string
|
---|
183 | */
|
---|
184 | public function getApiConsumerDataLocation()
|
---|
185 | {
|
---|
186 | return $this->apiConsumerDataLocation;
|
---|
187 | }
|
---|
188 | /**
|
---|
189 | * @param string
|
---|
190 | */
|
---|
191 | public function setApigeeProjectId($apigeeProjectId)
|
---|
192 | {
|
---|
193 | $this->apigeeProjectId = $apigeeProjectId;
|
---|
194 | }
|
---|
195 | /**
|
---|
196 | * @return string
|
---|
197 | */
|
---|
198 | public function getApigeeProjectId()
|
---|
199 | {
|
---|
200 | return $this->apigeeProjectId;
|
---|
201 | }
|
---|
202 | /**
|
---|
203 | * @param string[]
|
---|
204 | */
|
---|
205 | public function setAttributes($attributes)
|
---|
206 | {
|
---|
207 | $this->attributes = $attributes;
|
---|
208 | }
|
---|
209 | /**
|
---|
210 | * @return string[]
|
---|
211 | */
|
---|
212 | public function getAttributes()
|
---|
213 | {
|
---|
214 | return $this->attributes;
|
---|
215 | }
|
---|
216 | /**
|
---|
217 | * @param string
|
---|
218 | */
|
---|
219 | public function setAuthorizedNetwork($authorizedNetwork)
|
---|
220 | {
|
---|
221 | $this->authorizedNetwork = $authorizedNetwork;
|
---|
222 | }
|
---|
223 | /**
|
---|
224 | * @return string
|
---|
225 | */
|
---|
226 | public function getAuthorizedNetwork()
|
---|
227 | {
|
---|
228 | return $this->authorizedNetwork;
|
---|
229 | }
|
---|
230 | /**
|
---|
231 | * @param string
|
---|
232 | */
|
---|
233 | public function setBillingType($billingType)
|
---|
234 | {
|
---|
235 | $this->billingType = $billingType;
|
---|
236 | }
|
---|
237 | /**
|
---|
238 | * @return string
|
---|
239 | */
|
---|
240 | public function getBillingType()
|
---|
241 | {
|
---|
242 | return $this->billingType;
|
---|
243 | }
|
---|
244 | /**
|
---|
245 | * @param string
|
---|
246 | */
|
---|
247 | public function setCaCertificate($caCertificate)
|
---|
248 | {
|
---|
249 | $this->caCertificate = $caCertificate;
|
---|
250 | }
|
---|
251 | /**
|
---|
252 | * @return string
|
---|
253 | */
|
---|
254 | public function getCaCertificate()
|
---|
255 | {
|
---|
256 | return $this->caCertificate;
|
---|
257 | }
|
---|
258 | /**
|
---|
259 | * @param string
|
---|
260 | */
|
---|
261 | public function setControlPlaneEncryptionKeyName($controlPlaneEncryptionKeyName)
|
---|
262 | {
|
---|
263 | $this->controlPlaneEncryptionKeyName = $controlPlaneEncryptionKeyName;
|
---|
264 | }
|
---|
265 | /**
|
---|
266 | * @return string
|
---|
267 | */
|
---|
268 | public function getControlPlaneEncryptionKeyName()
|
---|
269 | {
|
---|
270 | return $this->controlPlaneEncryptionKeyName;
|
---|
271 | }
|
---|
272 | /**
|
---|
273 | * @param string
|
---|
274 | */
|
---|
275 | public function setCreatedAt($createdAt)
|
---|
276 | {
|
---|
277 | $this->createdAt = $createdAt;
|
---|
278 | }
|
---|
279 | /**
|
---|
280 | * @return string
|
---|
281 | */
|
---|
282 | public function getCreatedAt()
|
---|
283 | {
|
---|
284 | return $this->createdAt;
|
---|
285 | }
|
---|
286 | /**
|
---|
287 | * @param string
|
---|
288 | */
|
---|
289 | public function setCustomerName($customerName)
|
---|
290 | {
|
---|
291 | $this->customerName = $customerName;
|
---|
292 | }
|
---|
293 | /**
|
---|
294 | * @return string
|
---|
295 | */
|
---|
296 | public function getCustomerName()
|
---|
297 | {
|
---|
298 | return $this->customerName;
|
---|
299 | }
|
---|
300 | /**
|
---|
301 | * @param string
|
---|
302 | */
|
---|
303 | public function setDescription($description)
|
---|
304 | {
|
---|
305 | $this->description = $description;
|
---|
306 | }
|
---|
307 | /**
|
---|
308 | * @return string
|
---|
309 | */
|
---|
310 | public function getDescription()
|
---|
311 | {
|
---|
312 | return $this->description;
|
---|
313 | }
|
---|
314 | /**
|
---|
315 | * @param bool
|
---|
316 | */
|
---|
317 | public function setDisableVpcPeering($disableVpcPeering)
|
---|
318 | {
|
---|
319 | $this->disableVpcPeering = $disableVpcPeering;
|
---|
320 | }
|
---|
321 | /**
|
---|
322 | * @return bool
|
---|
323 | */
|
---|
324 | public function getDisableVpcPeering()
|
---|
325 | {
|
---|
326 | return $this->disableVpcPeering;
|
---|
327 | }
|
---|
328 | /**
|
---|
329 | * @param string
|
---|
330 | */
|
---|
331 | public function setDisplayName($displayName)
|
---|
332 | {
|
---|
333 | $this->displayName = $displayName;
|
---|
334 | }
|
---|
335 | /**
|
---|
336 | * @return string
|
---|
337 | */
|
---|
338 | public function getDisplayName()
|
---|
339 | {
|
---|
340 | return $this->displayName;
|
---|
341 | }
|
---|
342 | /**
|
---|
343 | * @param string[]
|
---|
344 | */
|
---|
345 | public function setEnvironments($environments)
|
---|
346 | {
|
---|
347 | $this->environments = $environments;
|
---|
348 | }
|
---|
349 | /**
|
---|
350 | * @return string[]
|
---|
351 | */
|
---|
352 | public function getEnvironments()
|
---|
353 | {
|
---|
354 | return $this->environments;
|
---|
355 | }
|
---|
356 | /**
|
---|
357 | * @param string
|
---|
358 | */
|
---|
359 | public function setExpiresAt($expiresAt)
|
---|
360 | {
|
---|
361 | $this->expiresAt = $expiresAt;
|
---|
362 | }
|
---|
363 | /**
|
---|
364 | * @return string
|
---|
365 | */
|
---|
366 | public function getExpiresAt()
|
---|
367 | {
|
---|
368 | return $this->expiresAt;
|
---|
369 | }
|
---|
370 | /**
|
---|
371 | * @param string
|
---|
372 | */
|
---|
373 | public function setLastModifiedAt($lastModifiedAt)
|
---|
374 | {
|
---|
375 | $this->lastModifiedAt = $lastModifiedAt;
|
---|
376 | }
|
---|
377 | /**
|
---|
378 | * @return string
|
---|
379 | */
|
---|
380 | public function getLastModifiedAt()
|
---|
381 | {
|
---|
382 | return $this->lastModifiedAt;
|
---|
383 | }
|
---|
384 | /**
|
---|
385 | * @param string
|
---|
386 | */
|
---|
387 | public function setName($name)
|
---|
388 | {
|
---|
389 | $this->name = $name;
|
---|
390 | }
|
---|
391 | /**
|
---|
392 | * @return string
|
---|
393 | */
|
---|
394 | public function getName()
|
---|
395 | {
|
---|
396 | return $this->name;
|
---|
397 | }
|
---|
398 | /**
|
---|
399 | * @param bool
|
---|
400 | */
|
---|
401 | public function setPortalDisabled($portalDisabled)
|
---|
402 | {
|
---|
403 | $this->portalDisabled = $portalDisabled;
|
---|
404 | }
|
---|
405 | /**
|
---|
406 | * @return bool
|
---|
407 | */
|
---|
408 | public function getPortalDisabled()
|
---|
409 | {
|
---|
410 | return $this->portalDisabled;
|
---|
411 | }
|
---|
412 | /**
|
---|
413 | * @param string
|
---|
414 | */
|
---|
415 | public function setProjectId($projectId)
|
---|
416 | {
|
---|
417 | $this->projectId = $projectId;
|
---|
418 | }
|
---|
419 | /**
|
---|
420 | * @return string
|
---|
421 | */
|
---|
422 | public function getProjectId()
|
---|
423 | {
|
---|
424 | return $this->projectId;
|
---|
425 | }
|
---|
426 | /**
|
---|
427 | * @param GoogleCloudApigeeV1Properties
|
---|
428 | */
|
---|
429 | public function setProperties(GoogleCloudApigeeV1Properties $properties)
|
---|
430 | {
|
---|
431 | $this->properties = $properties;
|
---|
432 | }
|
---|
433 | /**
|
---|
434 | * @return GoogleCloudApigeeV1Properties
|
---|
435 | */
|
---|
436 | public function getProperties()
|
---|
437 | {
|
---|
438 | return $this->properties;
|
---|
439 | }
|
---|
440 | /**
|
---|
441 | * @param string
|
---|
442 | */
|
---|
443 | public function setRuntimeDatabaseEncryptionKeyName($runtimeDatabaseEncryptionKeyName)
|
---|
444 | {
|
---|
445 | $this->runtimeDatabaseEncryptionKeyName = $runtimeDatabaseEncryptionKeyName;
|
---|
446 | }
|
---|
447 | /**
|
---|
448 | * @return string
|
---|
449 | */
|
---|
450 | public function getRuntimeDatabaseEncryptionKeyName()
|
---|
451 | {
|
---|
452 | return $this->runtimeDatabaseEncryptionKeyName;
|
---|
453 | }
|
---|
454 | /**
|
---|
455 | * @param string
|
---|
456 | */
|
---|
457 | public function setRuntimeType($runtimeType)
|
---|
458 | {
|
---|
459 | $this->runtimeType = $runtimeType;
|
---|
460 | }
|
---|
461 | /**
|
---|
462 | * @return string
|
---|
463 | */
|
---|
464 | public function getRuntimeType()
|
---|
465 | {
|
---|
466 | return $this->runtimeType;
|
---|
467 | }
|
---|
468 | /**
|
---|
469 | * @param string
|
---|
470 | */
|
---|
471 | public function setState($state)
|
---|
472 | {
|
---|
473 | $this->state = $state;
|
---|
474 | }
|
---|
475 | /**
|
---|
476 | * @return string
|
---|
477 | */
|
---|
478 | public function getState()
|
---|
479 | {
|
---|
480 | return $this->state;
|
---|
481 | }
|
---|
482 | /**
|
---|
483 | * @param string
|
---|
484 | */
|
---|
485 | public function setSubscriptionPlan($subscriptionPlan)
|
---|
486 | {
|
---|
487 | $this->subscriptionPlan = $subscriptionPlan;
|
---|
488 | }
|
---|
489 | /**
|
---|
490 | * @return string
|
---|
491 | */
|
---|
492 | public function getSubscriptionPlan()
|
---|
493 | {
|
---|
494 | return $this->subscriptionPlan;
|
---|
495 | }
|
---|
496 | /**
|
---|
497 | * @param string
|
---|
498 | */
|
---|
499 | public function setSubscriptionType($subscriptionType)
|
---|
500 | {
|
---|
501 | $this->subscriptionType = $subscriptionType;
|
---|
502 | }
|
---|
503 | /**
|
---|
504 | * @return string
|
---|
505 | */
|
---|
506 | public function getSubscriptionType()
|
---|
507 | {
|
---|
508 | return $this->subscriptionType;
|
---|
509 | }
|
---|
510 | /**
|
---|
511 | * @param string
|
---|
512 | */
|
---|
513 | public function setType($type)
|
---|
514 | {
|
---|
515 | $this->type = $type;
|
---|
516 | }
|
---|
517 | /**
|
---|
518 | * @return string
|
---|
519 | */
|
---|
520 | public function getType()
|
---|
521 | {
|
---|
522 | return $this->type;
|
---|
523 | }
|
---|
524 | }
|
---|
525 |
|
---|
526 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
527 | class_alias(GoogleCloudApigeeV1Organization::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Organization');
|
---|