!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/uploads/script/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/   drwxr-xr-x
Free 13.21 GB of 57.97 GB (22.79%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Settings.php (8.08 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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.
 */

class Google_Service_SQLAdmin_Settings extends Google_Collection
{
  protected 
$collection_key 'denyMaintenancePeriods';
  public 
$activationPolicy;
  protected 
$activeDirectoryConfigType 'Google_Service_SQLAdmin_SqlActiveDirectoryConfig';
  protected 
$activeDirectoryConfigDataType '';
  public 
$authorizedGaeApplications;
  public 
$availabilityType;
  protected 
$backupConfigurationType 'Google_Service_SQLAdmin_BackupConfiguration';
  protected 
$backupConfigurationDataType '';
  public 
$collation;
  public 
$crashSafeReplicationEnabled;
  public 
$dataDiskSizeGb;
  public 
$dataDiskType;
  protected 
$databaseFlagsType 'Google_Service_SQLAdmin_DatabaseFlags';
  protected 
$databaseFlagsDataType 'array';
  public 
$databaseReplicationEnabled;
  protected 
$denyMaintenancePeriodsType 'Google_Service_SQLAdmin_DenyMaintenancePeriod';
  protected 
$denyMaintenancePeriodsDataType 'array';
  protected 
$insightsConfigType 'Google_Service_SQLAdmin_InsightsConfig';
  protected 
$insightsConfigDataType '';
  protected 
$ipConfigurationType 'Google_Service_SQLAdmin_IpConfiguration';
  protected 
$ipConfigurationDataType '';
  public 
$kind;
  protected 
$locationPreferenceType 'Google_Service_SQLAdmin_LocationPreference';
  protected 
$locationPreferenceDataType '';
  protected 
$maintenanceWindowType 'Google_Service_SQLAdmin_MaintenanceWindow';
  protected 
$maintenanceWindowDataType '';
  public 
$pricingPlan;
  public 
$replicationType;
  public 
$settingsVersion;
  public 
$storageAutoResize;
  public 
$storageAutoResizeLimit;
  public 
$tier;
  public 
$userLabels;

  public function 
setActivationPolicy($activationPolicy)
  {
    
$this->activationPolicy $activationPolicy;
  }
  public function 
getActivationPolicy()
  {
    return 
$this->activationPolicy;
  }
  
/**
   * @param Google_Service_SQLAdmin_SqlActiveDirectoryConfig
   */
  
public function setActiveDirectoryConfig(Google_Service_SQLAdmin_SqlActiveDirectoryConfig $activeDirectoryConfig)
  {
    
$this->activeDirectoryConfig $activeDirectoryConfig;
  }
  
/**
   * @return Google_Service_SQLAdmin_SqlActiveDirectoryConfig
   */
  
public function getActiveDirectoryConfig()
  {
    return 
$this->activeDirectoryConfig;
  }
  public function 
setAuthorizedGaeApplications($authorizedGaeApplications)
  {
    
$this->authorizedGaeApplications $authorizedGaeApplications;
  }
  public function 
getAuthorizedGaeApplications()
  {
    return 
$this->authorizedGaeApplications;
  }
  public function 
setAvailabilityType($availabilityType)
  {
    
$this->availabilityType $availabilityType;
  }
  public function 
getAvailabilityType()
  {
    return 
$this->availabilityType;
  }
  
/**
   * @param Google_Service_SQLAdmin_BackupConfiguration
   */
  
public function setBackupConfiguration(Google_Service_SQLAdmin_BackupConfiguration $backupConfiguration)
  {
    
$this->backupConfiguration $backupConfiguration;
  }
  
/**
   * @return Google_Service_SQLAdmin_BackupConfiguration
   */
  
public function getBackupConfiguration()
  {
    return 
$this->backupConfiguration;
  }
  public function 
setCollation($collation)
  {
    
$this->collation $collation;
  }
  public function 
getCollation()
  {
    return 
$this->collation;
  }
  public function 
setCrashSafeReplicationEnabled($crashSafeReplicationEnabled)
  {
    
$this->crashSafeReplicationEnabled $crashSafeReplicationEnabled;
  }
  public function 
getCrashSafeReplicationEnabled()
  {
    return 
$this->crashSafeReplicationEnabled;
  }
  public function 
setDataDiskSizeGb($dataDiskSizeGb)
  {
    
$this->dataDiskSizeGb $dataDiskSizeGb;
  }
  public function 
getDataDiskSizeGb()
  {
    return 
$this->dataDiskSizeGb;
  }
  public function 
setDataDiskType($dataDiskType)
  {
    
$this->dataDiskType $dataDiskType;
  }
  public function 
getDataDiskType()
  {
    return 
$this->dataDiskType;
  }
  
/**
   * @param Google_Service_SQLAdmin_DatabaseFlags[]
   */
  
public function setDatabaseFlags($databaseFlags)
  {
    
$this->databaseFlags $databaseFlags;
  }
  
/**
   * @return Google_Service_SQLAdmin_DatabaseFlags[]
   */
  
public function getDatabaseFlags()
  {
    return 
$this->databaseFlags;
  }
  public function 
setDatabaseReplicationEnabled($databaseReplicationEnabled)
  {
    
$this->databaseReplicationEnabled $databaseReplicationEnabled;
  }
  public function 
getDatabaseReplicationEnabled()
  {
    return 
$this->databaseReplicationEnabled;
  }
  
/**
   * @param Google_Service_SQLAdmin_DenyMaintenancePeriod[]
   */
  
public function setDenyMaintenancePeriods($denyMaintenancePeriods)
  {
    
$this->denyMaintenancePeriods $denyMaintenancePeriods;
  }
  
/**
   * @return Google_Service_SQLAdmin_DenyMaintenancePeriod[]
   */
  
public function getDenyMaintenancePeriods()
  {
    return 
$this->denyMaintenancePeriods;
  }
  
/**
   * @param Google_Service_SQLAdmin_InsightsConfig
   */
  
public function setInsightsConfig(Google_Service_SQLAdmin_InsightsConfig $insightsConfig)
  {
    
$this->insightsConfig $insightsConfig;
  }
  
/**
   * @return Google_Service_SQLAdmin_InsightsConfig
   */
  
public function getInsightsConfig()
  {
    return 
$this->insightsConfig;
  }
  
/**
   * @param Google_Service_SQLAdmin_IpConfiguration
   */
  
public function setIpConfiguration(Google_Service_SQLAdmin_IpConfiguration $ipConfiguration)
  {
    
$this->ipConfiguration $ipConfiguration;
  }
  
/**
   * @return Google_Service_SQLAdmin_IpConfiguration
   */
  
public function getIpConfiguration()
  {
    return 
$this->ipConfiguration;
  }
  public function 
setKind($kind)
  {
    
$this->kind $kind;
  }
  public function 
getKind()
  {
    return 
$this->kind;
  }
  
/**
   * @param Google_Service_SQLAdmin_LocationPreference
   */
  
public function setLocationPreference(Google_Service_SQLAdmin_LocationPreference $locationPreference)
  {
    
$this->locationPreference $locationPreference;
  }
  
/**
   * @return Google_Service_SQLAdmin_LocationPreference
   */
  
public function getLocationPreference()
  {
    return 
$this->locationPreference;
  }
  
/**
   * @param Google_Service_SQLAdmin_MaintenanceWindow
   */
  
public function setMaintenanceWindow(Google_Service_SQLAdmin_MaintenanceWindow $maintenanceWindow)
  {
    
$this->maintenanceWindow $maintenanceWindow;
  }
  
/**
   * @return Google_Service_SQLAdmin_MaintenanceWindow
   */
  
public function getMaintenanceWindow()
  {
    return 
$this->maintenanceWindow;
  }
  public function 
setPricingPlan($pricingPlan)
  {
    
$this->pricingPlan $pricingPlan;
  }
  public function 
getPricingPlan()
  {
    return 
$this->pricingPlan;
  }
  public function 
setReplicationType($replicationType)
  {
    
$this->replicationType $replicationType;
  }
  public function 
getReplicationType()
  {
    return 
$this->replicationType;
  }
  public function 
setSettingsVersion($settingsVersion)
  {
    
$this->settingsVersion $settingsVersion;
  }
  public function 
getSettingsVersion()
  {
    return 
$this->settingsVersion;
  }
  public function 
setStorageAutoResize($storageAutoResize)
  {
    
$this->storageAutoResize $storageAutoResize;
  }
  public function 
getStorageAutoResize()
  {
    return 
$this->storageAutoResize;
  }
  public function 
setStorageAutoResizeLimit($storageAutoResizeLimit)
  {
    
$this->storageAutoResizeLimit $storageAutoResizeLimit;
  }
  public function 
getStorageAutoResizeLimit()
  {
    return 
$this->storageAutoResizeLimit;
  }
  public function 
setTier($tier)
  {
    
$this->tier $tier;
  }
  public function 
getTier()
  {
    return 
$this->tier;
  }
  public function 
setUserLabels($userLabels)
  {
    
$this->userLabels $userLabels;
  }
  public function 
getUserLabels()
  {
    return 
$this->userLabels;
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0195 ]--