source: vendor/google/apiclient-services/src/Container/AddonsConfig.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: 7.1 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\Container;
19
20class AddonsConfig extends \Google\Model
21{
22 protected $cloudRunConfigType = CloudRunConfig::class;
23 protected $cloudRunConfigDataType = '';
24 protected $configConnectorConfigType = ConfigConnectorConfig::class;
25 protected $configConnectorConfigDataType = '';
26 protected $dnsCacheConfigType = DnsCacheConfig::class;
27 protected $dnsCacheConfigDataType = '';
28 protected $gcePersistentDiskCsiDriverConfigType = GcePersistentDiskCsiDriverConfig::class;
29 protected $gcePersistentDiskCsiDriverConfigDataType = '';
30 protected $gcpFilestoreCsiDriverConfigType = GcpFilestoreCsiDriverConfig::class;
31 protected $gcpFilestoreCsiDriverConfigDataType = '';
32 protected $gcsFuseCsiDriverConfigType = GcsFuseCsiDriverConfig::class;
33 protected $gcsFuseCsiDriverConfigDataType = '';
34 protected $gkeBackupAgentConfigType = GkeBackupAgentConfig::class;
35 protected $gkeBackupAgentConfigDataType = '';
36 protected $horizontalPodAutoscalingType = HorizontalPodAutoscaling::class;
37 protected $horizontalPodAutoscalingDataType = '';
38 protected $httpLoadBalancingType = HttpLoadBalancing::class;
39 protected $httpLoadBalancingDataType = '';
40 protected $kubernetesDashboardType = KubernetesDashboard::class;
41 protected $kubernetesDashboardDataType = '';
42 protected $networkPolicyConfigType = NetworkPolicyConfig::class;
43 protected $networkPolicyConfigDataType = '';
44 protected $parallelstoreCsiDriverConfigType = ParallelstoreCsiDriverConfig::class;
45 protected $parallelstoreCsiDriverConfigDataType = '';
46 protected $rayOperatorConfigType = RayOperatorConfig::class;
47 protected $rayOperatorConfigDataType = '';
48 protected $statefulHaConfigType = StatefulHAConfig::class;
49 protected $statefulHaConfigDataType = '';
50
51 /**
52 * @param CloudRunConfig
53 */
54 public function setCloudRunConfig(CloudRunConfig $cloudRunConfig)
55 {
56 $this->cloudRunConfig = $cloudRunConfig;
57 }
58 /**
59 * @return CloudRunConfig
60 */
61 public function getCloudRunConfig()
62 {
63 return $this->cloudRunConfig;
64 }
65 /**
66 * @param ConfigConnectorConfig
67 */
68 public function setConfigConnectorConfig(ConfigConnectorConfig $configConnectorConfig)
69 {
70 $this->configConnectorConfig = $configConnectorConfig;
71 }
72 /**
73 * @return ConfigConnectorConfig
74 */
75 public function getConfigConnectorConfig()
76 {
77 return $this->configConnectorConfig;
78 }
79 /**
80 * @param DnsCacheConfig
81 */
82 public function setDnsCacheConfig(DnsCacheConfig $dnsCacheConfig)
83 {
84 $this->dnsCacheConfig = $dnsCacheConfig;
85 }
86 /**
87 * @return DnsCacheConfig
88 */
89 public function getDnsCacheConfig()
90 {
91 return $this->dnsCacheConfig;
92 }
93 /**
94 * @param GcePersistentDiskCsiDriverConfig
95 */
96 public function setGcePersistentDiskCsiDriverConfig(GcePersistentDiskCsiDriverConfig $gcePersistentDiskCsiDriverConfig)
97 {
98 $this->gcePersistentDiskCsiDriverConfig = $gcePersistentDiskCsiDriverConfig;
99 }
100 /**
101 * @return GcePersistentDiskCsiDriverConfig
102 */
103 public function getGcePersistentDiskCsiDriverConfig()
104 {
105 return $this->gcePersistentDiskCsiDriverConfig;
106 }
107 /**
108 * @param GcpFilestoreCsiDriverConfig
109 */
110 public function setGcpFilestoreCsiDriverConfig(GcpFilestoreCsiDriverConfig $gcpFilestoreCsiDriverConfig)
111 {
112 $this->gcpFilestoreCsiDriverConfig = $gcpFilestoreCsiDriverConfig;
113 }
114 /**
115 * @return GcpFilestoreCsiDriverConfig
116 */
117 public function getGcpFilestoreCsiDriverConfig()
118 {
119 return $this->gcpFilestoreCsiDriverConfig;
120 }
121 /**
122 * @param GcsFuseCsiDriverConfig
123 */
124 public function setGcsFuseCsiDriverConfig(GcsFuseCsiDriverConfig $gcsFuseCsiDriverConfig)
125 {
126 $this->gcsFuseCsiDriverConfig = $gcsFuseCsiDriverConfig;
127 }
128 /**
129 * @return GcsFuseCsiDriverConfig
130 */
131 public function getGcsFuseCsiDriverConfig()
132 {
133 return $this->gcsFuseCsiDriverConfig;
134 }
135 /**
136 * @param GkeBackupAgentConfig
137 */
138 public function setGkeBackupAgentConfig(GkeBackupAgentConfig $gkeBackupAgentConfig)
139 {
140 $this->gkeBackupAgentConfig = $gkeBackupAgentConfig;
141 }
142 /**
143 * @return GkeBackupAgentConfig
144 */
145 public function getGkeBackupAgentConfig()
146 {
147 return $this->gkeBackupAgentConfig;
148 }
149 /**
150 * @param HorizontalPodAutoscaling
151 */
152 public function setHorizontalPodAutoscaling(HorizontalPodAutoscaling $horizontalPodAutoscaling)
153 {
154 $this->horizontalPodAutoscaling = $horizontalPodAutoscaling;
155 }
156 /**
157 * @return HorizontalPodAutoscaling
158 */
159 public function getHorizontalPodAutoscaling()
160 {
161 return $this->horizontalPodAutoscaling;
162 }
163 /**
164 * @param HttpLoadBalancing
165 */
166 public function setHttpLoadBalancing(HttpLoadBalancing $httpLoadBalancing)
167 {
168 $this->httpLoadBalancing = $httpLoadBalancing;
169 }
170 /**
171 * @return HttpLoadBalancing
172 */
173 public function getHttpLoadBalancing()
174 {
175 return $this->httpLoadBalancing;
176 }
177 /**
178 * @param KubernetesDashboard
179 */
180 public function setKubernetesDashboard(KubernetesDashboard $kubernetesDashboard)
181 {
182 $this->kubernetesDashboard = $kubernetesDashboard;
183 }
184 /**
185 * @return KubernetesDashboard
186 */
187 public function getKubernetesDashboard()
188 {
189 return $this->kubernetesDashboard;
190 }
191 /**
192 * @param NetworkPolicyConfig
193 */
194 public function setNetworkPolicyConfig(NetworkPolicyConfig $networkPolicyConfig)
195 {
196 $this->networkPolicyConfig = $networkPolicyConfig;
197 }
198 /**
199 * @return NetworkPolicyConfig
200 */
201 public function getNetworkPolicyConfig()
202 {
203 return $this->networkPolicyConfig;
204 }
205 /**
206 * @param ParallelstoreCsiDriverConfig
207 */
208 public function setParallelstoreCsiDriverConfig(ParallelstoreCsiDriverConfig $parallelstoreCsiDriverConfig)
209 {
210 $this->parallelstoreCsiDriverConfig = $parallelstoreCsiDriverConfig;
211 }
212 /**
213 * @return ParallelstoreCsiDriverConfig
214 */
215 public function getParallelstoreCsiDriverConfig()
216 {
217 return $this->parallelstoreCsiDriverConfig;
218 }
219 /**
220 * @param RayOperatorConfig
221 */
222 public function setRayOperatorConfig(RayOperatorConfig $rayOperatorConfig)
223 {
224 $this->rayOperatorConfig = $rayOperatorConfig;
225 }
226 /**
227 * @return RayOperatorConfig
228 */
229 public function getRayOperatorConfig()
230 {
231 return $this->rayOperatorConfig;
232 }
233 /**
234 * @param StatefulHAConfig
235 */
236 public function setStatefulHaConfig(StatefulHAConfig $statefulHaConfig)
237 {
238 $this->statefulHaConfig = $statefulHaConfig;
239 }
240 /**
241 * @return StatefulHAConfig
242 */
243 public function getStatefulHaConfig()
244 {
245 return $this->statefulHaConfig;
246 }
247}
248
249// Adding a class alias for backwards compatibility with the previous class name.
250class_alias(AddonsConfig::class, 'Google_Service_Container_AddonsConfig');
Note: See TracBrowser for help on using the repository browser.