Skip to content

Commit 9e83c2e

Browse files
fix(vmwareengine): update the API
#### vmwareengine:v1 The following keys were changed: - schemas.NetworkPeering.properties.peerNetworkType.enum - schemas.NetworkPeering.properties.peerNetworkType.enumDescriptions
1 parent a948c1f commit 9e83c2e

File tree

2 files changed

+5581
-5
lines changed

2 files changed

+5581
-5
lines changed

discovery/vmwareengine-v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3368,7 +3368,7 @@
33683368
}
33693369
}
33703370
},
3371-
"revision": "20250410",
3371+
"revision": "20250603",
33723372
"rootUrl": "https://vmwareengine.googleapis.com/",
33733373
"schemas": {
33743374
"Announcement": {
@@ -4875,7 +4875,8 @@
48754875
"NETAPP_CLOUD_VOLUMES",
48764876
"THIRD_PARTY_SERVICE",
48774877
"DELL_POWERSCALE",
4878-
"GOOGLE_CLOUD_NETAPP_VOLUMES"
4878+
"GOOGLE_CLOUD_NETAPP_VOLUMES",
4879+
"GOOGLE_CLOUD_FILESTORE_INSTANCES"
48794880
],
48804881
"enumDescriptions": [
48814882
"Unspecified",
@@ -4885,7 +4886,8 @@
48854886
"Peering connection used for connecting to NetApp Cloud Volumes.",
48864887
"Peering connection used for connecting to third-party services. Most third-party services require manual setup of reverse peering on the VPC network associated with the third-party service.",
48874888
"Peering connection used for connecting to Dell PowerScale Filers",
4888-
"Peering connection used for connecting to Google Cloud NetApp Volumes."
4889+
"Peering connection used for connecting to Google Cloud NetApp Volumes.",
4890+
"Peering connection used for connecting to Google Cloud Filestore Instances."
48894891
],
48904892
"type": "string"
48914893
},

0 commit comments

Comments
 (0)