alternativeNameServerConfig = $alternativeNameServerConfig; } /** * @return PolicyAlternativeNameServerConfig */ public function getAlternativeNameServerConfig() { return $this->alternativeNameServerConfig; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param bool */ public function setEnableInboundForwarding($enableInboundForwarding) { $this->enableInboundForwarding = $enableInboundForwarding; } /** * @return bool */ public function getEnableInboundForwarding() { return $this->enableInboundForwarding; } /** * @param bool */ public function setEnableLogging($enableLogging) { $this->enableLogging = $enableLogging; } /** * @return bool */ public function getEnableLogging() { return $this->enableLogging; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param PolicyNetwork[] */ public function setNetworks($networks) { $this->networks = $networks; } /** * @return PolicyNetwork[] */ public function getNetworks() { return $this->networks; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Policy::class, 'Google_Service_Dns_Policy');