/var/www/flurhymez/vendor/google/apiclient-services/src/Baremetalsolution
NameSizeModeActions
Resource/-0755rm
BaremetalsolutionEmpty.php8840644editdlrm
Binding.php14900644editdlrm
CancelOperationRequest.php8840644editdlrm
Expr.php15250644editdlrm
Instance.php27210644editdlrm
ListInstancesResponse.php16430644editdlrm
ListLocationsResponse.php14500644editdlrm
ListOperationsResponse.php14650644editdlrm
ListVolumesResponse.php16110644editdlrm
Location.php16860644editdlrm
Lun.php22230644editdlrm
Network.php15550644editdlrm
Operation.php17450644editdlrm
OperationMetadata.php21650644editdlrm
Policy.php14930644editdlrm
ResetInstanceRequest.php8780644editdlrm
ResetInstanceResponse.php8810644editdlrm
SetIamPolicyRequest.php11590644editdlrm
SnapshotReservationDetail.php16910644editdlrm
Status.php13510644editdlrm
TestIamPermissionsRequest.php11350644editdlrm
TestIamPermissionsResponse.php11380644editdlrm
Volume.php27270644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Baremetalsolution/Instance.php (2721B)
createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setHyperthreadingEnabled($hyperthreadingEnabled) { $this->hyperthreadingEnabled = $hyperthreadingEnabled; } public function getHyperthreadingEnabled() { return $this->hyperthreadingEnabled; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Lun[] */ public function setLuns($luns) { $this->luns = $luns; } /** * @return Lun[] */ public function getLuns() { return $this->luns; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Network[] */ public function setNetworks($networks) { $this->networks = $networks; } /** * @return Network[] */ public function getNetworks() { return $this->networks; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Instance::class, 'Google_Service_Baremetalsolution_Instance');