source: vendor/google/apiclient-services/src/CloudWorkstations/WorkstationCluster.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: 5.9 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\CloudWorkstations;
19
20class WorkstationCluster extends \Google\Collection
21{
22 protected $collection_key = 'conditions';
23 /**
24 * @var string[]
25 */
26 public $annotations;
27 protected $conditionsType = Status::class;
28 protected $conditionsDataType = 'array';
29 /**
30 * @var string
31 */
32 public $controlPlaneIp;
33 /**
34 * @var string
35 */
36 public $createTime;
37 /**
38 * @var bool
39 */
40 public $degraded;
41 /**
42 * @var string
43 */
44 public $deleteTime;
45 /**
46 * @var string
47 */
48 public $displayName;
49 protected $domainConfigType = DomainConfig::class;
50 protected $domainConfigDataType = '';
51 /**
52 * @var string
53 */
54 public $etag;
55 /**
56 * @var string[]
57 */
58 public $labels;
59 /**
60 * @var string
61 */
62 public $name;
63 /**
64 * @var string
65 */
66 public $network;
67 protected $privateClusterConfigType = PrivateClusterConfig::class;
68 protected $privateClusterConfigDataType = '';
69 /**
70 * @var bool
71 */
72 public $reconciling;
73 /**
74 * @var string
75 */
76 public $subnetwork;
77 /**
78 * @var string[]
79 */
80 public $tags;
81 /**
82 * @var string
83 */
84 public $uid;
85 /**
86 * @var string
87 */
88 public $updateTime;
89
90 /**
91 * @param string[]
92 */
93 public function setAnnotations($annotations)
94 {
95 $this->annotations = $annotations;
96 }
97 /**
98 * @return string[]
99 */
100 public function getAnnotations()
101 {
102 return $this->annotations;
103 }
104 /**
105 * @param Status[]
106 */
107 public function setConditions($conditions)
108 {
109 $this->conditions = $conditions;
110 }
111 /**
112 * @return Status[]
113 */
114 public function getConditions()
115 {
116 return $this->conditions;
117 }
118 /**
119 * @param string
120 */
121 public function setControlPlaneIp($controlPlaneIp)
122 {
123 $this->controlPlaneIp = $controlPlaneIp;
124 }
125 /**
126 * @return string
127 */
128 public function getControlPlaneIp()
129 {
130 return $this->controlPlaneIp;
131 }
132 /**
133 * @param string
134 */
135 public function setCreateTime($createTime)
136 {
137 $this->createTime = $createTime;
138 }
139 /**
140 * @return string
141 */
142 public function getCreateTime()
143 {
144 return $this->createTime;
145 }
146 /**
147 * @param bool
148 */
149 public function setDegraded($degraded)
150 {
151 $this->degraded = $degraded;
152 }
153 /**
154 * @return bool
155 */
156 public function getDegraded()
157 {
158 return $this->degraded;
159 }
160 /**
161 * @param string
162 */
163 public function setDeleteTime($deleteTime)
164 {
165 $this->deleteTime = $deleteTime;
166 }
167 /**
168 * @return string
169 */
170 public function getDeleteTime()
171 {
172 return $this->deleteTime;
173 }
174 /**
175 * @param string
176 */
177 public function setDisplayName($displayName)
178 {
179 $this->displayName = $displayName;
180 }
181 /**
182 * @return string
183 */
184 public function getDisplayName()
185 {
186 return $this->displayName;
187 }
188 /**
189 * @param DomainConfig
190 */
191 public function setDomainConfig(DomainConfig $domainConfig)
192 {
193 $this->domainConfig = $domainConfig;
194 }
195 /**
196 * @return DomainConfig
197 */
198 public function getDomainConfig()
199 {
200 return $this->domainConfig;
201 }
202 /**
203 * @param string
204 */
205 public function setEtag($etag)
206 {
207 $this->etag = $etag;
208 }
209 /**
210 * @return string
211 */
212 public function getEtag()
213 {
214 return $this->etag;
215 }
216 /**
217 * @param string[]
218 */
219 public function setLabels($labels)
220 {
221 $this->labels = $labels;
222 }
223 /**
224 * @return string[]
225 */
226 public function getLabels()
227 {
228 return $this->labels;
229 }
230 /**
231 * @param string
232 */
233 public function setName($name)
234 {
235 $this->name = $name;
236 }
237 /**
238 * @return string
239 */
240 public function getName()
241 {
242 return $this->name;
243 }
244 /**
245 * @param string
246 */
247 public function setNetwork($network)
248 {
249 $this->network = $network;
250 }
251 /**
252 * @return string
253 */
254 public function getNetwork()
255 {
256 return $this->network;
257 }
258 /**
259 * @param PrivateClusterConfig
260 */
261 public function setPrivateClusterConfig(PrivateClusterConfig $privateClusterConfig)
262 {
263 $this->privateClusterConfig = $privateClusterConfig;
264 }
265 /**
266 * @return PrivateClusterConfig
267 */
268 public function getPrivateClusterConfig()
269 {
270 return $this->privateClusterConfig;
271 }
272 /**
273 * @param bool
274 */
275 public function setReconciling($reconciling)
276 {
277 $this->reconciling = $reconciling;
278 }
279 /**
280 * @return bool
281 */
282 public function getReconciling()
283 {
284 return $this->reconciling;
285 }
286 /**
287 * @param string
288 */
289 public function setSubnetwork($subnetwork)
290 {
291 $this->subnetwork = $subnetwork;
292 }
293 /**
294 * @return string
295 */
296 public function getSubnetwork()
297 {
298 return $this->subnetwork;
299 }
300 /**
301 * @param string[]
302 */
303 public function setTags($tags)
304 {
305 $this->tags = $tags;
306 }
307 /**
308 * @return string[]
309 */
310 public function getTags()
311 {
312 return $this->tags;
313 }
314 /**
315 * @param string
316 */
317 public function setUid($uid)
318 {
319 $this->uid = $uid;
320 }
321 /**
322 * @return string
323 */
324 public function getUid()
325 {
326 return $this->uid;
327 }
328 /**
329 * @param string
330 */
331 public function setUpdateTime($updateTime)
332 {
333 $this->updateTime = $updateTime;
334 }
335 /**
336 * @return string
337 */
338 public function getUpdateTime()
339 {
340 return $this->updateTime;
341 }
342}
343
344// Adding a class alias for backwards compatibility with the previous class name.
345class_alias(WorkstationCluster::class, 'Google_Service_CloudWorkstations_WorkstationCluster');
Note: See TracBrowser for help on using the repository browser.