allowSubnetCidrRoutesOverlap = $allowSubnetCidrRoutesOverlap; } /** * @return bool */ public function getAllowSubnetCidrRoutesOverlap() { return $this->allowSubnetCidrRoutesOverlap; } /** * @param bool */ public function setCheckServiceNetworkingUsePermission($checkServiceNetworkingUsePermission) { $this->checkServiceNetworkingUsePermission = $checkServiceNetworkingUsePermission; } /** * @return bool */ public function getCheckServiceNetworkingUsePermission() { return $this->checkServiceNetworkingUsePermission; } /** * @param string */ public function setComputeIdempotencyWindow($computeIdempotencyWindow) { $this->computeIdempotencyWindow = $computeIdempotencyWindow; } /** * @return string */ public function getComputeIdempotencyWindow() { return $this->computeIdempotencyWindow; } /** * @param string */ public function setConsumer($consumer) { $this->consumer = $consumer; } /** * @return string */ public function getConsumer() { return $this->consumer; } /** * @param string */ public function setConsumerNetwork($consumerNetwork) { $this->consumerNetwork = $consumerNetwork; } /** * @return string */ public function getConsumerNetwork() { return $this->consumerNetwork; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setInternalRange($internalRange) { $this->internalRange = $internalRange; } /** * @return string */ public function getInternalRange() { return $this->internalRange; } /** * @param int */ public function setIpPrefixLength($ipPrefixLength) { $this->ipPrefixLength = $ipPrefixLength; } /** * @return int */ public function getIpPrefixLength() { return $this->ipPrefixLength; } /** * @param string */ public function setOutsideAllocationPublicIpRange($outsideAllocationPublicIpRange) { $this->outsideAllocationPublicIpRange = $outsideAllocationPublicIpRange; } /** * @return string */ public function getOutsideAllocationPublicIpRange() { return $this->outsideAllocationPublicIpRange; } /** * @param string */ public function setPrivateIpv6GoogleAccess($privateIpv6GoogleAccess) { $this->privateIpv6GoogleAccess = $privateIpv6GoogleAccess; } /** * @return string */ public function getPrivateIpv6GoogleAccess() { return $this->privateIpv6GoogleAccess; } /** * @param string */ public function setPurpose($purpose) { $this->purpose = $purpose; } /** * @return string */ public function getPurpose() { return $this->purpose; } /** * @param string */ public function setRegion($region) { $this->region = $region; } /** * @return string */ public function getRegion() { return $this->region; } /** * @param string */ public function setRequestedAddress($requestedAddress) { $this->requestedAddress = $requestedAddress; } /** * @return string */ public function getRequestedAddress() { return $this->requestedAddress; } /** * @param string[] */ public function setRequestedRanges($requestedRanges) { $this->requestedRanges = $requestedRanges; } /** * @return string[] */ public function getRequestedRanges() { return $this->requestedRanges; } /** * @param string */ public function setRole($role) { $this->role = $role; } /** * @return string */ public function getRole() { return $this->role; } /** * @param SecondaryIpRangeSpec[] */ public function setSecondaryIpRangeSpecs($secondaryIpRangeSpecs) { $this->secondaryIpRangeSpecs = $secondaryIpRangeSpecs; } /** * @return SecondaryIpRangeSpec[] */ public function getSecondaryIpRangeSpecs() { return $this->secondaryIpRangeSpecs; } /** * @param bool */ public function setSkipRequestedAddressValidation($skipRequestedAddressValidation) { $this->skipRequestedAddressValidation = $skipRequestedAddressValidation; } /** * @return bool */ public function getSkipRequestedAddressValidation() { return $this->skipRequestedAddressValidation; } /** * @param string */ public function setSubnetwork($subnetwork) { $this->subnetwork = $subnetwork; } /** * @return string */ public function getSubnetwork() { return $this->subnetwork; } /** * @param string[] */ public function setSubnetworkUsers($subnetworkUsers) { $this->subnetworkUsers = $subnetworkUsers; } /** * @return string[] */ public function getSubnetworkUsers() { return $this->subnetworkUsers; } /** * @param bool */ public function setUseCustomComputeIdempotencyWindow($useCustomComputeIdempotencyWindow) { $this->useCustomComputeIdempotencyWindow = $useCustomComputeIdempotencyWindow; } /** * @return bool */ public function getUseCustomComputeIdempotencyWindow() { return $this->useCustomComputeIdempotencyWindow; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AddSubnetworkRequest::class, 'Google_Service_ServiceNetworking_AddSubnetworkRequest');