accessPoints = $accessPoints; } /** * @return string[] */ public function getAccessPoints() { return $this->accessPoints; } /** * @param string */ public function setCapacityGib($capacityGib) { $this->capacityGib = $capacityGib; } /** * @return string */ public function getCapacityGib() { return $this->capacityGib; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDaosVersion($daosVersion) { $this->daosVersion = $daosVersion; } /** * @return string */ public function getDaosVersion() { return $this->daosVersion; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setDirectoryStripeLevel($directoryStripeLevel) { $this->directoryStripeLevel = $directoryStripeLevel; } /** * @return string */ public function getDirectoryStripeLevel() { return $this->directoryStripeLevel; } /** * @param string */ public function setEffectiveReservedIpRange($effectiveReservedIpRange) { $this->effectiveReservedIpRange = $effectiveReservedIpRange; } /** * @return string */ public function getEffectiveReservedIpRange() { return $this->effectiveReservedIpRange; } /** * @param string */ public function setFileStripeLevel($fileStripeLevel) { $this->fileStripeLevel = $fileStripeLevel; } /** * @return string */ public function getFileStripeLevel() { return $this->fileStripeLevel; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setNetwork($network) { $this->network = $network; } /** * @return string */ public function getNetwork() { return $this->network; } /** * @param string */ public function setReservedIpRange($reservedIpRange) { $this->reservedIpRange = $reservedIpRange; } /** * @return string */ public function getReservedIpRange() { return $this->reservedIpRange; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Instance::class, 'Google_Service_Parallelstore_Instance');