Searched refs:create_url_map_with_content (Results 1 – 3 of 3) sorted by relevance
423 resource = self.compute.create_url_map_with_content(441 def create_url_map_with_content(self, url_map_body: Any) -> GcpResource: member in TrafficDirectorManager443 resource = self.compute.create_url_map_with_content(url_map_body)470 resource = self.compute.create_url_map_with_content(
264 self.td.create_url_map_with_content(final_url_map)
216 def create_url_map_with_content(self, url_map_body: Any) -> 'GcpResource': member in ComputeV1