Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ba4a46c

Browse files
committedFeb 11, 2025
feat(netapp): update the api
#### netapp:v1 The following keys were added: - schemas.LocationMetadata.properties.supportedFlexPerformance (Total Keys: 3) #### netapp:v1beta1 The following keys were added: - schemas.LocationMetadata.properties.supportedFlexPerformance (Total Keys: 3)
1 parent 845eef6 commit ba4a46c

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed
 

‎googleapiclient/discovery_cache/documents/netapp.v1.json

+19-1
Original file line numberDiff line numberDiff line change
@@ -2264,7 +2264,7 @@
22642264
}
22652265
}
22662266
},
2267-
"revision": "20250123",
2267+
"revision": "20250129",
22682268
"rootUrl": "https://netapp.googleapis.com/",
22692269
"schemas": {
22702270
"ActiveDirectory": {
@@ -3254,6 +3254,24 @@
32543254
"description": "Metadata for a given google.cloud.location.Location.",
32553255
"id": "LocationMetadata",
32563256
"properties": {
3257+
"supportedFlexPerformance": {
3258+
"description": "Output only. Supported flex performance in a location.",
3259+
"items": {
3260+
"enum": [
3261+
"FLEX_PERFORMANCE_UNSPECIFIED",
3262+
"FLEX_PERFORMANCE_DEFAULT",
3263+
"FLEX_PERFORMANCE_CUSTOM"
3264+
],
3265+
"enumDescriptions": [
3266+
"Unspecified flex performance.",
3267+
"Flex Storage Pool with default performance.",
3268+
"Flex Storage Pool with custom performance."
3269+
],
3270+
"type": "string"
3271+
},
3272+
"readOnly": true,
3273+
"type": "array"
3274+
},
32573275
"supportedServiceLevels": {
32583276
"description": "Output only. Supported service levels in a location.",
32593277
"items": {

‎googleapiclient/discovery_cache/documents/netapp.v1beta1.json

+19-1
Original file line numberDiff line numberDiff line change
@@ -2264,7 +2264,7 @@
22642264
}
22652265
}
22662266
},
2267-
"revision": "20250123",
2267+
"revision": "20250129",
22682268
"rootUrl": "https://netapp.googleapis.com/",
22692269
"schemas": {
22702270
"ActiveDirectory": {
@@ -3254,6 +3254,24 @@
32543254
"description": "Metadata for a given google.cloud.location.Location.",
32553255
"id": "LocationMetadata",
32563256
"properties": {
3257+
"supportedFlexPerformance": {
3258+
"description": "Output only. Supported flex performance in a location.",
3259+
"items": {
3260+
"enum": [
3261+
"FLEX_PERFORMANCE_UNSPECIFIED",
3262+
"FLEX_PERFORMANCE_DEFAULT",
3263+
"FLEX_PERFORMANCE_CUSTOM"
3264+
],
3265+
"enumDescriptions": [
3266+
"Unspecified flex performance.",
3267+
"Flex Storage Pool with default performance.",
3268+
"Flex Storage Pool with custom performance."
3269+
],
3270+
"type": "string"
3271+
},
3272+
"readOnly": true,
3273+
"type": "array"
3274+
},
32573275
"supportedServiceLevels": {
32583276
"description": "Output only. Supported service levels in a location.",
32593277
"items": {

0 commit comments

Comments
 (0)
Please sign in to comment.