source: vendor/google/apiclient-services/src/NetAppFiles/Replication.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.0 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 Replication extends \Google\Model
21{
22 /**
23 * @var string
24 */
25 public $clusterLocation;
26 /**
27 * @var string
28 */
29 public $createTime;
30 /**
31 * @var string
32 */
33 public $description;
34 /**
35 * @var string
36 */
37 public $destinationVolume;
38 protected $destinationVolumeParametersType = DestinationVolumeParameters::class;
39 protected $destinationVolumeParametersDataType = '';
40 /**
41 * @var bool
42 */
43 public $healthy;
44 protected $hybridPeeringDetailsType = HybridPeeringDetails::class;
45 protected $hybridPeeringDetailsDataType = '';
46 /**
47 * @var string
48 */
49 public $hybridReplicationType;
50 /**
51 * @var string[]
52 */
53 public $labels;
54 /**
55 * @var string
56 */
57 public $mirrorState;
58 /**
59 * @var string
60 */
61 public $name;
62 /**
63 * @var string
64 */
65 public $replicationSchedule;
66 /**
67 * @var string
68 */
69 public $role;
70 /**
71 * @var string
72 */
73 public $sourceVolume;
74 /**
75 * @var string
76 */
77 public $state;
78 /**
79 * @var string
80 */
81 public $stateDetails;
82 protected $transferStatsType = TransferStats::class;
83 protected $transferStatsDataType = '';
84
85 /**
86 * @param string
87 */
88 public function setClusterLocation($clusterLocation)
89 {
90 $this->clusterLocation = $clusterLocation;
91 }
92 /**
93 * @return string
94 */
95 public function getClusterLocation()
96 {
97 return $this->clusterLocation;
98 }
99 /**
100 * @param string
101 */
102 public function setCreateTime($createTime)
103 {
104 $this->createTime = $createTime;
105 }
106 /**
107 * @return string
108 */
109 public function getCreateTime()
110 {
111 return $this->createTime;
112 }
113 /**
114 * @param string
115 */
116 public function setDescription($description)
117 {
118 $this->description = $description;
119 }
120 /**
121 * @return string
122 */
123 public function getDescription()
124 {
125 return $this->description;
126 }
127 /**
128 * @param string
129 */
130 public function setDestinationVolume($destinationVolume)
131 {
132 $this->destinationVolume = $destinationVolume;
133 }
134 /**
135 * @return string
136 */
137 public function getDestinationVolume()
138 {
139 return $this->destinationVolume;
140 }
141 /**
142 * @param DestinationVolumeParameters
143 */
144 public function setDestinationVolumeParameters(DestinationVolumeParameters $destinationVolumeParameters)
145 {
146 $this->destinationVolumeParameters = $destinationVolumeParameters;
147 }
148 /**
149 * @return DestinationVolumeParameters
150 */
151 public function getDestinationVolumeParameters()
152 {
153 return $this->destinationVolumeParameters;
154 }
155 /**
156 * @param bool
157 */
158 public function setHealthy($healthy)
159 {
160 $this->healthy = $healthy;
161 }
162 /**
163 * @return bool
164 */
165 public function getHealthy()
166 {
167 return $this->healthy;
168 }
169 /**
170 * @param HybridPeeringDetails
171 */
172 public function setHybridPeeringDetails(HybridPeeringDetails $hybridPeeringDetails)
173 {
174 $this->hybridPeeringDetails = $hybridPeeringDetails;
175 }
176 /**
177 * @return HybridPeeringDetails
178 */
179 public function getHybridPeeringDetails()
180 {
181 return $this->hybridPeeringDetails;
182 }
183 /**
184 * @param string
185 */
186 public function setHybridReplicationType($hybridReplicationType)
187 {
188 $this->hybridReplicationType = $hybridReplicationType;
189 }
190 /**
191 * @return string
192 */
193 public function getHybridReplicationType()
194 {
195 return $this->hybridReplicationType;
196 }
197 /**
198 * @param string[]
199 */
200 public function setLabels($labels)
201 {
202 $this->labels = $labels;
203 }
204 /**
205 * @return string[]
206 */
207 public function getLabels()
208 {
209 return $this->labels;
210 }
211 /**
212 * @param string
213 */
214 public function setMirrorState($mirrorState)
215 {
216 $this->mirrorState = $mirrorState;
217 }
218 /**
219 * @return string
220 */
221 public function getMirrorState()
222 {
223 return $this->mirrorState;
224 }
225 /**
226 * @param string
227 */
228 public function setName($name)
229 {
230 $this->name = $name;
231 }
232 /**
233 * @return string
234 */
235 public function getName()
236 {
237 return $this->name;
238 }
239 /**
240 * @param string
241 */
242 public function setReplicationSchedule($replicationSchedule)
243 {
244 $this->replicationSchedule = $replicationSchedule;
245 }
246 /**
247 * @return string
248 */
249 public function getReplicationSchedule()
250 {
251 return $this->replicationSchedule;
252 }
253 /**
254 * @param string
255 */
256 public function setRole($role)
257 {
258 $this->role = $role;
259 }
260 /**
261 * @return string
262 */
263 public function getRole()
264 {
265 return $this->role;
266 }
267 /**
268 * @param string
269 */
270 public function setSourceVolume($sourceVolume)
271 {
272 $this->sourceVolume = $sourceVolume;
273 }
274 /**
275 * @return string
276 */
277 public function getSourceVolume()
278 {
279 return $this->sourceVolume;
280 }
281 /**
282 * @param string
283 */
284 public function setState($state)
285 {
286 $this->state = $state;
287 }
288 /**
289 * @return string
290 */
291 public function getState()
292 {
293 return $this->state;
294 }
295 /**
296 * @param string
297 */
298 public function setStateDetails($stateDetails)
299 {
300 $this->stateDetails = $stateDetails;
301 }
302 /**
303 * @return string
304 */
305 public function getStateDetails()
306 {
307 return $this->stateDetails;
308 }
309 /**
310 * @param TransferStats
311 */
312 public function setTransferStats(TransferStats $transferStats)
313 {
314 $this->transferStats = $transferStats;
315 }
316 /**
317 * @return TransferStats
318 */
319 public function getTransferStats()
320 {
321 return $this->transferStats;
322 }
323}
324
325// Adding a class alias for backwards compatibility with the previous class name.
326class_alias(Replication::class, 'Google_Service_NetAppFiles_Replication');
Note: See TracBrowser for help on using the repository browser.