/var/www/flurhymez/vendor/google/apiclient-services/src/Baremetalsolution
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Baremetalsolution/Lun.php (2223B)
bootLun = $bootLun;
}
public function getBootLun()
{
return $this->bootLun;
}
public function setMultiprotocolType($multiprotocolType)
{
$this->multiprotocolType = $multiprotocolType;
}
public function getMultiprotocolType()
{
return $this->multiprotocolType;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setShared($shared)
{
$this->shared = $shared;
}
public function getShared()
{
return $this->shared;
}
public function setSizeGb($sizeGb)
{
$this->sizeGb = $sizeGb;
}
public function getSizeGb()
{
return $this->sizeGb;
}
public function setState($state)
{
$this->state = $state;
}
public function getState()
{
return $this->state;
}
public function setStorageType($storageType)
{
$this->storageType = $storageType;
}
public function getStorageType()
{
return $this->storageType;
}
public function setStorageVolume($storageVolume)
{
$this->storageVolume = $storageVolume;
}
public function getStorageVolume()
{
return $this->storageVolume;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Lun::class, 'Google_Service_Baremetalsolution_Lun');