[e3d4e0a] | 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\CloudFilestore;
|
---|
| 19 |
|
---|
| 20 | class GoogleCloudSaasacceleratorManagementProvidersV1Instance extends \Google\Collection
|
---|
| 21 | {
|
---|
| 22 | protected $collection_key = 'provisionedResources';
|
---|
| 23 | /**
|
---|
| 24 | * @var string
|
---|
| 25 | */
|
---|
| 26 | public $consumerDefinedName;
|
---|
| 27 | /**
|
---|
| 28 | * @var string
|
---|
| 29 | */
|
---|
| 30 | public $createTime;
|
---|
| 31 | /**
|
---|
| 32 | * @var string
|
---|
| 33 | */
|
---|
| 34 | public $instanceType;
|
---|
| 35 | /**
|
---|
| 36 | * @var string[]
|
---|
| 37 | */
|
---|
| 38 | public $labels;
|
---|
| 39 | /**
|
---|
| 40 | * @var string[]
|
---|
| 41 | */
|
---|
| 42 | public $maintenancePolicyNames;
|
---|
| 43 | protected $maintenanceSchedulesType = GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule::class;
|
---|
| 44 | protected $maintenanceSchedulesDataType = 'map';
|
---|
| 45 | protected $maintenanceSettingsType = GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::class;
|
---|
| 46 | protected $maintenanceSettingsDataType = '';
|
---|
| 47 | /**
|
---|
| 48 | * @var string
|
---|
| 49 | */
|
---|
| 50 | public $name;
|
---|
| 51 | protected $notificationParametersType = GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter::class;
|
---|
| 52 | protected $notificationParametersDataType = 'map';
|
---|
| 53 | /**
|
---|
| 54 | * @var string[]
|
---|
| 55 | */
|
---|
| 56 | public $producerMetadata;
|
---|
| 57 | protected $provisionedResourcesType = GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::class;
|
---|
| 58 | protected $provisionedResourcesDataType = 'array';
|
---|
| 59 | /**
|
---|
| 60 | * @var string
|
---|
| 61 | */
|
---|
| 62 | public $slmInstanceTemplate;
|
---|
| 63 | protected $sloMetadataType = GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata::class;
|
---|
| 64 | protected $sloMetadataDataType = '';
|
---|
| 65 | /**
|
---|
| 66 | * @var string[]
|
---|
| 67 | */
|
---|
| 68 | public $softwareVersions;
|
---|
| 69 | /**
|
---|
| 70 | * @var string
|
---|
| 71 | */
|
---|
| 72 | public $state;
|
---|
| 73 | /**
|
---|
| 74 | * @var string
|
---|
| 75 | */
|
---|
| 76 | public $tenantProjectId;
|
---|
| 77 | /**
|
---|
| 78 | * @var string
|
---|
| 79 | */
|
---|
| 80 | public $updateTime;
|
---|
| 81 |
|
---|
| 82 | /**
|
---|
| 83 | * @param string
|
---|
| 84 | */
|
---|
| 85 | public function setConsumerDefinedName($consumerDefinedName)
|
---|
| 86 | {
|
---|
| 87 | $this->consumerDefinedName = $consumerDefinedName;
|
---|
| 88 | }
|
---|
| 89 | /**
|
---|
| 90 | * @return string
|
---|
| 91 | */
|
---|
| 92 | public function getConsumerDefinedName()
|
---|
| 93 | {
|
---|
| 94 | return $this->consumerDefinedName;
|
---|
| 95 | }
|
---|
| 96 | /**
|
---|
| 97 | * @param string
|
---|
| 98 | */
|
---|
| 99 | public function setCreateTime($createTime)
|
---|
| 100 | {
|
---|
| 101 | $this->createTime = $createTime;
|
---|
| 102 | }
|
---|
| 103 | /**
|
---|
| 104 | * @return string
|
---|
| 105 | */
|
---|
| 106 | public function getCreateTime()
|
---|
| 107 | {
|
---|
| 108 | return $this->createTime;
|
---|
| 109 | }
|
---|
| 110 | /**
|
---|
| 111 | * @param string
|
---|
| 112 | */
|
---|
| 113 | public function setInstanceType($instanceType)
|
---|
| 114 | {
|
---|
| 115 | $this->instanceType = $instanceType;
|
---|
| 116 | }
|
---|
| 117 | /**
|
---|
| 118 | * @return string
|
---|
| 119 | */
|
---|
| 120 | public function getInstanceType()
|
---|
| 121 | {
|
---|
| 122 | return $this->instanceType;
|
---|
| 123 | }
|
---|
| 124 | /**
|
---|
| 125 | * @param string[]
|
---|
| 126 | */
|
---|
| 127 | public function setLabels($labels)
|
---|
| 128 | {
|
---|
| 129 | $this->labels = $labels;
|
---|
| 130 | }
|
---|
| 131 | /**
|
---|
| 132 | * @return string[]
|
---|
| 133 | */
|
---|
| 134 | public function getLabels()
|
---|
| 135 | {
|
---|
| 136 | return $this->labels;
|
---|
| 137 | }
|
---|
| 138 | /**
|
---|
| 139 | * @param string[]
|
---|
| 140 | */
|
---|
| 141 | public function setMaintenancePolicyNames($maintenancePolicyNames)
|
---|
| 142 | {
|
---|
| 143 | $this->maintenancePolicyNames = $maintenancePolicyNames;
|
---|
| 144 | }
|
---|
| 145 | /**
|
---|
| 146 | * @return string[]
|
---|
| 147 | */
|
---|
| 148 | public function getMaintenancePolicyNames()
|
---|
| 149 | {
|
---|
| 150 | return $this->maintenancePolicyNames;
|
---|
| 151 | }
|
---|
| 152 | /**
|
---|
| 153 | * @param GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule[]
|
---|
| 154 | */
|
---|
| 155 | public function setMaintenanceSchedules($maintenanceSchedules)
|
---|
| 156 | {
|
---|
| 157 | $this->maintenanceSchedules = $maintenanceSchedules;
|
---|
| 158 | }
|
---|
| 159 | /**
|
---|
| 160 | * @return GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule[]
|
---|
| 161 | */
|
---|
| 162 | public function getMaintenanceSchedules()
|
---|
| 163 | {
|
---|
| 164 | return $this->maintenanceSchedules;
|
---|
| 165 | }
|
---|
| 166 | /**
|
---|
| 167 | * @param GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings
|
---|
| 168 | */
|
---|
| 169 | public function setMaintenanceSettings(GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings $maintenanceSettings)
|
---|
| 170 | {
|
---|
| 171 | $this->maintenanceSettings = $maintenanceSettings;
|
---|
| 172 | }
|
---|
| 173 | /**
|
---|
| 174 | * @return GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings
|
---|
| 175 | */
|
---|
| 176 | public function getMaintenanceSettings()
|
---|
| 177 | {
|
---|
| 178 | return $this->maintenanceSettings;
|
---|
| 179 | }
|
---|
| 180 | /**
|
---|
| 181 | * @param string
|
---|
| 182 | */
|
---|
| 183 | public function setName($name)
|
---|
| 184 | {
|
---|
| 185 | $this->name = $name;
|
---|
| 186 | }
|
---|
| 187 | /**
|
---|
| 188 | * @return string
|
---|
| 189 | */
|
---|
| 190 | public function getName()
|
---|
| 191 | {
|
---|
| 192 | return $this->name;
|
---|
| 193 | }
|
---|
| 194 | /**
|
---|
| 195 | * @param GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter[]
|
---|
| 196 | */
|
---|
| 197 | public function setNotificationParameters($notificationParameters)
|
---|
| 198 | {
|
---|
| 199 | $this->notificationParameters = $notificationParameters;
|
---|
| 200 | }
|
---|
| 201 | /**
|
---|
| 202 | * @return GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter[]
|
---|
| 203 | */
|
---|
| 204 | public function getNotificationParameters()
|
---|
| 205 | {
|
---|
| 206 | return $this->notificationParameters;
|
---|
| 207 | }
|
---|
| 208 | /**
|
---|
| 209 | * @param string[]
|
---|
| 210 | */
|
---|
| 211 | public function setProducerMetadata($producerMetadata)
|
---|
| 212 | {
|
---|
| 213 | $this->producerMetadata = $producerMetadata;
|
---|
| 214 | }
|
---|
| 215 | /**
|
---|
| 216 | * @return string[]
|
---|
| 217 | */
|
---|
| 218 | public function getProducerMetadata()
|
---|
| 219 | {
|
---|
| 220 | return $this->producerMetadata;
|
---|
| 221 | }
|
---|
| 222 | /**
|
---|
| 223 | * @param GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource[]
|
---|
| 224 | */
|
---|
| 225 | public function setProvisionedResources($provisionedResources)
|
---|
| 226 | {
|
---|
| 227 | $this->provisionedResources = $provisionedResources;
|
---|
| 228 | }
|
---|
| 229 | /**
|
---|
| 230 | * @return GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource[]
|
---|
| 231 | */
|
---|
| 232 | public function getProvisionedResources()
|
---|
| 233 | {
|
---|
| 234 | return $this->provisionedResources;
|
---|
| 235 | }
|
---|
| 236 | /**
|
---|
| 237 | * @param string
|
---|
| 238 | */
|
---|
| 239 | public function setSlmInstanceTemplate($slmInstanceTemplate)
|
---|
| 240 | {
|
---|
| 241 | $this->slmInstanceTemplate = $slmInstanceTemplate;
|
---|
| 242 | }
|
---|
| 243 | /**
|
---|
| 244 | * @return string
|
---|
| 245 | */
|
---|
| 246 | public function getSlmInstanceTemplate()
|
---|
| 247 | {
|
---|
| 248 | return $this->slmInstanceTemplate;
|
---|
| 249 | }
|
---|
| 250 | /**
|
---|
| 251 | * @param GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
|
---|
| 252 | */
|
---|
| 253 | public function setSloMetadata(GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata $sloMetadata)
|
---|
| 254 | {
|
---|
| 255 | $this->sloMetadata = $sloMetadata;
|
---|
| 256 | }
|
---|
| 257 | /**
|
---|
| 258 | * @return GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
|
---|
| 259 | */
|
---|
| 260 | public function getSloMetadata()
|
---|
| 261 | {
|
---|
| 262 | return $this->sloMetadata;
|
---|
| 263 | }
|
---|
| 264 | /**
|
---|
| 265 | * @param string[]
|
---|
| 266 | */
|
---|
| 267 | public function setSoftwareVersions($softwareVersions)
|
---|
| 268 | {
|
---|
| 269 | $this->softwareVersions = $softwareVersions;
|
---|
| 270 | }
|
---|
| 271 | /**
|
---|
| 272 | * @return string[]
|
---|
| 273 | */
|
---|
| 274 | public function getSoftwareVersions()
|
---|
| 275 | {
|
---|
| 276 | return $this->softwareVersions;
|
---|
| 277 | }
|
---|
| 278 | /**
|
---|
| 279 | * @param string
|
---|
| 280 | */
|
---|
| 281 | public function setState($state)
|
---|
| 282 | {
|
---|
| 283 | $this->state = $state;
|
---|
| 284 | }
|
---|
| 285 | /**
|
---|
| 286 | * @return string
|
---|
| 287 | */
|
---|
| 288 | public function getState()
|
---|
| 289 | {
|
---|
| 290 | return $this->state;
|
---|
| 291 | }
|
---|
| 292 | /**
|
---|
| 293 | * @param string
|
---|
| 294 | */
|
---|
| 295 | public function setTenantProjectId($tenantProjectId)
|
---|
| 296 | {
|
---|
| 297 | $this->tenantProjectId = $tenantProjectId;
|
---|
| 298 | }
|
---|
| 299 | /**
|
---|
| 300 | * @return string
|
---|
| 301 | */
|
---|
| 302 | public function getTenantProjectId()
|
---|
| 303 | {
|
---|
| 304 | return $this->tenantProjectId;
|
---|
| 305 | }
|
---|
| 306 | /**
|
---|
| 307 | * @param string
|
---|
| 308 | */
|
---|
| 309 | public function setUpdateTime($updateTime)
|
---|
| 310 | {
|
---|
| 311 | $this->updateTime = $updateTime;
|
---|
| 312 | }
|
---|
| 313 | /**
|
---|
| 314 | * @return string
|
---|
| 315 | */
|
---|
| 316 | public function getUpdateTime()
|
---|
| 317 | {
|
---|
| 318 | return $this->updateTime;
|
---|
| 319 | }
|
---|
| 320 | }
|
---|
| 321 |
|
---|
| 322 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
| 323 | class_alias(GoogleCloudSaasacceleratorManagementProvidersV1Instance::class, 'Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvidersV1Instance');
|
---|