applicableInstanceTypes = $applicableInstanceTypes; } /** * @return string[] */ public function getApplicableInstanceTypes() { return $this->applicableInstanceTypes; } /** * Logical interfaces. * * @param GoogleCloudBaremetalsolutionV2ServerNetworkTemplateLogicalInterface[] $logicalInterfaces */ public function setLogicalInterfaces($logicalInterfaces) { $this->logicalInterfaces = $logicalInterfaces; } /** * @return GoogleCloudBaremetalsolutionV2ServerNetworkTemplateLogicalInterface[] */ public function getLogicalInterfaces() { return $this->logicalInterfaces; } /** * Output only. Template's unique name. The full resource name follows the * pattern: `projects/{project}/locations/{location}/serverNetworkTemplate/{se * rver_network_template}` Generally, the {server_network_template} follows * the syntax of "bond" or "nic". * * @param string $name */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ServerNetworkTemplate::class, 'Google_Service_Baremetalsolution_ServerNetworkTemplate');