PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
google
/
apiclient-services
/
src
/
Appengine
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Appengine; class AutomaticScaling extends \Google\Model { public $coolDownPeriod; protected $cpuUtilizationType = CpuUtilization::class; protected $cpuUtilizationDataType = ''; protected $diskUtilizationType = DiskUtilization::class; protected $diskUtilizationDataType = ''; public $maxConcurrentRequests; public $maxIdleInstances; public $maxPendingLatency; public $maxTotalInstances; public $minIdleInstances; public $minPendingLatency; public $minTotalInstances; protected $networkUtilizationType = NetworkUtilization::class; protected $networkUtilizationDataType = ''; protected $requestUtilizationType = RequestUtilization::class; protected $requestUtilizationDataType = ''; protected $standardSchedulerSettingsType = StandardSchedulerSettings::class; protected $standardSchedulerSettingsDataType = ''; public function setCoolDownPeriod($coolDownPeriod) { $this->coolDownPeriod = $coolDownPeriod; } public function getCoolDownPeriod() { return $this->coolDownPeriod; } /** * @param CpuUtilization */ public function setCpuUtilization(CpuUtilization $cpuUtilization) { $this->cpuUtilization = $cpuUtilization; } /** * @return CpuUtilization */ public function getCpuUtilization() { return $this->cpuUtilization; } /** * @param DiskUtilization */ public function setDiskUtilization(DiskUtilization $diskUtilization) { $this->diskUtilization = $diskUtilization; } /** * @return DiskUtilization */ public function getDiskUtilization() { return $this->diskUtilization; } public function setMaxConcurrentRequests($maxConcurrentRequests) { $this->maxConcurrentRequests = $maxConcurrentRequests; } public function getMaxConcurrentRequests() { return $this->maxConcurrentRequests; } public function setMaxIdleInstances($maxIdleInstances) { $this->maxIdleInstances = $maxIdleInstances; } public function getMaxIdleInstances() { return $this->maxIdleInstances; } public function setMaxPendingLatency($maxPendingLatency) { $this->maxPendingLatency = $maxPendingLatency; } public function getMaxPendingLatency() { return $this->maxPendingLatency; } public function setMaxTotalInstances($maxTotalInstances) { $this->maxTotalInstances = $maxTotalInstances; } public function getMaxTotalInstances() { return $this->maxTotalInstances; } public function setMinIdleInstances($minIdleInstances) { $this->minIdleInstances = $minIdleInstances; } public function getMinIdleInstances() { return $this->minIdleInstances; } public function setMinPendingLatency($minPendingLatency) { $this->minPendingLatency = $minPendingLatency; } public function getMinPendingLatency() { return $this->minPendingLatency; } public function setMinTotalInstances($minTotalInstances) { $this->minTotalInstances = $minTotalInstances; } public function getMinTotalInstances() { return $this->minTotalInstances; } /** * @param NetworkUtilization */ public function setNetworkUtilization(NetworkUtilization $networkUtilization) { $this->networkUtilization = $networkUtilization; } /** * @return NetworkUtilization */ public function getNetworkUtilization() { return $this->networkUtilization; } /** * @param RequestUtilization */ public function setRequestUtilization(RequestUtilization $requestUtilization) { $this->requestUtilization = $requestUtilization; } /** * @return RequestUtilization */ public function getRequestUtilization() { return $this->requestUtilization; } /** * @param StandardSchedulerSettings */ public function setStandardSchedulerSettings(StandardSchedulerSettings $standardSchedulerSettings) { $this->standardSchedulerSettings = $standardSchedulerSettings; } /** * @return StandardSchedulerSettings */ public function getStandardSchedulerSettings() { return $this->standardSchedulerSettings; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AutomaticScaling::class, 'Google_Service_Appengine_AutomaticScaling');
[-] Entrypoint.php
[edit]
[-] DiskUtilization.php
[edit]
[-] LocationMetadata.php
[edit]
[-] ReadinessCheck.php
[edit]
[-] DomainMapping.php
[edit]
[-] ManagedCertificate.php
[edit]
[+]
..
[-] BasicScaling.php
[edit]
[-] GoogleAppengineV2mainOperationMetadata.php
[edit]
[-] Version.php
[edit]
[-] FileInfo.php
[edit]
[-] ContainerInfo.php
[edit]
[-] BatchUpdateIngressRulesRequest.php
[edit]
[-] VpcAccessConnector.php
[edit]
[-] OperationMetadataV1Alpha.php
[edit]
[-] ListAuthorizedCertificatesResponse.php
[edit]
[-] AppengineEmpty.php
[edit]
[-] ScriptHandler.php
[edit]
[-] UrlDispatchRule.php
[edit]
[-] ListOperationsResponse.php
[edit]
[-] ApiEndpointHandler.php
[edit]
[-] FeatureSettings.php
[edit]
[-] OperationMetadataV1Beta.php
[edit]
[-] ErrorHandler.php
[edit]
[-] EndpointsApiService.php
[edit]
[-] CertificateRawData.php
[edit]
[-] TrafficSplit.php
[edit]
[-] SslSettings.php
[edit]
[-] GoogleAppengineV2OperationMetadata.php
[edit]
[-] Location.php
[edit]
[-] BatchUpdateIngressRulesResponse.php
[edit]
[-] ResourceRecord.php
[edit]
[-] ListLocationsResponse.php
[edit]
[-] ListVersionsResponse.php
[edit]
[-] LivenessCheck.php
[edit]
[-] NetworkSettings.php
[edit]
[-] AuthorizedDomain.php
[edit]
[-] CreateVersionMetadataV1Alpha.php
[edit]
[-] DebugInstanceRequest.php
[edit]
[-] CreateVersionMetadataV1.php
[edit]
[-] Instance.php
[edit]
[-] Resources.php
[edit]
[-] HealthCheck.php
[edit]
[-] ListDomainMappingsResponse.php
[edit]
[-] Volume.php
[edit]
[+]
Resource
[-] StaticFilesHandler.php
[edit]
[-] ListIngressRulesResponse.php
[edit]
[-] OperationMetadataV1.php
[edit]
[-] FirewallRule.php
[edit]
[-] RequestUtilization.php
[edit]
[-] CreateVersionMetadataV1Beta.php
[edit]
[-] IdentityAwareProxy.php
[edit]
[-] Status.php
[edit]
[-] ManualScaling.php
[edit]
[-] ListAuthorizedDomainsResponse.php
[edit]
[-] CpuUtilization.php
[edit]
[-] ListInstancesResponse.php
[edit]
[-] Library.php
[edit]
[-] AuthorizedCertificate.php
[edit]
[-] UrlMap.php
[edit]
[-] ApiConfigHandler.php
[edit]
[-] StandardSchedulerSettings.php
[edit]
[-] NetworkUtilization.php
[edit]
[-] GoogleAppengineV1betaLocationMetadata.php
[edit]
[-] Network.php
[edit]
[-] Deployment.php
[edit]
[-] ListServicesResponse.php
[edit]
[-] Application.php
[edit]
[-] RepairApplicationRequest.php
[edit]
[-] CloudBuildOptions.php
[edit]
[-] AutomaticScaling.php
[edit]
[-] Service.php
[edit]
[-] ZipInfo.php
[edit]
[-] Operation.php
[edit]