clusterLocation = $clusterLocation; } /** * @return string */ public function getClusterLocation() { return $this->clusterLocation; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setPeerClusterName($peerClusterName) { $this->peerClusterName = $peerClusterName; } /** * @return string */ public function getPeerClusterName() { return $this->peerClusterName; } /** * @param string[] */ public function setPeerIpAddresses($peerIpAddresses) { $this->peerIpAddresses = $peerIpAddresses; } /** * @return string[] */ public function getPeerIpAddresses() { return $this->peerIpAddresses; } /** * @param string */ public function setPeerSvmName($peerSvmName) { $this->peerSvmName = $peerSvmName; } /** * @return string */ public function getPeerSvmName() { return $this->peerSvmName; } /** * @param string */ public function setPeerVolumeName($peerVolumeName) { $this->peerVolumeName = $peerVolumeName; } /** * @return string */ public function getPeerVolumeName() { return $this->peerVolumeName; } /** * @param string */ public function setReplication($replication) { $this->replication = $replication; } /** * @return string */ public function getReplication() { return $this->replication; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HybridReplicationParameters::class, 'Google_Service_NetAppFiles_HybridReplicationParameters');