@@ -49,6 +49,7 @@ class NetAppFiles extends \Google\Service
4949 public $ projects_locations_kmsConfigs ;
5050 public $ projects_locations_operations ;
5151 public $ projects_locations_storagePools ;
52+ public $ projects_locations_storagePools_ontap ;
5253 public $ projects_locations_volumes ;
5354 public $ projects_locations_volumes_quotaRules ;
5455 public $ projects_locations_volumes_replications ;
@@ -813,6 +814,56 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
813814 ]
814815 ]
815816 );
817+ $ this ->projects_locations_storagePools_ontap = new NetAppFiles \Resource \ProjectsLocationsStoragePoolsOntap (
818+ $ this ,
819+ $ this ->serviceName ,
820+ 'ontap ' ,
821+ [
822+ 'methods ' => [
823+ 'executeOntapDelete ' => [
824+ 'path ' => 'v1/{+ontapPath} ' ,
825+ 'httpMethod ' => 'DELETE ' ,
826+ 'parameters ' => [
827+ 'ontapPath ' => [
828+ 'location ' => 'path ' ,
829+ 'type ' => 'string ' ,
830+ 'required ' => true ,
831+ ],
832+ ],
833+ ],'executeOntapGet ' => [
834+ 'path ' => 'v1/{+ontapPath} ' ,
835+ 'httpMethod ' => 'GET ' ,
836+ 'parameters ' => [
837+ 'ontapPath ' => [
838+ 'location ' => 'path ' ,
839+ 'type ' => 'string ' ,
840+ 'required ' => true ,
841+ ],
842+ ],
843+ ],'executeOntapPatch ' => [
844+ 'path ' => 'v1/{+ontapPath} ' ,
845+ 'httpMethod ' => 'PATCH ' ,
846+ 'parameters ' => [
847+ 'ontapPath ' => [
848+ 'location ' => 'path ' ,
849+ 'type ' => 'string ' ,
850+ 'required ' => true ,
851+ ],
852+ ],
853+ ],'executeOntapPost ' => [
854+ 'path ' => 'v1/{+ontapPath} ' ,
855+ 'httpMethod ' => 'POST ' ,
856+ 'parameters ' => [
857+ 'ontapPath ' => [
858+ 'location ' => 'path ' ,
859+ 'type ' => 'string ' ,
860+ 'required ' => true ,
861+ ],
862+ ],
863+ ],
864+ ]
865+ ]
866+ );
816867 $ this ->projects_locations_volumes = new NetAppFiles \Resource \ProjectsLocationsVolumes (
817868 $ this ,
818869 $ this ->serviceName ,
0 commit comments