!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)

/var/www/html/dokan/script/vendor/google/apiclient-services/src/Google/Service/Container/   drwxrwxrwx
Free 12.99 GB of 57.97 GB (22.41%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     ClusterUpdate.php (11.43 KB)      -rwxrwxrwx
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_Container_ClusterUpdate extends Google_Collection
{
  protected 
$collection_key 'desiredLocations';
  protected 
$desiredAddonsConfigType 'Google_Service_Container_AddonsConfig';
  protected 
$desiredAddonsConfigDataType '';
  protected 
$desiredBinaryAuthorizationType 'Google_Service_Container_BinaryAuthorization';
  protected 
$desiredBinaryAuthorizationDataType '';
  protected 
$desiredClusterAutoscalingType 'Google_Service_Container_ClusterAutoscaling';
  protected 
$desiredClusterAutoscalingDataType '';
  protected 
$desiredDatabaseEncryptionType 'Google_Service_Container_DatabaseEncryption';
  protected 
$desiredDatabaseEncryptionDataType '';
  protected 
$desiredDefaultSnatStatusType 'Google_Service_Container_DefaultSnatStatus';
  protected 
$desiredDefaultSnatStatusDataType '';
  public 
$desiredImageType;
  protected 
$desiredIntraNodeVisibilityConfigType 'Google_Service_Container_IntraNodeVisibilityConfig';
  protected 
$desiredIntraNodeVisibilityConfigDataType '';
  public 
$desiredLocations;
  public 
$desiredLoggingService;
  protected 
$desiredMasterAuthorizedNetworksConfigType 'Google_Service_Container_MasterAuthorizedNetworksConfig';
  protected 
$desiredMasterAuthorizedNetworksConfigDataType '';
  public 
$desiredMasterVersion;
  public 
$desiredMonitoringService;
  protected 
$desiredNodePoolAutoscalingType 'Google_Service_Container_NodePoolAutoscaling';
  protected 
$desiredNodePoolAutoscalingDataType '';
  public 
$desiredNodePoolId;
  public 
$desiredNodeVersion;
  protected 
$desiredNotificationConfigType 'Google_Service_Container_NotificationConfig';
  protected 
$desiredNotificationConfigDataType '';
  protected 
$desiredPrivateClusterConfigType 'Google_Service_Container_PrivateClusterConfig';
  protected 
$desiredPrivateClusterConfigDataType '';
  public 
$desiredPrivateIpv6GoogleAccess;
  protected 
$desiredReleaseChannelType 'Google_Service_Container_ReleaseChannel';
  protected 
$desiredReleaseChannelDataType '';
  protected 
$desiredResourceUsageExportConfigType 'Google_Service_Container_ResourceUsageExportConfig';
  protected 
$desiredResourceUsageExportConfigDataType '';
  protected 
$desiredShieldedNodesType 'Google_Service_Container_ShieldedNodes';
  protected 
$desiredShieldedNodesDataType '';
  protected 
$desiredVerticalPodAutoscalingType 'Google_Service_Container_VerticalPodAutoscaling';
  protected 
$desiredVerticalPodAutoscalingDataType '';
  protected 
$desiredWorkloadIdentityConfigType 'Google_Service_Container_WorkloadIdentityConfig';
  protected 
$desiredWorkloadIdentityConfigDataType '';

  
/**
   * @param Google_Service_Container_AddonsConfig
   */
  
public function setDesiredAddonsConfig(Google_Service_Container_AddonsConfig $desiredAddonsConfig)
  {
    
$this->desiredAddonsConfig $desiredAddonsConfig;
  }
  
/**
   * @return Google_Service_Container_AddonsConfig
   */
  
public function getDesiredAddonsConfig()
  {
    return 
$this->desiredAddonsConfig;
  }
  
/**
   * @param Google_Service_Container_BinaryAuthorization
   */
  
public function setDesiredBinaryAuthorization(Google_Service_Container_BinaryAuthorization $desiredBinaryAuthorization)
  {
    
$this->desiredBinaryAuthorization $desiredBinaryAuthorization;
  }
  
/**
   * @return Google_Service_Container_BinaryAuthorization
   */
  
public function getDesiredBinaryAuthorization()
  {
    return 
$this->desiredBinaryAuthorization;
  }
  
/**
   * @param Google_Service_Container_ClusterAutoscaling
   */
  
public function setDesiredClusterAutoscaling(Google_Service_Container_ClusterAutoscaling $desiredClusterAutoscaling)
  {
    
$this->desiredClusterAutoscaling $desiredClusterAutoscaling;
  }
  
/**
   * @return Google_Service_Container_ClusterAutoscaling
   */
  
public function getDesiredClusterAutoscaling()
  {
    return 
$this->desiredClusterAutoscaling;
  }
  
/**
   * @param Google_Service_Container_DatabaseEncryption
   */
  
public function setDesiredDatabaseEncryption(Google_Service_Container_DatabaseEncryption $desiredDatabaseEncryption)
  {
    
$this->desiredDatabaseEncryption $desiredDatabaseEncryption;
  }
  
/**
   * @return Google_Service_Container_DatabaseEncryption
   */
  
public function getDesiredDatabaseEncryption()
  {
    return 
$this->desiredDatabaseEncryption;
  }
  
/**
   * @param Google_Service_Container_DefaultSnatStatus
   */
  
public function setDesiredDefaultSnatStatus(Google_Service_Container_DefaultSnatStatus $desiredDefaultSnatStatus)
  {
    
$this->desiredDefaultSnatStatus $desiredDefaultSnatStatus;
  }
  
/**
   * @return Google_Service_Container_DefaultSnatStatus
   */
  
public function getDesiredDefaultSnatStatus()
  {
    return 
$this->desiredDefaultSnatStatus;
  }
  public function 
setDesiredImageType($desiredImageType)
  {
    
$this->desiredImageType $desiredImageType;
  }
  public function 
getDesiredImageType()
  {
    return 
$this->desiredImageType;
  }
  
/**
   * @param Google_Service_Container_IntraNodeVisibilityConfig
   */
  
public function setDesiredIntraNodeVisibilityConfig(Google_Service_Container_IntraNodeVisibilityConfig $desiredIntraNodeVisibilityConfig)
  {
    
$this->desiredIntraNodeVisibilityConfig $desiredIntraNodeVisibilityConfig;
  }
  
/**
   * @return Google_Service_Container_IntraNodeVisibilityConfig
   */
  
public function getDesiredIntraNodeVisibilityConfig()
  {
    return 
$this->desiredIntraNodeVisibilityConfig;
  }
  public function 
setDesiredLocations($desiredLocations)
  {
    
$this->desiredLocations $desiredLocations;
  }
  public function 
getDesiredLocations()
  {
    return 
$this->desiredLocations;
  }
  public function 
setDesiredLoggingService($desiredLoggingService)
  {
    
$this->desiredLoggingService $desiredLoggingService;
  }
  public function 
getDesiredLoggingService()
  {
    return 
$this->desiredLoggingService;
  }
  
/**
   * @param Google_Service_Container_MasterAuthorizedNetworksConfig
   */
  
public function setDesiredMasterAuthorizedNetworksConfig(Google_Service_Container_MasterAuthorizedNetworksConfig $desiredMasterAuthorizedNetworksConfig)
  {
    
$this->desiredMasterAuthorizedNetworksConfig $desiredMasterAuthorizedNetworksConfig;
  }
  
/**
   * @return Google_Service_Container_MasterAuthorizedNetworksConfig
   */
  
public function getDesiredMasterAuthorizedNetworksConfig()
  {
    return 
$this->desiredMasterAuthorizedNetworksConfig;
  }
  public function 
setDesiredMasterVersion($desiredMasterVersion)
  {
    
$this->desiredMasterVersion $desiredMasterVersion;
  }
  public function 
getDesiredMasterVersion()
  {
    return 
$this->desiredMasterVersion;
  }
  public function 
setDesiredMonitoringService($desiredMonitoringService)
  {
    
$this->desiredMonitoringService $desiredMonitoringService;
  }
  public function 
getDesiredMonitoringService()
  {
    return 
$this->desiredMonitoringService;
  }
  
/**
   * @param Google_Service_Container_NodePoolAutoscaling
   */
  
public function setDesiredNodePoolAutoscaling(Google_Service_Container_NodePoolAutoscaling $desiredNodePoolAutoscaling)
  {
    
$this->desiredNodePoolAutoscaling $desiredNodePoolAutoscaling;
  }
  
/**
   * @return Google_Service_Container_NodePoolAutoscaling
   */
  
public function getDesiredNodePoolAutoscaling()
  {
    return 
$this->desiredNodePoolAutoscaling;
  }
  public function 
setDesiredNodePoolId($desiredNodePoolId)
  {
    
$this->desiredNodePoolId $desiredNodePoolId;
  }
  public function 
getDesiredNodePoolId()
  {
    return 
$this->desiredNodePoolId;
  }
  public function 
setDesiredNodeVersion($desiredNodeVersion)
  {
    
$this->desiredNodeVersion $desiredNodeVersion;
  }
  public function 
getDesiredNodeVersion()
  {
    return 
$this->desiredNodeVersion;
  }
  
/**
   * @param Google_Service_Container_NotificationConfig
   */
  
public function setDesiredNotificationConfig(Google_Service_Container_NotificationConfig $desiredNotificationConfig)
  {
    
$this->desiredNotificationConfig $desiredNotificationConfig;
  }
  
/**
   * @return Google_Service_Container_NotificationConfig
   */
  
public function getDesiredNotificationConfig()
  {
    return 
$this->desiredNotificationConfig;
  }
  
/**
   * @param Google_Service_Container_PrivateClusterConfig
   */
  
public function setDesiredPrivateClusterConfig(Google_Service_Container_PrivateClusterConfig $desiredPrivateClusterConfig)
  {
    
$this->desiredPrivateClusterConfig $desiredPrivateClusterConfig;
  }
  
/**
   * @return Google_Service_Container_PrivateClusterConfig
   */
  
public function getDesiredPrivateClusterConfig()
  {
    return 
$this->desiredPrivateClusterConfig;
  }
  public function 
setDesiredPrivateIpv6GoogleAccess($desiredPrivateIpv6GoogleAccess)
  {
    
$this->desiredPrivateIpv6GoogleAccess $desiredPrivateIpv6GoogleAccess;
  }
  public function 
getDesiredPrivateIpv6GoogleAccess()
  {
    return 
$this->desiredPrivateIpv6GoogleAccess;
  }
  
/**
   * @param Google_Service_Container_ReleaseChannel
   */
  
public function setDesiredReleaseChannel(Google_Service_Container_ReleaseChannel $desiredReleaseChannel)
  {
    
$this->desiredReleaseChannel $desiredReleaseChannel;
  }
  
/**
   * @return Google_Service_Container_ReleaseChannel
   */
  
public function getDesiredReleaseChannel()
  {
    return 
$this->desiredReleaseChannel;
  }
  
/**
   * @param Google_Service_Container_ResourceUsageExportConfig
   */
  
public function setDesiredResourceUsageExportConfig(Google_Service_Container_ResourceUsageExportConfig $desiredResourceUsageExportConfig)
  {
    
$this->desiredResourceUsageExportConfig $desiredResourceUsageExportConfig;
  }
  
/**
   * @return Google_Service_Container_ResourceUsageExportConfig
   */
  
public function getDesiredResourceUsageExportConfig()
  {
    return 
$this->desiredResourceUsageExportConfig;
  }
  
/**
   * @param Google_Service_Container_ShieldedNodes
   */
  
public function setDesiredShieldedNodes(Google_Service_Container_ShieldedNodes $desiredShieldedNodes)
  {
    
$this->desiredShieldedNodes $desiredShieldedNodes;
  }
  
/**
   * @return Google_Service_Container_ShieldedNodes
   */
  
public function getDesiredShieldedNodes()
  {
    return 
$this->desiredShieldedNodes;
  }
  
/**
   * @param Google_Service_Container_VerticalPodAutoscaling
   */
  
public function setDesiredVerticalPodAutoscaling(Google_Service_Container_VerticalPodAutoscaling $desiredVerticalPodAutoscaling)
  {
    
$this->desiredVerticalPodAutoscaling $desiredVerticalPodAutoscaling;
  }
  
/**
   * @return Google_Service_Container_VerticalPodAutoscaling
   */
  
public function getDesiredVerticalPodAutoscaling()
  {
    return 
$this->desiredVerticalPodAutoscaling;
  }
  
/**
   * @param Google_Service_Container_WorkloadIdentityConfig
   */
  
public function setDesiredWorkloadIdentityConfig(Google_Service_Container_WorkloadIdentityConfig $desiredWorkloadIdentityConfig)
  {
    
$this->desiredWorkloadIdentityConfig $desiredWorkloadIdentityConfig;
  }
  
/**
   * @return Google_Service_Container_WorkloadIdentityConfig
   */
  
public function getDesiredWorkloadIdentityConfig()
  {
    return 
$this->desiredWorkloadIdentityConfig;
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

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