Skip to content

Commit 628b723

Browse files
feat(netapp): update the api
#### netapp:v1 The following keys were added: - schemas.MountOption.properties.ipAddress (Total Keys: 2) #### netapp:v1beta1 The following keys were added: - schemas.MountOption.properties.ipAddress (Total Keys: 2)
1 parent 6d1dc83 commit 628b723

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

docs/dyn/netapp_v1.projects.locations.volumes.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ <h3>Method Details</h3>
182182
&quot;export&quot;: &quot;A String&quot;, # Export string
183183
&quot;exportFull&quot;: &quot;A String&quot;, # Full export string
184184
&quot;instructions&quot;: &quot;A String&quot;, # Instructions for mounting
185+
&quot;ipAddress&quot;: &quot;A String&quot;, # Output only. IP Address.
185186
&quot;protocol&quot;: &quot;A String&quot;, # Protocol to mount with.
186187
},
187188
],
@@ -383,6 +384,7 @@ <h3>Method Details</h3>
383384
&quot;export&quot;: &quot;A String&quot;, # Export string
384385
&quot;exportFull&quot;: &quot;A String&quot;, # Full export string
385386
&quot;instructions&quot;: &quot;A String&quot;, # Instructions for mounting
387+
&quot;ipAddress&quot;: &quot;A String&quot;, # Output only. IP Address.
386388
&quot;protocol&quot;: &quot;A String&quot;, # Protocol to mount with.
387389
},
388390
],
@@ -529,6 +531,7 @@ <h3>Method Details</h3>
529531
&quot;export&quot;: &quot;A String&quot;, # Export string
530532
&quot;exportFull&quot;: &quot;A String&quot;, # Full export string
531533
&quot;instructions&quot;: &quot;A String&quot;, # Instructions for mounting
534+
&quot;ipAddress&quot;: &quot;A String&quot;, # Output only. IP Address.
532535
&quot;protocol&quot;: &quot;A String&quot;, # Protocol to mount with.
533536
},
534537
],
@@ -676,6 +679,7 @@ <h3>Method Details</h3>
676679
&quot;export&quot;: &quot;A String&quot;, # Export string
677680
&quot;exportFull&quot;: &quot;A String&quot;, # Full export string
678681
&quot;instructions&quot;: &quot;A String&quot;, # Instructions for mounting
682+
&quot;ipAddress&quot;: &quot;A String&quot;, # Output only. IP Address.
679683
&quot;protocol&quot;: &quot;A String&quot;, # Protocol to mount with.
680684
},
681685
],

docs/dyn/netapp_v1beta1.projects.locations.volumes.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ <h3>Method Details</h3>
182182
&quot;export&quot;: &quot;A String&quot;, # Export string
183183
&quot;exportFull&quot;: &quot;A String&quot;, # Full export string
184184
&quot;instructions&quot;: &quot;A String&quot;, # Instructions for mounting
185+
&quot;ipAddress&quot;: &quot;A String&quot;, # Output only. IP Address.
185186
&quot;protocol&quot;: &quot;A String&quot;, # Protocol to mount with.
186187
},
187188
],
@@ -383,6 +384,7 @@ <h3>Method Details</h3>
383384
&quot;export&quot;: &quot;A String&quot;, # Export string
384385
&quot;exportFull&quot;: &quot;A String&quot;, # Full export string
385386
&quot;instructions&quot;: &quot;A String&quot;, # Instructions for mounting
387+
&quot;ipAddress&quot;: &quot;A String&quot;, # Output only. IP Address.
386388
&quot;protocol&quot;: &quot;A String&quot;, # Protocol to mount with.
387389
},
388390
],
@@ -529,6 +531,7 @@ <h3>Method Details</h3>
529531
&quot;export&quot;: &quot;A String&quot;, # Export string
530532
&quot;exportFull&quot;: &quot;A String&quot;, # Full export string
531533
&quot;instructions&quot;: &quot;A String&quot;, # Instructions for mounting
534+
&quot;ipAddress&quot;: &quot;A String&quot;, # Output only. IP Address.
532535
&quot;protocol&quot;: &quot;A String&quot;, # Protocol to mount with.
533536
},
534537
],
@@ -676,6 +679,7 @@ <h3>Method Details</h3>
676679
&quot;export&quot;: &quot;A String&quot;, # Export string
677680
&quot;exportFull&quot;: &quot;A String&quot;, # Full export string
678681
&quot;instructions&quot;: &quot;A String&quot;, # Instructions for mounting
682+
&quot;ipAddress&quot;: &quot;A String&quot;, # Output only. IP Address.
679683
&quot;protocol&quot;: &quot;A String&quot;, # Protocol to mount with.
680684
},
681685
],

googleapiclient/discovery_cache/documents/netapp.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@
20972097
}
20982098
}
20992099
},
2100-
"revision": "20241209",
2100+
"revision": "20250116",
21012101
"rootUrl": "https://netapp.googleapis.com/",
21022102
"schemas": {
21032103
"ActiveDirectory": {
@@ -3117,6 +3117,11 @@
31173117
"description": "Instructions for mounting",
31183118
"type": "string"
31193119
},
3120+
"ipAddress": {
3121+
"description": "Output only. IP Address.",
3122+
"readOnly": true,
3123+
"type": "string"
3124+
},
31203125
"protocol": {
31213126
"description": "Protocol to mount with.",
31223127
"enum": [

googleapiclient/discovery_cache/documents/netapp.v1beta1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@
20972097
}
20982098
}
20992099
},
2100-
"revision": "20241209",
2100+
"revision": "20250116",
21012101
"rootUrl": "https://netapp.googleapis.com/",
21022102
"schemas": {
21032103
"ActiveDirectory": {
@@ -3117,6 +3117,11 @@
31173117
"description": "Instructions for mounting",
31183118
"type": "string"
31193119
},
3120+
"ipAddress": {
3121+
"description": "Output only. IP Address.",
3122+
"readOnly": true,
3123+
"type": "string"
3124+
},
31203125
"protocol": {
31213126
"description": "Protocol to mount with.",
31223127
"enum": [

0 commit comments

Comments
 (0)