Skip to content

Commit 33013c4

Browse files
feat(netapp): update the API
#### netapp:v1beta1 The following keys were added: - schemas.LocationMetadata.properties.supportedFlexPerformance.description - schemas.LocationMetadata.properties.supportedFlexPerformance.items.enum - schemas.LocationMetadata.properties.supportedFlexPerformance.items.enumDescriptions - schemas.LocationMetadata.properties.supportedFlexPerformance.items.type - schemas.LocationMetadata.properties.supportedFlexPerformance.readOnly - schemas.LocationMetadata.properties.supportedFlexPerformance.type #### netapp:v1 The following keys were added: - schemas.LocationMetadata.properties.supportedFlexPerformance.description - schemas.LocationMetadata.properties.supportedFlexPerformance.items.enum - schemas.LocationMetadata.properties.supportedFlexPerformance.items.enumDescriptions - schemas.LocationMetadata.properties.supportedFlexPerformance.items.type - schemas.LocationMetadata.properties.supportedFlexPerformance.readOnly - schemas.LocationMetadata.properties.supportedFlexPerformance.type
1 parent 0e6c1bf commit 33013c4

File tree

4 files changed

+46
-2
lines changed

4 files changed

+46
-2
lines changed

discovery/netapp-v1.json

Lines changed: 19 additions & 1 deletion
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": {

discovery/netapp-v1beta1.json

Lines changed: 19 additions & 1 deletion
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": {

src/apis/netapp/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,10 @@ export namespace netapp_v1 {
794794
* Metadata for a given google.cloud.location.Location.
795795
*/
796796
export interface Schema$LocationMetadata {
797+
/**
798+
* Output only. Supported flex performance in a location.
799+
*/
800+
supportedFlexPerformance?: string[] | null;
797801
/**
798802
* Output only. Supported service levels in a location.
799803
*/

src/apis/netapp/v1beta1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,10 @@ export namespace netapp_v1beta1 {
794794
* Metadata for a given google.cloud.location.Location.
795795
*/
796796
export interface Schema$LocationMetadata {
797+
/**
798+
* Output only. Supported flex performance in a location.
799+
*/
800+
supportedFlexPerformance?: string[] | null;
797801
/**
798802
* Output only. Supported service levels in a location.
799803
*/

0 commit comments

Comments
 (0)