activeDirectory = $activeDirectory; } /** * @return string */ public function getActiveDirectory() { return $this->activeDirectory; } /** * @param bool */ public function setAllowAutoTiering($allowAutoTiering) { $this->allowAutoTiering = $allowAutoTiering; } /** * @return bool */ public function getAllowAutoTiering() { return $this->allowAutoTiering; } /** * @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 setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setEncryptionType($encryptionType) { $this->encryptionType = $encryptionType; } /** * @return string */ public function getEncryptionType() { return $this->encryptionType; } /** * @param bool */ public function setGlobalAccessAllowed($globalAccessAllowed) { $this->globalAccessAllowed = $globalAccessAllowed; } /** * @return bool */ public function getGlobalAccessAllowed() { return $this->globalAccessAllowed; } /** * @param string */ public function setKmsConfig($kmsConfig) { $this->kmsConfig = $kmsConfig; } /** * @return string */ public function getKmsConfig() { return $this->kmsConfig; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param bool */ public function setLdapEnabled($ldapEnabled) { $this->ldapEnabled = $ldapEnabled; } /** * @return bool */ public function getLdapEnabled() { return $this->ldapEnabled; } /** * @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 setPsaRange($psaRange) { $this->psaRange = $psaRange; } /** * @return string */ public function getPsaRange() { return $this->psaRange; } /** * @param string */ public function setReplicaZone($replicaZone) { $this->replicaZone = $replicaZone; } /** * @return string */ public function getReplicaZone() { return $this->replicaZone; } /** * @param string */ public function setServiceLevel($serviceLevel) { $this->serviceLevel = $serviceLevel; } /** * @return string */ public function getServiceLevel() { return $this->serviceLevel; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param string */ public function setStateDetails($stateDetails) { $this->stateDetails = $stateDetails; } /** * @return string */ public function getStateDetails() { return $this->stateDetails; } /** * @param string */ public function setVolumeCapacityGib($volumeCapacityGib) { $this->volumeCapacityGib = $volumeCapacityGib; } /** * @return string */ public function getVolumeCapacityGib() { return $this->volumeCapacityGib; } /** * @param int */ public function setVolumeCount($volumeCount) { $this->volumeCount = $volumeCount; } /** * @return int */ public function getVolumeCount() { return $this->volumeCount; } /** * @param string */ public function setZone($zone) { $this->zone = $zone; } /** * @return string */ public function getZone() { return $this->zone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StoragePool::class, 'Google_Service_NetAppFiles_StoragePool');